← 返回 Skills 市场
1574
总下载
3
收藏
13
当前安装
1
版本数
在 OpenClaw 中安装
/install task-watchdog
功能描述
挂机任务的守护者。定时检查屏幕进度条,自动关闭干扰性系统或广告弹窗,遇致命错误时发送报警。
安全使用建议
This skill is coherent with its stated task but asks the agent to do sensitive things: take screenshots, simulate clicks, and optionally send alerts over the network. Before installing, consider: 1) Only enable this skill in a trusted environment and on machines where screen contents are not sensitive. 2) Prefer an explicit, vetted webhook URL (or require manual confirmation) and avoid sending screenshots to unknown endpoints. 3) Test in a controlled session so you can observe what the agent clicks — visual recognition is error-prone and could trigger 'restart' or 'install' actions despite the skill's prohibition on killing processes. 4) If you cannot accept any risk of data leakage from screenshots or automated clicks, do not enable this skill. Additional information that would raise confidence: explicit declarations of required GUI/input permissions, restrictions on allowed network endpoints, an explicit confirmation step before transmitting screenshots, and limits on click targets (e.g., click only within the locked task window).
功能分析
Type: OpenClaw Skill
Name: task-watchdog
Version: 0.1.0
The OpenClaw skill 'task-watchdog' is designed to monitor long-running tasks, close pop-up windows, and send alerts if a task stalls. The `SKILL.md` explicitly disallows shell access (`shell: allowed: false`) and includes strong safety constraints, such as prohibiting process termination and preventing clicks on dangerous UI elements like 'Restart system' or 'Update and install'. Network access is allowed only for sending user-configured Webhook alerts, which is consistent with its stated purpose. There is no evidence of prompt injection, data exfiltration, malicious execution, or obfuscation. The instructions are clear, focused, and prioritize user safety.
能力评估
Purpose & Capability
The skill's stated purpose (monitor a progress bar, close popups, send alerts) is consistent with the SKILL.md steps (visual detection, clicking controls, screenshots, optional webhook). However the skill relies on screen-reading and input-simulation capabilities (taking screenshots, recognizing UI elements, simulating mouse clicks) that are not declared in the registry metadata or as required capabilities. That omission is notable because those capabilities are privileged compared with a simple instruction-only skill.
Instruction Scope
SKILL.md directs the agent to capture full-screen screenshots on fatal errors and to send notifications via a user-configured webhook. Capturing and transmitting screenshots can leak sensitive on-screen content (passwords, private documents, chat windows). The instructions give the agent discretion about what endpoints to call and when to send screenshots; they do not constrain destinations or require explicit user confirmation before transmitting potentially sensitive images.
Install Mechanism
There is no install spec and no code files; this is instruction-only, so nothing will be downloaded or written to disk by an installer. That lowers installation risk.
Credentials
The skill requires no environment variables or credentials. That is proportionate in that no cloud/API keys are demanded. However the runtime behavior can still exfiltrate data via network calls (webhooks) even though no credential is declared. The SKILL.md treats webhooks as 'user-configured' but doesn't require or validate a safe endpoint, nor does it declare how authentication (if any) would be supplied.
Persistence & Privilege
The skill does not request permanent presence (always:false), which is good. But it expects autonomous agent actions that manipulate the user interface (mouse clicks) and perform network requests. Autonomous invocation combined with UI control and unrestricted network access increases the blast radius: an agent that mis-recognizes UI elements could click destructive buttons, and screenshots could be sent without tight controls.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install task-watchdog - 安装完成后,直接呼叫该 Skill 的名称或使用
/task-watchdog触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release. Implemented periodic progress checking, disruptive popup elimination, and webhook alerting for fatal errors. (实现了周期性进度检查、干扰性弹窗消除以及致命错误的 Webhook 报警。)
元数据
常见问题
任务守望者与弹窗杀手 (Task Watchdog) 是什么?
挂机任务的守护者。定时检查屏幕进度条,自动关闭干扰性系统或广告弹窗,遇致命错误时发送报警。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1574 次。
如何安装 任务守望者与弹窗杀手 (Task Watchdog)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install task-watchdog」即可一键安装,无需额外配置。
任务守望者与弹窗杀手 (Task Watchdog) 是免费的吗?
是的,任务守望者与弹窗杀手 (Task Watchdog) 完全免费(开源免费),可自由下载、安装和使用。
任务守望者与弹窗杀手 (Task Watchdog) 支持哪些平台?
任务守望者与弹窗杀手 (Task Watchdog) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 任务守望者与弹窗杀手 (Task Watchdog)?
由 AnotherJ1(@anotherj1)开发并维护,当前版本 v0.1.0。
推荐 Skills