← 返回 Skills 市场
0x-wzw

Swarm Workflow Protocol

作者 0x-wzw · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
149
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install swarm-workflow-protocol
功能描述
Multi-agent orchestration protocol for the 0x-wzw swarm. Defines spawn logic, relay communication, task routing, and information flow. Agents drive decisions...
安全使用建议
This skill looks like what it says: a protocol for multi-agent orchestration that uses a local relay endpoint. Before installing or enabling it: 1) Verify the relay process on localhost:18790 is expected and secured — the SKILL.md contains a hard-coded token (x-auth-token: agent-relay-secret-2026); treat that as a default/example and prefer moving tokens into secure environment variables. 2) Decide whether you want agents to be able to spawn other agents autonomously — the protocol explicitly encourages agent-driven decisions and spawning, which increases the blast radius if misconfigured. 3) Confirm you trust the publisher (source is unknown); consider reviewing the repository linked in skill.json or running the included validate.sh locally to inspect SKILL.md. 4) Monitor network and process activity after enabling the skill (e.g., local relay traffic, created files under memory/) and enforce least privilege for any relay service. If you need a stricter posture, require user approval before any spawn/relay actions or patch the SKILL.md to require an env var for the relay token.
功能分析
Type: OpenClaw Skill Name: swarm-workflow-protocol Version: 1.0.0 The skill bundle defines a multi-agent orchestration protocol for the '0x-wzw swarm,' focusing on autonomous decision-making and communication via a local relay service (localhost:18790). The instructions in SKILL.md and README.md establish a workflow where agents drive execution and use a hardcoded local token (agent-relay-secret-2026) for internal coordination. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; the logic is consistent with the stated purpose of agent swarm management.
能力评估
Purpose & Capability
Name/description (swarm orchestration, spawn/relay/task routing) match the shipped artifacts: SKILL.md documents spawn logic, relay endpoints, task lifecycle and file locations; README and skill.json are consistent. There are no unrelated binaries, config paths or credentials requested.
Instruction Scope
SKILL.md instructs agents to communicate with a relay at http://localhost:18790 and to read/write to local memory paths (memory/...). That is within the described purpose, but the instructions also encourage autonomous spawning and continuous agent-driven decisions — which increases runtime power and risk if the relay or spawn behavior is misused. The doc contains a hard-coded auth header value (x-auth-token: agent-relay-secret-2026) rather than referring to a declared credential.
Install Mechanism
This is an instruction-only skill with no install spec; only a small validate.sh script is included. No downloads, package installs, or archive extraction are present. Low install risk.
Credentials
The skill declares no required environment variables or credentials, which is consistent. However, the SKILL.md (and README examples) embed a static auth token for the local relay. Hard-coded secrets in documentation are a sensitive operational detail — they should be treated as defaults/examples and rotated or moved to a secure env var in practice.
Persistence & Privilege
The skill does not request always:true and uses default autonomy settings (user-invocable, model invocation allowed). It does not modify other skills or system-wide config in the provided files.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install swarm-workflow-protocol
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /swarm-workflow-protocol 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the swarm-workflow-protocol skill: - Establishes a protocol for multi-agent orchestration in the 0x-wzw swarm. - Defines roles and collaboration model: agents drive work, humans act as sparring partners. - Specifies a pre-task spawn analysis with clear decision gates. - Outlines the full task lifecycle from intake to handoff and logging. - Details relay communication endpoints, message types, and standard handoff formats. - Documents required file locations and anti-patterns to avoid inefficiencies.
元数据
Slug swarm-workflow-protocol
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Swarm Workflow Protocol 是什么?

Multi-agent orchestration protocol for the 0x-wzw swarm. Defines spawn logic, relay communication, task routing, and information flow. Agents drive decisions... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 149 次。

如何安装 Swarm Workflow Protocol?

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

Swarm Workflow Protocol 是免费的吗?

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

Swarm Workflow Protocol 支持哪些平台?

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

谁开发了 Swarm Workflow Protocol?

由 0x-wzw(@0x-wzw)开发并维护,当前版本 v1.0.0。

💬 留言讨论