π¦ ClawHub
Analyst Watchdog
by @nissan
Automated monitoring agent that watches an API scoreboard, detects milestones, writes findings to markdown, and alerts via file-based triggers. Use when you...
TERMINAL
clawhub install analyst-watchdogπ About This Skill
name: analyst-watchdog version: 1.0.1 description: Automated monitoring agent that watches an API scoreboard, detects milestones, writes findings to markdown, and alerts via file-based triggers. Use when you need an autonomous agent that monitors a system and produces structured analysis without human intervention. metadata: {"openclaw": {"emoji": "π", "requires": {"bins": ["python3"], "env": []}, "primaryEnv": null, "network": {"outbound": false, "reason": "Reads from a local API endpoint (localhost). All output is written to local files."}, "security_notes": "All operations are performed locally. No data leaves the user's machine. The skill polls a local API (localhost) and writes findings to local files only."}}
Last used: 2026-03-24 Memory references: 1 Status: Active
Analyst Watchdog
An autonomous monitoring agent pattern: watch a system, detect changes, write findings, alert when thresholds are crossed. Runs on a schedule (LaunchAgent or cron) without human intervention.
Pattern
API Endpoint β Poll β Detect Changes β Write FINDINGS.md
β Write OUTBOX.md (for orchestrator)
β Write ALERT_TELEGRAM.md (urgent)
What It Monitors
Configurable, but the reference implementation tracks:
Alert Tiers
| File | Urgency | Who Reads It |
|---|---|---|
| FINDINGS.md | Low | Background knowledge |
| OUTBOX.md | Medium | Orchestrator on next heartbeat |
| ALERT_TELEGRAM.md | High | Sent immediately, then deleted |
Files
scripts/analyst_agent.py β Reference watchdog implementation