← 返回 Skills 市场
Pilot Presence
作者
Calin Teodor
· GitHub ↗
· v1.0.0
· MIT-0
151
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pilot-presence
功能描述
Real-time online/offline/busy presence tracking for agent fleets using ping and pub/sub. Use this skill when: 1. You need to track which agents are online/of...
安全使用建议
This skill is coherent for presence tracking, but before installing: 1) Verify the pilotctl binary and pilot-protocol skill come from a trusted source and review what network endpoints pilotctl contacts. 2) Confirm the coordinator/peers you will publish to are trusted — the skill broadcasts hostnames and timestamps which could reveal availability patterns. 3) If you have privacy/infosec concerns, restrict or sanitize the published payload, avoid writing secrets to the status file, and consider adding authentication/encryption to the pub/sub channel. 4) Be aware the example runs an infinite loop that periodically publishes; ensure this behavior and interval are acceptable for network load and privacy. If you want more assurance, request the pilotctl source or documentation and inspect its network/auth behavior before enabling this skill.
功能分析
Type: OpenClaw Skill
Name: pilot-presence
Version: 1.0.0
The pilot-presence skill provides standard functionality for real-time agent status tracking and discovery using the Pilot Protocol. The provided documentation and example bash script demonstrate legitimate use of the pilotctl utility and jq for broadcasting presence updates, with no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
The name/description (real-time presence via ping and pub/sub) matches the runtime instructions which call pilotctl for ping/peers/publish/subscribe and use jq for JSON handling. Requiring the pilot-protocol skill and the pilotctl binary is appropriate for this functionality.
Instruction Scope
SKILL.md stays on-topic: it shows ping, peers, publish, subscribe commands and a simple broadcaster loop. It reads a local status file (/tmp/pilot-presence-status.txt), calls pilotctl --json info (which exposes hostname and other agent info), and repeatedly publishes presence payloads. These actions are consistent with presence tracking but do transmit agent identifiers and timestamps to the configured coordinator/peers — verify that those recipients are trusted and that publishing this metadata is acceptable.
Install Mechanism
No install spec is provided (instruction-only). Nothing is written to disk by the skill itself; risk is limited to the external pilotctl binary and its network behavior.
Credentials
Requires no environment variables or credentials. The skill does not request unrelated secrets or config paths.
Persistence & Privilege
always:false and normal model invocation; the skill does not request elevated persistent presence or modification of other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pilot-presence - 安装完成后,直接呼叫该 Skill 的名称或使用
/pilot-presence触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Pilot Presence 是什么?
Real-time online/offline/busy presence tracking for agent fleets using ping and pub/sub. Use this skill when: 1. You need to track which agents are online/of... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 151 次。
如何安装 Pilot Presence?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pilot-presence」即可一键安装,无需额外配置。
Pilot Presence 是免费的吗?
是的,Pilot Presence 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Pilot Presence 支持哪些平台?
Pilot Presence 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pilot Presence?
由 Calin Teodor(@teoslayer)开发并维护,当前版本 v1.0.0。
推荐 Skills