Pilot Broadcast

v1.0.0

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...

0· 17·0 current·0 all-time
byCalin Teodor@teoslayer
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk977wv0vm2jxxfb3ektevc77th84f1sw

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

Binspilotctl

Comments