← 返回 Skills 市场
teoslayer

Pilot Heartbeat Monitor

作者 Calin Teodor · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
131
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pilot-heartbeat-monitor
功能描述
Detect agent failures and trigger automatic task redistribution or re-election. Use this skill when: 1. You need to detect when swarm members become unreacha...
安全使用建议
This skill appears to do what it says (heartbeat publication and failure detection) but there are gaps you should clarify before installing or running it: - Ensure pilotctl is a trusted binary on PATH and you understand how it authenticates to the registry (the SKILL.md assumes you can publish and read messages but doesn't declare required credentials or how to provide them). - The instructions use environment variables ($AGENT_ID, $SWARM_NAME, $REGISTRY_HOST) that are not declared in the skill metadata—decide how you will set these and whether any of them contain sensitive values. - Confirm the network and privacy implications of publishing heartbeats to the registry and of pinging peers (these actions expose agent IDs and addresses on the network). - Verify the presence and provenance of tooling the scripts call (jq, bc) and run the commands in a restricted/test environment first. - Note the skill is licensed AGPL-3.0; if you embed or modify it, that license may affect redistribution of your modified skill. If you need a cleaner security posture, request the author to: declare required env vars and any credentials, document authentication flows for pilotctl/registry, and state expected network/trust boundaries.
功能分析
Type: OpenClaw Skill Name: pilot-heartbeat-monitor Version: 1.0.0 The pilot-heartbeat-monitor skill provides standard bash-based logic for agent health monitoring and failure detection using the 'pilotctl' utility. The code in SKILL.md focuses on publishing heartbeats, parsing message history with jq, and verifying peer connectivity via pings, all of which align with its stated purpose without any signs of malicious intent, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
The name/description (heartbeat/failure detection and failover) align with the runtime instructions: publish heartbeats, read inbox, detect timeouts, and ping peers via pilotctl. Required binary pilotctl and dependency on a pilot-protocol skill are appropriate.
Instruction Scope
Instructions are concrete and limited to heartbeat publication, inbox inspection, and direct ping verification. However the SKILL.md references environment variables (e.g., $AGENT_ID, $SWARM_NAME, $REGISTRY_HOST) and tooling (jq, bc) that are not declared in the skill metadata; it also assumes a registry endpoint and pilotctl daemon context without specifying auth or expected network boundaries.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing will be downloaded or written by the installer. Risk from installation is low.
Credentials
The skill declares no required environment variables or credentials, yet the commands depend on several variables (AGENT_ID, SWARM_NAME, REGISTRY_HOST) and will likely require authentication to publish/read from a registry in real deployments. The skill does not request or document any credentials or how pilotctl authenticates, which is a gap: users might need to supply tokens or other secrets elsewhere but the skill gives no guidance.
Persistence & Privilege
The skill is not always:true, does not request persistent system changes, and is user-invocable only. It does not attempt to modify other skills or system-wide config in the instructions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pilot-heartbeat-monitor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pilot-heartbeat-monitor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug pilot-heartbeat-monitor
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Pilot Heartbeat Monitor 是什么?

Detect agent failures and trigger automatic task redistribution or re-election. Use this skill when: 1. You need to detect when swarm members become unreacha... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 131 次。

如何安装 Pilot Heartbeat Monitor?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install pilot-heartbeat-monitor」即可一键安装,无需额外配置。

Pilot Heartbeat Monitor 是免费的吗?

是的,Pilot Heartbeat Monitor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Pilot Heartbeat Monitor 支持哪些平台?

Pilot Heartbeat Monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Pilot Heartbeat Monitor?

由 Calin Teodor(@teoslayer)开发并维护,当前版本 v1.0.0。

💬 留言讨论