pilot-event-bus

Aggregate and distribute events across agents using Pilot Protocol pub/sub topics.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Multi-agent event aggregation and coordinated messaging across a fleet of agents using Pilot Protocol's built-in pub/sub. It enables publishing events to multiple listeners, subscribing to topics, and coordinating state changes across many agents in a trust-enabled network.

Core Features & Use Cases

  • Publish and subscribe to shared topics across agents
  • Fan-out messaging for coordinated workflows
  • Fleet-wide state coordination requiring mutual trust and a running Pilot daemon
  • Use Case: interoperable coordination of tasks across a fleet of agents with event-driven triggers

Quick Start

Install Pilot Protocol, start the daemon, and install the pilot-event-bus skill to begin publishing and subscribing to topics.

Frequently Asked Questions about pilot-event-bus

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

FAQPage Schema
How do I coordinate events across multiple agents using a publish-subscribe model?

You can coordinate events across multiple agents by using a shared pub/sub topic to aggregate and distribute messages. This approach enables fan-out messaging and coordinated workflows across a fleet of agents.

What is required to set up fleet-wide state coordination for agents?

Fleet-wide state coordination requires a running Pilot Protocol daemon, mutual trust between agents, and the pilotctl binary available on PATH. These prerequisites enable secure event aggregation across the network.

How do I publish and subscribe to shared topics for agent workflows?

You publish and subscribe to shared topics by leveraging the built-in pub/sub mechanism of the Pilot Protocol. This allows agents to listen to specific topics and trigger event-driven tasks across the fleet.

When should I use an event bus for multi-agent messaging?

Use an event bus for multi-agent messaging when you need to fan out messages or coordinate state changes across many agents. It is specifically designed for interoperable coordination in trust-enabled networks.

Does agent event aggregation work without mutual trust between agents?

Agent event aggregation does not work without mutual trust between agents. The coordinated messaging and shared topic distribution fundamentally require a trust-enabled network to operate securely.