← Back to Skills Marketplace
Pilot Chat
by
Calin Teodor
· GitHub ↗
· v1.0.0
· MIT-0
113
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pilot-chat
Description
Send and receive text messages between agents over the Pilot Protocol network. Use this skill when: 1. You need direct 1:1 communication with another agent 2...
Usage Guidance
This skill appears to do what it says: it runs pilotctl to exchange messages and asks for no credentials. Before installing: (1) ensure the pilotctl binary you have is the official/trusted implementation (binary is what actually runs), (2) verify the 'pilot-protocol' skill is available if you need the full integration (the SKILL.md mentions it but the metadata does not declare it), (3) add jq to your environment if you want the example workflow to work or edit the examples to avoid jq, and (4) be aware that any data you send through this skill will be transmitted to the specified agent/host — avoid sending secrets unless you trust the recipient. The skill is AGPL-3.0 licensed; review that license if redistribution or linking matters to you.
Capability Analysis
Type: OpenClaw Skill
Name: pilot-chat
Version: 1.0.0
The pilot-chat skill provides standard instructions for 1:1 agent communication using the pilotctl utility. The functionality described in SKILL.md is consistent with its stated purpose of sending and receiving messages over the Pilot Protocol network, and the files contain no indicators of malicious intent, data exfiltration, or harmful prompt injection.
Capability Assessment
Purpose & Capability
Name/description match the required binary and commands: the skill only needs pilotctl and the SKILL.md shows pilotctl commands for sending/receiving messages. Asking for pilotctl (and a running daemon) is appropriate for a Pilot Protocol chat skill.
Instruction Scope
Instructions are narrowly scoped to pilotctl operations (connect, send-message, inbox, listen). However the examples use the jq command to parse task lists even though jq is not declared as a required binary or allowed tool; the README also refers to a separate 'pilot-protocol' skill dependency that is not declared in the metadata. Otherwise the instructions do not ask for unrelated files, env vars, or credentials.
Install Mechanism
Instruction-only skill with no install spec and no code files; nothing is written to disk by this package itself, which is the lowest-risk install model.
Credentials
The skill requests no environment variables or credentials. Note: messaging inherently allows data to be transmitted to other agents/hosts via pilotctl, so any sensitive content sent via this skill could be exfiltrated — this is expected behavior for a chat skill, not an inconsistency.
Persistence & Privilege
No elevated persistence requested (always:false). The skill is user-invocable and allows autonomous invocation (disable-model-invocation:false), which is the platform default; the skill does not request modifications to other skills or system-wide config.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pilot-chat - After installation, invoke the skill by name or use
/pilot-chat - 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 Chat?
Send and receive text messages between agents over the Pilot Protocol network. Use this skill when: 1. You need direct 1:1 communication with another agent 2... It is an AI Agent Skill for Claude Code / OpenClaw, with 113 downloads so far.
How do I install Pilot Chat?
Run "/install pilot-chat" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pilot Chat free?
Yes, Pilot Chat is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pilot Chat support?
Pilot Chat is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pilot Chat?
It is built and maintained by Calin Teodor (@teoslayer); the current version is v1.0.0.
More Skills