← 返回 Skills 市场
Watchdog Heartbeat
作者
sunbinnju-star
· GitHub ↗
· v1.0.0
· MIT-0
120
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install watchdog-heartbeat
功能描述
Monitor service health, heartbeat freshness, stuck workflows, and trigger recovery or degraded mode. Use on: high-frequency schedule, after system startup, w...
安全使用建议
This skill is a specification for monitoring and recovery recommendations and by itself does not access your system or secrets. Before installing: (1) Confirm where the declared inputs (heartbeat and workflow records, health endpoints, restart history) will come from and ensure they are accurate and read-only for the skill. (2) Decide whether automatic actions (restart, degraded_mode, escalate) should require human confirmation — the skill returns recommendations but an agent with execution rights could act on them. (3) Ensure the agent or environment that supplies inputs/acts on outputs follows least privilege (e.g., separate runbooks/credentials for restarts) to avoid accidental or automated disruptive changes. (4) If you plan to wire this into automated recovery, add safeguards (rate limits, approvals, escalation policies) so recommendations cannot cause cascading restarts.
功能分析
Type: OpenClaw Skill
Name: watchdog-heartbeat
Version: 1.0.0
The watchdog-heartbeat skill is a standard monitoring and observability tool designed to evaluate service health, heartbeat freshness, and workflow integrity. The instructions in SKILL.md provide logical thresholds for health states and recovery recommendations (e.g., restart, notify, escalate) without any evidence of malicious intent, data exfiltration, or unauthorized command execution.
能力评估
Purpose & Capability
The name/description (monitor heartbeats, stuck workflows, recovery recommendations) match the SKILL.md inputs and outputs. All required inputs (service_list, health_endpoints, heartbeat_records, workflow_status_records, restart_records) are appropriate and expected for this purpose.
Instruction Scope
SKILL.md is a self-contained specification for evaluating health and producing recommendations. It does not instruct the agent to read unrelated system files, access extraneous environment variables, or call unexpected external endpoints. It only declares the inputs the skill expects.
Install Mechanism
No install spec or code files are present; this is instruction-only and therefore does not write code to disk or download artifacts.
Credentials
The skill requests no environment variables, credentials, or config paths. The declared inputs are reasonable for the stated purpose and there are no disproportionate secret/credential requests.
Persistence & Privilege
The skill is not always-enabled and has no install footprint. However, it returns actionable recommendations (restart, escalate, degraded_mode). Consider that if the agent invoking this skill has autonomous execution privileges (the platform default), downstream automation could act on those recommendations (e.g., trigger restarts) — that is an operational risk to manage outside the skill.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install watchdog-heartbeat - 安装完成后,直接呼叫该 Skill 的名称或使用
/watchdog-heartbeat触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: monitor service health, heartbeat freshness, stuck workflows
元数据
常见问题
Watchdog Heartbeat 是什么?
Monitor service health, heartbeat freshness, stuck workflows, and trigger recovery or degraded mode. Use on: high-frequency schedule, after system startup, w... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 120 次。
如何安装 Watchdog Heartbeat?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install watchdog-heartbeat」即可一键安装,无需额外配置。
Watchdog Heartbeat 是免费的吗?
是的,Watchdog Heartbeat 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Watchdog Heartbeat 支持哪些平台?
Watchdog Heartbeat 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Watchdog Heartbeat?
由 sunbinnju-star(@sunbinnju-star)开发并维护,当前版本 v1.0.0。
推荐 Skills