← 返回 Skills 市场
wavmson

Swarm Coord

作者 wavmson · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
127
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install swarm-coord
功能描述
多 Agent 协作调度。将大任务拆分为子任务,分配给多个 Agent 并行执行,自动汇总结果。Team Lead 负责拆分、分发、监控、汇总。触发词:协作、swarm、分工、团队任务、并行执行、多 Agent、team work。
安全使用建议
This skill appears to do what it says: it decomposes a job, spawns sub‑agent sessions, monitors them, and aggregates results. Before installing or running it: 1) Confirm where '.task-state.json' will be written and how long it is retained; sensitive data should not be stored there. 2) Review what “上下文(文件路径、配置值等)” you allow the CEO to forward—avoid sending secrets or whole config files unless necessary. 3) Ensure child agents have only the minimal credentials/permissions needed (e.g., Git or messaging tokens) and are trusted to perform external actions. 4) If you use Memory‑Dream or other memory skills, decide whether you want swarm outputs persisted to long‑term memory. 5) Test the skill in a low‑privilege environment first (no access to production repos/secrets) to observe how it passes context and handles failures. If you need, request the author/sources for the optional install repo to verify there are no hidden scripts in the packaged version.
功能分析
Type: OpenClaw Skill Name: swarm-coord Version: 1.0.0 The swarm-coord skill is a legitimate orchestration tool designed to decompose complex tasks into parallel sub-tasks using OpenClaw's session management capabilities (sessions_spawn, sessions_yield). The instructions in SKILL.md and README.md are clearly aligned with the stated purpose of multi-agent coordination and do not contain any evidence of malicious intent, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
Name and description match the actual instructions: the skill decomposes tasks, spawns sessions, monitors progress, and aggregates results. It does not request unrelated credentials, binaries, or installs, and the README's install suggestions (clawhub/git clone) are consistent with an instruction-only skill.
Instruction Scope
Runtime instructions only use platform primitives (sessions_spawn, sessions_yield, etc.) and describe clear phases. However the guidance explicitly says to pass '上下文(文件路径、配置值等)' to child agents and to relay intermediate results; that can expose local files or configuration values to subordinate agents if they are fetched or attached. The skill also references external actions in examples (push to GitHub, send to Feishu) without declaring credentials — these are plausible examples but mean child agents will need access to service credentials elsewhere.
Install Mechanism
Instruction-only skill with no install spec and no code files. README mentions optional git clone or clawhub install, which are standard and not enforced by the skill itself. No remote downloads or extracted archives are specified.
Credentials
The skill declares no required env vars or credentials, which aligns with being an orchestration instruction set. But because it may instruct child agents to perform actions like Git pushes or messaging, those downstream operations will require credentials; ensure those credentials are supplied only to agents that actually need them. The instructions' mention of passing 'configuration values' is broad and could lead to unintended exposure of secrets.
Persistence & Privilege
always:false (no forced global presence). The skill recommends saving swarm progress to a local '.task-state.json' and recording results to Memory-Dream (long‑term memory). Persisting task state and writing to memory is functionalityally reasonable for long tasks, but review where .task-state.json is stored, retention policies, and what is written to Memory-Dream to avoid unwanted leakage of sensitive data.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install swarm-coord
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /swarm-coord 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: 4-phase multi-agent collaboration.
元数据
Slug swarm-coord
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Swarm Coord 是什么?

多 Agent 协作调度。将大任务拆分为子任务,分配给多个 Agent 并行执行,自动汇总结果。Team Lead 负责拆分、分发、监控、汇总。触发词:协作、swarm、分工、团队任务、并行执行、多 Agent、team work。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 127 次。

如何安装 Swarm Coord?

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

Swarm Coord 是免费的吗?

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

Swarm Coord 支持哪些平台?

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

谁开发了 Swarm Coord?

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

💬 留言讨论