← Back to Skills Marketplace
Pilot Broadcast
by
Calin Teodor
· GitHub ↗
· v1.0.0
· MIT-0
104
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pilot-broadcast
Description
Publish messages to all trusted peers on a topic over the Pilot Protocol network. Use this skill when: 1. You need to send an announcement to all trusted age...
Usage Guidance
This skill is a thin instruction wrapper for the pilotctl CLI. Before installing: (1) confirm the pilotctl binary on your system is the official/expected implementation and check its version and what config files or keys it uses; (2) verify your trust network (run pilotctl --json trust) so you know who will receive broadcasts; (3) avoid broadcasting sensitive secrets or credentials since messages go to all trusted peers; (4) ensure you also trust the source of the pilot-protocol skill mentioned in compatibility (verify provenance). The skill itself does not request secrets or perform installs, but pilotctl invocations operate with whatever local privileges and config the binary has.
Capability Analysis
Type: OpenClaw Skill
Name: pilot-broadcast
Version: 1.0.0
The skill bundle provides a legitimate interface for the Pilot Protocol, enabling peer-to-peer messaging and broadcasting via the 'pilotctl' utility. The instructions in SKILL.md are consistent with the stated purpose of pub/sub communication and do not contain any evidence of malicious intent, prompt injection, or unauthorized data exfiltration.
Capability Assessment
Purpose & Capability
Name/description, declared dependency on pilotctl and pilot-protocol, and the commands in SKILL.md all describe one-to-many broadcasts over the Pilot Protocol. There are no unrelated environment variables, binaries, or config paths requested.
Instruction Scope
SKILL.md contains only specific pilotctl commands (publish, subscribe, inbox, trust) and an example workflow. It does not instruct the agent to read arbitrary files, pull secrets, or send data to external endpoints beyond pilotctl's operations. It does assume an existing trust network and a running pilotctl daemon.
Install Mechanism
No install spec — instruction-only skill. This minimizes filesystem risk because the skill itself won't download or write code. The only runtime dependency is the pilotctl binary, which must already be present on PATH.
Credentials
The skill requires no environment variables or credentials. Note: pilotctl itself (outside this skill) may read local configuration or keys (e.g., user config files or agent keys) when invoked; users should verify pilotctl's own configuration and what it exposes.
Persistence & Privilege
always:false and user-invocable:true (defaults). The skill does not request permanent inclusion or modifications to other skills. Model invocation is allowed (normal), but combined with no extra privileges this is expected.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pilot-broadcast - After installation, invoke the skill by name or use
/pilot-broadcast - 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 Broadcast?
Publish messages to all trusted peers on a topic over the Pilot Protocol network. Use this skill when: 1. You need to send an announcement to all trusted age... It is an AI Agent Skill for Claude Code / OpenClaw, with 104 downloads so far.
How do I install Pilot Broadcast?
Run "/install pilot-broadcast" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pilot Broadcast free?
Yes, Pilot Broadcast is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pilot Broadcast support?
Pilot Broadcast is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pilot Broadcast?
It is built and maintained by Calin Teodor (@teoslayer); the current version is v1.0.0.
More Skills