← Back to Skills Marketplace
teoslayer

Pilot Event Bus

by Calin Teodor · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
101
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pilot-event-bus
Description
Multi-agent event aggregation on shared topics for coordinated workflows. Use this skill when: 1. You need to aggregate events from multiple agents on a shar...
Usage Guidance
This skill is coherent for a multi-agent pub/sub workflow, but before installing: 1) ensure the pilotctl binary on your system is the official/trusted distribution (it will be used to broadcast and subscribe on the network); 2) be aware that publishing events will send whatever payload you provide to other trusted agents—do not publish secrets or sensitive data; 3) install jq if you plan to use the example workflows or adapt examples to your environment; 4) verify the pilot daemon is running and test in an isolated environment first to confirm trust relationships and network behavior; 5) note the skill is licensed AGPL-3.0—check compatibility with your project’s licensing requirements.
Capability Analysis
Type: OpenClaw Skill Name: pilot-event-bus Version: 1.0.0 The skill provides a wrapper for the `pilotctl` binary to implement a multi-agent event bus, which includes high-risk capabilities such as establishing remote trust relationships (`handshake`) and transmitting data to arbitrary hostnames. While these functions are aligned with the stated purpose of the 'pilot-event-bus' in SKILL.md, the reliance on an external binary for network-based coordination and peer-to-peer trust management warrants a suspicious classification under the provided criteria for risky but plausibly necessary capabilities.
Capability Assessment
Purpose & Capability
Name/description match the requested binaries and instructions. Requiring pilotctl and a running pilot daemon is appropriate for a Pilot Protocol event-bus skill; no unrelated credentials, config paths, or binaries are requested.
Instruction Scope
Instructions are narrowly scoped to running pilotctl publish/subscribe/trust/handshake commands and using /tmp/events.json for output. The SKILL.md example uses jq but jq is not declared as a required binary — minor inconsistency. Also the doc says the daemon must be running but does not include an explicit 'start daemon' step; otherwise the instructions stay within the described purpose. The instructions will broadcast whatever payloads you provide to other agents, so sensitive data could be exposed by intended behavior.
Install Mechanism
Instruction-only skill with no install spec or downloaded code. This is low risk: nothing is written to disk by the skill itself beyond the agent running the commands it instructs.
Credentials
No environment variables or secrets are requested. The skill relies on established mutual trust between agents (handled via pilotctl handshake) rather than embedding credentials, which is proportionate to the stated purpose.
Persistence & Privilege
No 'always: true' or elevated persistent privileges are requested. The skill does not modify other skills' configurations or request system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pilot-event-bus
  3. After installation, invoke the skill by name or use /pilot-event-bus
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug pilot-event-bus
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Pilot Event Bus?

Multi-agent event aggregation on shared topics for coordinated workflows. Use this skill when: 1. You need to aggregate events from multiple agents on a shar... It is an AI Agent Skill for Claude Code / OpenClaw, with 101 downloads so far.

How do I install Pilot Event Bus?

Run "/install pilot-event-bus" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Pilot Event Bus free?

Yes, Pilot Event Bus is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Pilot Event Bus support?

Pilot Event Bus is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Pilot Event Bus?

It is built and maintained by Calin Teodor (@teoslayer); the current version is v1.0.0.

💬 Comments