← 返回 Skills 市场
teoslayer

Pilot Swarm Join

作者 Calin Teodor · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
78
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pilot-swarm-join
功能描述
Join or create agent swarms with auto-discovery and peer mesh formation. Use this skill when: 1. An agent needs to join an existing swarm or create a new one...
安全使用建议
This skill performs swarm join/mesh actions with pilotctl and is coherent with its purpose, but you should not run the example commands blindly. Key considerations: - jq is used throughout but not declared in metadata; make sure jq is installed before using the skill. - The examples automatically approve all pending nodes. That behavior will establish trust with any pending peer and can let untrusted agents join your swarm. Replace blanket approve pipelines with explicit checks or manual approval steps. - Ensure the pilotctl daemon and registry host you connect to are trusted and that you understand what 'handshake' and 'approve' do in pilotctl (review pilotctl docs). - Run initial tests in an isolated environment or sandboxed agent before using in production to observe what peers are discovered and what data is transmitted in publish/handshake messages. - If you need stricter security, request that the skill include verification steps (e.g., signature checks, allowlist of node IDs, or manual approval prompts) instead of demonstrating unconditional approval. If you want, I can suggest a safer workflow (examples that filter/verify peers before calling approve) or produce a checklist of pilotctl commands to audit before running this skill.
功能分析
Type: OpenClaw Skill Name: pilot-swarm-join Version: 1.0.0 The skill facilitates automated peer-to-peer mesh formation but includes a workflow in SKILL.md that blindly approves all pending peer handshakes (using 'pilotctl approve' on all pending node IDs). This lack of peer verification or filtering is a risky capability that could allow unauthorized entities to establish trust and join the agent's swarm, though it appears to be a functional choice rather than intentional malice.
能力评估
Purpose & Capability
Name/description align with the commands in SKILL.md: it uses pilotctl to publish/subscribe/discover/handshake/approve and therefore legitimately requires pilotctl and the pilot-protocol ecosystem. No unrelated services or credentials are requested.
Instruction Scope
Instructions remain within the stated purpose but contain risky, broad actions: examples show approving all pending nodes via 'pilotctl --json pending | jq -r ... | xargs ... approve', which will blindly trust any pending peer. The SKILL.md also assumes network access to a registry host and a running daemon; there is no guidance about verification or filters for approving peers. This grants the agent discretionary power to establish trust with unknown nodes if run as-is.
Install Mechanism
Instruction-only skill with no install spec or archive downloads. This is low-risk from an installation viewpoint: nothing is written to disk by the skill package itself.
Credentials
The skill declares no environment variables and no credentials, which is appropriate. However, the SKILL.md uses jq in multiple commands but the registry/metadata only lists pilotctl in required bins — jq is not declared in the openclaw metadata, which is an inconsistency that could break or misrepresent runtime requirements.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent system-level configuration or cross-skill config changes. Autonomous invocation is allowed by default but not combined with other high-privilege requests.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pilot-swarm-join
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pilot-swarm-join 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug pilot-swarm-join
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Pilot Swarm Join 是什么?

Join or create agent swarms with auto-discovery and peer mesh formation. Use this skill when: 1. An agent needs to join an existing swarm or create a new one... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 78 次。

如何安装 Pilot Swarm Join?

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

Pilot Swarm Join 是免费的吗?

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

Pilot Swarm Join 支持哪些平台?

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

谁开发了 Pilot Swarm Join?

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

💬 留言讨论