📦 Pilot Event Bus — 多智能体事件聚合

v1.0.0

在共享主题上汇聚多智能体事件,实现协同工作流。适用于需跨代理收集事件、统一状态或触发协调动作的场景,让多智能体系统像使用集中消息总线一样高效通信与同步。

0· 75·0 当前·0 累计
teoslayer 头像by @teoslayer (Calin Teodor)
下载技能包
最后更新
2026/4/9
0
安全扫描
VirusTotal
可疑
查看报告
OpenClaw
安全
high confidence
The skill's requirements and runtime instructions align with a multi-agent pub/sub event-bus: it only needs the pilotctl CLI and coordinates via the Pilot Protocol as described.
评估建议
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...
详细分析 ▾
用途与能力
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.
指令范围
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.
安装机制
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.
凭证需求
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.
持久化与权限
No 'always: true' or elevated persistent privileges are requested. The skill does not modify other skills' configurations or request system-wide settings.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/9

Initial release

可疑

安装命令

点击复制
官方npx clawhub@latest install pilot-event-bus
镜像加速npx clawhub@latest install pilot-event-bus --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库