← 返回 Skills 市场
84
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install task-watchdog-plugin
功能描述
Monitors subagent failures, exec errors, and stale tasks, auto-notifying sessions on abnormal events and periodically checking task health.
使用说明 (SKILL.md)
Task Watchdog
OpenClaw plugin that auto-notifies on subagent failures, exec errors, and stale tasks.
Hooks
- subagent_ended: Detects abnormal outcomes (error/timeout/killed/reset/deleted) and notifies parent session
- after_tool_call (exec): Watches for abnormal exec exits (non-zero, OOM, signals)
- heartbeat_prompt_contribution: Injects stale-task patrol instructions into heartbeat cycles
- gateway_start: Timer-based patrol that periodically triggers heartbeat checks
Install
openclaw plugin install openclaw-task-watchdog
Config
All optional — works with defaults:
{
"task-watchdog": {
"subagentNotifyOn": ["error", "timeout", "killed"],
"execNotifyOnAbnormal": true,
"timerPatrol": true,
"timerPatrolIntervalMs": 120000,
"staleThresholdMs": 1800000
}
}
安全使用建议
Before installing, verify the actual npm/plugin package contents and publisher trustworthiness, because the reviewed artifacts do not include the declared runtime code. If you proceed, be comfortable with startup activation, periodic watchdog checks, and automatic notification injection into sessions.
能力评估
Purpose & Capability
The described purpose is coherent: monitor subagent endings, abnormal exec results, and stale tasks, then notify the parent session. The noteworthy capability is that it can inject notices or patrol instructions into agent context.
Instruction Scope
The skill explicitly says it injects stale-task patrol instructions and failure notifications. That is purpose-aligned, but users should understand it can influence the agent’s next turn.
Install Mechanism
The registry context says there are no code files, but package.json declares a runtime extension at ./dist/index.mjs. Because the referenced runtime is absent from the reviewed artifacts and the source/homepage are unknown, the installed code path is not reviewable here.
Credentials
No credentials, environment variables, network endpoints, or elevated OS permissions are declared. Monitoring exec failures and subagent outcomes is proportionate to the stated purpose, though error snippets may enter the parent session.
Persistence & Privilege
The plugin activates on startup and enables timer-based patrol by default. This is disclosed and configurable, but it is a persistent background behavior users should intentionally accept.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install task-watchdog-plugin - 安装完成后,直接呼叫该 Skill 的名称或使用
/task-watchdog-plugin触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Fix: interval leak, heartbeatPatrol logic, injectionTtlMs config, runtime safety checks, input sanitization
v1.0.0
Initial release: subagent failure notification, exec error detection, timer patrol, stale task monitoring
元数据
常见问题
Task Watchdog 是什么?
Monitors subagent failures, exec errors, and stale tasks, auto-notifying sessions on abnormal events and periodically checking task health. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 84 次。
如何安装 Task Watchdog?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install task-watchdog-plugin」即可一键安装,无需额外配置。
Task Watchdog 是免费的吗?
是的,Task Watchdog 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Task Watchdog 支持哪些平台?
Task Watchdog 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Task Watchdog?
由 反应慢(@zmlgit)开发并维护,当前版本 v1.1.0。
推荐 Skills