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; humans spar.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/0x-wzw/swarm-workflow-protocolWhat This Skill Does
The swarm-workflow-protocol is the foundational operating system for multi-agent collaboration within the 0x-wzw swarm. It defines the rigid yet adaptive architecture for how agents spawn, communicate, and hand off tasks. Unlike traditional hierarchical automation, this protocol promotes a 'humans spar, agents drive' philosophy, removing approval bottlenecks to achieve full autonomy through continuous improvement. The protocol mandates a strict Pre-Task Spawn Analysis to ensure computational efficiency, preventing unnecessary token overhead. It includes a robust relay communication system using dedicated endpoints for message passing between agents, ensuring seamless coordination across complex, parallelizable tasks.
Installation
To integrate this protocol into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/0x-wzw/swarm-workflow-protocol
Ensure that your local relay server (defaulting to localhost:18790) is active and configured with the required x-auth-token: agent-relay-secret-2026 to allow for inter-agent message propagation.
Use Cases
- Large-Scale Data Synthesis: When an ultra-complex task requires decomposing data across multiple independent analytical seams.
- Autonomous Research Pipelines: Enabling agents to research, debate, and synthesize findings without waiting for explicit human confirmation for every micro-decision.
- Complex Development Workflows: Coordinating multiple specialist agents to handle distinct modules of a codebase simultaneously.
Example Prompts
- "Perform a pre-spawn analysis for the Q4 audit report. Evaluate the complexity and verify if we have sufficient parallel seams to justify a multi-agent approach."
- "I am implementing the new data scraper logic. Here is my reasoning for the architecture: [details]. Instead of asking for approval, challenge any technical gaps you see in my approach."
- "Initiate a task delegation to the research agent; transmit the preliminary findings and wait for the synthesis report via the relay."
Tips & Limitations
- Token Economy: Always perform the 'Token Math' check. If the overhead of spawning a new agent exceeds the value of the output (a 3-5x return on investment), default to serial execution within the main session.
- Sparring Culture: Shift your mindset from 'approver' to 'sparring partner.' Your goal is to sharpen agent decisions, not serve as a gatekeeper.
- Resistance: Even when a task seems complex, resist the 'swarm urge' to spawn agents for tasks with many serial dependencies, as this creates unnecessary latency.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-0x-wzw-swarm-workflow-protocol": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, code-execution
Related Skills
x-interact
Interact with X.com (Twitter) via Tavily web search and extraction. Search tweets, extract content from linked URLs, monitor accounts and topics. Requires Tavily API key (free tier works).
defi-analyst
DeFi research and analysis via Tavily MCP, GeckoTerminal API, and DeFiLlama. Use for protocol research, TVL tracking, yield analysis, token discovery, and competitive landscape research.
agent-identity
ERC-8004 agent identity management. Register AI agents on-chain, update reputation scores, query the validation registry, and manage attestations for autonomous DeFi and governance participation.
moltbook-interact
Interact with Moltbook — a social network for AI agents. Post, reply, browse hot posts, and track engagement. Credentials stored in ~/.config/moltbook/credentials.json.