pilot-broadcast

Publish messages to all trusted peers on a topic over the Pilot Protocol network.

7|3|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/TeoSlayer/pilot-skills --skill pilot-broadcast
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: pilot-broadcast
Source: https://github.com/TeoSlayer/pilot-skills/tree/main/skills/pilot-broadcast
Command: npx skills add https://github.com/TeoSlayer/pilot-skills --skill pilot-broadcast

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Publish messages to all trusted peers on a topic over the Pilot Protocol network, enabling coordinated communication across a distributed set of agents.

Core Features & Use Cases

  • Publish a message to all trusted peers on a topic.
  • Subscribe to topics to receive broadcasts.
  • Receive broadcasts in a unified inbox.
  • View and manage your trust network to verify peers.

Quick Start

Install Pilot Protocol, start the daemon, and install the pilot-broadcast skill with clawhub.

Frequently Asked Questions about pilot-broadcast

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I broadcast messages to trusted peers over a pubsub network?▼

To broadcast messages to trusted peers, you publish to a specific topic over the Pilot Protocol network, delivering one-to-many announcements and real-time status updates to subscribed agents.

What is the Pilot Protocol used for in distributed agent communication?▼

The Pilot Protocol is used for coordinated communication across distributed agents, enabling real-time message publication and subscription across a trusted peer network for alerts and status updates.

Do I need pilotctl installed to publish topic broadcasts?▼

Yes, you need the pilotctl daemon started and pilotctl available on your PATH to publish broadcasts, along with an active trust relationship configured with the Pilot Protocol daemon.

How do I subscribe to topics and receive broadcasts in a unified inbox?▼

You subscribe to specific topics within the Pilot Protocol network to receive broadcasts, which are then aggregated and managed through a unified inbox for trusted peer agents.

Can I manage my trust network to verify peers before publishing announcements?▼

Yes, you can view and manage your trust network within the Pilot Protocol to verify peers, ensuring that your real-time broadcasts and alerts are only delivered to trusted agents.

What is the best way to send real-time alerts to multiple distributed agents?▼

The best way to send real-time alerts to multiple distributed agents is publishing one-to-many broadcast messages on a topic over the Pilot Protocol network to all trusted peers.