The watchdog for scheduled Claude Code agents: proof the run did the job, and an alert the moment it doesn't — missed runs, silent failures (green != done), retry storms, runaway cost, drift. Email/Telegram/Slack/webhook.
Reviews the health of the user's scheduled agents via RunVouch and explains what needs attention and why. Use when the user asks "are my agents ok", "what failed last night", or before a morning run that depends on nightly jobs.
Check RunVouch before trusting the output of another scheduled agent, register/wrap jobs with rv, and interpret RunVouch alerts (MISSED, FAILED, NOEVIDENCE, RETRYSTORM, BUDGET, DRIFT, STALLED).
Wrap a scheduled OpenClaw task in a RunVouch run. Reports start and end, attaches the output file as evidence, and alerts on Telegram, Slack or e-mail when the task is missed, fails, or ends without the file it was supposed to write.