Analyst Watchdog
/install analyst-watchdog
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:
- Model evaluation scores hitting milestones (n=50, 100, 150, 200)
- Promotion events (model proven equivalent to cloud baseline)
- Score anomalies (sudden drops or improvements)
- System health degradation
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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install analyst-watchdog - After installation, invoke the skill by name or use
/analyst-watchdog - Provide required inputs per the skill's parameter spec and get structured output
What is Analyst Watchdog?
Automated monitoring agent that watches an API scoreboard, detects milestones, writes findings to markdown, and alerts via file-based triggers. Use when you... It is an AI Agent Skill for Claude Code / OpenClaw, with 362 downloads so far.
How do I install Analyst Watchdog?
Run "/install analyst-watchdog" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Analyst Watchdog free?
Yes, Analyst Watchdog is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Analyst Watchdog support?
Analyst Watchdog is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Analyst Watchdog?
It is built and maintained by Nissan Dookeran (@nissan); the current version is v1.0.1.