← 返回 Skills 市场
teoslayer

Pilot Gossip

作者 Calin Teodor · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
94
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pilot-gossip
功能描述
Gossip protocol for eventually-consistent shared state propagation across swarms. Use this skill when: 1. You need eventually-consistent state replication wi...
安全使用建议
This skill appears to implement gossip-style state propagation as described, but inspect and address these issues before installing: - Ensure pilotctl is installed and the pilot daemon is running (the SKILL.md requires pilotctl). The skill also uses jq, shuf, and base64 in its examples — install those or update the skill metadata to list them as required binaries. - The scripts reference environment/runtime variables (SWARM_NAME, STATE_DATA, STATE_VERSION, AGENT_ID, MY_STATE, MY_VERSION) that are not declared. Decide how those will be provided and verify they don't contain secrets. - Gossip semantics mean any data placed into the published state will be sent to random peers. Do not use this skill to replicate secrets or sensitive information unless you fully trust the swarm and have encryption/ACLs in place. - Test in an isolated/staging swarm first to confirm behavior and that peer addressing/search (pilotctl --search) is correct for your environment. - If you want higher assurance, ask the author to: (1) add jq/shuf/base64 to required binaries in metadata, (2) document which env vars are required and their expected format, and (3) include safety guidance on sensitive data handling.
功能分析
Type: OpenClaw Skill Name: pilot-gossip Version: 1.0.0 The skill provides a standard implementation of a gossip protocol for eventually-consistent state propagation between agents. It utilizes the 'pilotctl' utility for peer discovery and message passing, and employs 'jq' and 'base64' for legitimate data manipulation and state merging. No indicators of malicious intent, data exfiltration, or unauthorized execution were identified in SKILL.md or the associated logic.
能力评估
Purpose & Capability
Name/description describe gossip-based state replication and the SKILL.md uses pilotctl to enumerate peers and send/receive gossip messages — this aligns with the stated purpose. Declaring pilotctl and pilot-protocol as requirements is appropriate.
Instruction Scope
The instructions run pilotctl commands and shell pipelines that reference environment variables (SWARM_NAME, STATE_DATA, STATE_VERSION, AGENT_ID, MY_STATE, MY_VERSION) which are not declared in requires.env. The scripts also parse and forward message payloads and construct JSON payloads sent to peers; that means any data in the agent's state will be broadcast. The instructions do not read unrelated system files, but their scope with respect to environment variables and what gets broadcast is broader than the metadata describes.
Install Mechanism
This is an instruction-only skill with no install spec and no code files — nothing is written to disk. That is the lowest-risk install pattern and matches the file manifest.
Credentials
The skill declares no required environment variables or credentials, which is consistent with metadata. However, the runtime snippets assume several environment/runtime variables will be set and will be embedded in messages sent to other peers. Because gossip broadcasts arbitrary state, any secrets or sensitive data present in those variables would be propagated to peers — a proportionality/privacy concern to consider before use.
Persistence & Privilege
always is false and the skill does not request persistent or cross-skill configuration changes. It does not modify other skills or system-wide settings in its instructions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pilot-gossip
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pilot-gossip 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug pilot-gossip
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Pilot Gossip 是什么?

Gossip protocol for eventually-consistent shared state propagation across swarms. Use this skill when: 1. You need eventually-consistent state replication wi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 94 次。

如何安装 Pilot Gossip?

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

Pilot Gossip 是免费的吗?

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

Pilot Gossip 支持哪些平台?

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

谁开发了 Pilot Gossip?

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

💬 留言讨论