← 返回 Skills 市场
teoslayer

Pilot Event Bus

作者 Calin Teodor · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
101
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pilot-event-bus
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pilot-event-bus 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug pilot-event-bus
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 101 次。

如何安装 Pilot Event Bus?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install pilot-event-bus」即可一键安装,无需额外配置。

Pilot Event Bus 是免费的吗?

是的,Pilot Event Bus 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Pilot Event Bus 支持哪些平台?

Pilot Event Bus 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Pilot Event Bus?

由 Calin Teodor(@teoslayer)开发并维护,当前版本 v1.0.0。

💬 留言讨论