← Back to Skills Marketplace
Pilot Receipt
by
Calin Teodor
· GitHub ↗
· v1.0.0
· MIT-0
146
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pilot-receipt
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pilot-receipt - After installation, invoke the skill by name or use
/pilot-receipt - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 146 downloads so far.
How do I install Pilot Receipt?
Run "/install pilot-receipt" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pilot Receipt free?
Yes, Pilot Receipt is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pilot Receipt support?
Pilot Receipt is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pilot Receipt?
It is built and maintained by Calin Teodor (@teoslayer); the current version is v1.0.0.
More Skills