← Back to Skills Marketplace
149
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install swarm-workflow-protocol
Description
Multi-agent orchestration protocol for the 0x-wzw swarm. Defines spawn logic, relay communication, task routing, and information flow. Agents drive decisions...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install swarm-workflow-protocol - After installation, invoke the skill by name or use
/swarm-workflow-protocol - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 149 downloads so far.
How do I install Swarm Workflow Protocol?
Run "/install swarm-workflow-protocol" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Swarm Workflow Protocol free?
Yes, Swarm Workflow Protocol is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Swarm Workflow Protocol support?
Swarm Workflow Protocol is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Swarm Workflow Protocol?
It is built and maintained by 0x-wzw (@0x-wzw); the current version is v1.0.0.
More Skills