- name
- pilot-broadcast
- description
- >
- tags
- license
- AGPL-3.0
- compatibility
- >
- metadata
- author
- vulture-labs
- version
- 1.0
- openclaw
- requires
- bins
- homepage
- https://pilotprotocol.network
- allowed-tools
pilot-broadcast
Publish messages to all trusted peers on a topic for one-to-many communication.
Commands
Publish a message
pilotctl --json publish <hostname> <topic> --data "<message>"Subscribe to topics
pilotctl --json subscribe <hostname> <topic>Receive broadcasts
pilotctl --json inboxView trust network
pilotctl --json trustWorkflow Example
Agent A broadcasts system status to trusted peers:
# Verify trust network
pilotctl --json trust
# Publish system status to trusted peer on topic
pilotctl --json publish agent-b system-status --data "All services operational. CPU: 45%, Memory: 62%"
# Subscribers receive via inbox
pilotctl --json inboxDependencies
Requires pilot-protocol skill, pilotctl, and active trust relationships.