← 返回 Skills 市场
Pilot Receipt
作者
Calin Teodor
· GitHub ↗
· v1.0.0
· MIT-0
146
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pilot-receipt
功能描述
Delivery and read receipts for messages over the Pilot Protocol network. Use this skill when: 1. You need confirmation that messages were delivered 2. You wa...
安全使用建议
This skill appears to do what it says: it runs pilotctl to send, subscribe to, and publish receipts. Before installing, verify you trust the pilotctl binary and the Pilot Protocol implementation (check the https://pilotprotocol.network homepage and official releases). Note the SKILL.md examples require jq even though jq is not declared in the registry metadata — install jq or the examples will fail. Be aware of privacy implications: read/receipt tracking removes anonymity and can reveal when recipients read messages. Finally, because the skill spawns subscriber processes (background subscribe loop), make sure you understand and control any long-running processes the skill may start on your system.
功能分析
Type: OpenClaw Skill
Name: pilot-receipt
Version: 1.0.0
The pilot-receipt skill provides standard functionality for tracking message delivery and read receipts via the pilotctl utility. The SKILL.md file contains legitimate bash commands and a workflow example for sending messages and subscribing to receipt notifications, with no evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name and description describe message delivery/read receipts over the Pilot Protocol and the SKILL.md calls pilotctl to send/subscribe/publish receipts — this is consistent. Minor inconsistency: SKILL.md and Dependencies mention jq and a separate pilot-protocol skill, but the registry 'Required binaries' only lists pilotctl. Requiring pilotctl is expected; requiring jq should have been declared.
Instruction Scope
Instructions are concrete shell commands using pilotctl (and jq in examples) and standard tooling (date, kill). They do not instruct reading unrelated files, exporting credentials, or contacting endpoints outside the Pilot Protocol tools. Note: the examples pipe JSON into jq — if jq is absent the examples will fail.
Install Mechanism
Instruction-only skill (no install spec, no code files). This is low-risk because nothing is written to disk by the skill bundle itself. The runtime still requires the pilotctl binary/daemon to be present on the host.
Credentials
No environment variables, credentials, or config paths are requested. The skill operates via the pilotctl binary and user-provided script variables (RECIPIENT/MESSAGE). No excess secrets access detected.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request permanent presence or modify other skills' configurations. The workflow shows spawning a background subscriber process, which is normal for pub/sub but worth noting as it can run until killed.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pilot-receipt - 安装完成后,直接呼叫该 Skill 的名称或使用
/pilot-receipt触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Pilot Receipt 是什么?
Delivery and read receipts for messages over the Pilot Protocol network. Use this skill when: 1. You need confirmation that messages were delivered 2. You wa... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 146 次。
如何安装 Pilot Receipt?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pilot-receipt」即可一键安装,无需额外配置。
Pilot Receipt 是免费的吗?
是的,Pilot Receipt 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Pilot Receipt 支持哪些平台?
Pilot Receipt 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pilot Receipt?
由 Calin Teodor(@teoslayer)开发并维护,当前版本 v1.0.0。
推荐 Skills