Install
openclaw skills install task-watchdog-pluginMonitors subagent failures, exec errors, and stale tasks, auto-notifying sessions on abnormal events and periodically checking task health.
openclaw skills install task-watchdog-pluginOpenClaw plugin that auto-notifies on subagent failures, exec errors, and stale tasks.
openclaw plugin install openclaw-task-watchdog
All optional — works with defaults:
{
"task-watchdog": {
"subagentNotifyOn": ["error", "timeout", "killed"],
"execNotifyOnAbnormal": true,
"timerPatrol": true,
"timerPatrolIntervalMs": 120000,
"staleThresholdMs": 1800000
}
}