TopRank Skills

Home / Claw Skills / 监控 / multi-agent-protocol
Official OpenClaw rules 36%

multi-agent-protocol

Production protocol for multi-agent collaboration in OpenClaw. Combines Spec-First task definition, two-stage review (Spec + Quality), beads dependency graph as task bus, blackboard.json for direct inter-agent communication, Circuit Breaker retry strategy, and git worktree isolation for parallel implementation. Use when orchestrating 2+ sub-agents on complex tasks requiring coordination, quality gates, and fault tolerance.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 multi-agent-protocol 技能。 若已安装,则直接安装 multi-agent-protocol 技能。

Overview

Skill Key
hakityc/multi-agent-protocol
Author
lebo
Source Repo
openclaw/skills
Version
1.0.0
Source Path
skills/hakityc/multi-agent-protocol
Latest Commit SHA
b32010580dc9d8c6749203373de3cf96b5a5e8cc

Extracted Content

SKILL.md excerpt

# Multi-Agent Collaboration Protocol

Production playbook for orchestrating multiple sub-agents in OpenClaw with structured task
flow, quality gates, inter-agent communication, and automatic fault recovery.

Synthesized from community research: `subagent-driven-development`, `beads`, `swarm-self-heal`,
`agent-team-orchestration`, and `http-retry-circuit-breaker` patterns.

---

## When to Use

Use this skill when:
- Spawning 2+ sub-agents on a complex task
- Tasks have dependencies between agents
- Quality matters (not just "done", but "correct and well-built")
- You need fault tolerance without manual intervention
- Multiple agents need to share state without going through the orchestrator

**Don't use for:**
- Single-agent tasks (unnecessary overhead)
- One-off spawns with no handoff
- Simple question delegation

---

## Core Principles

1. **Spec-First** — No spawning without a spec file. No spec = no work starts.
2. **Two-Stage Review** — Every implementation goes through Spec Review, then Quality Review.
3. **Serial Implementation** — Only one Implementer runs at a time. Parallel = research/analysis only.
4. **Blackboard Communication** — Agents read/write a shared file directly. Orchestrator is not a relay.
5. **Circuit Breaker** — Failures have a ceiling. After threshold → alert human, don't loop forever.
6. **Fixed sessionKeys** — Same role = same sessionKey = agent memory persists across spawns.

---

## Directory Layout

```
{project-root}/
  .beads/              ← beads task graph (git-tracked, auto-managed)
  specs/
    {task-id}.md       ← Task spec (MUST exist before spawning Implementer)
  shared/
    blackboard.json    ← Live state bus (any agent reads/writes directly)
    artifacts/
      {role}/          ← Each agent's output artifacts
```

---

## Task Lifecycle

```
Write Spec → bd create → bd ready → Claim → Implement → Self-Review
  → Spec Review → Quality Review → bd close → bd sync
```

---

## Step 1 — Write the Spec

Before spawning anythin...

Related Claw Skills

0xnyk

xint

★ 49

X Intelligence CLI — search, monitor, analyze, and engage on X/Twitter. TypeScript + Bun. AI agent skill.

heyixuan2

bambu-studio-ai

★ 41

Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).

jackculpan

flightclaw

★ 32

Track flight prices from Google Flights with this OpenClaw skill. Search routes, monitor prices, and get alerts when prices drop.

openclaw-trade

openclaw-trading-assistant

★ 24

openclaw trading assistant| openclaw trading skill | nof1.ai & openclaw [moltbot] collaboration | We get the best practices from alpha arena trading seasons and bring it to clawdbot All top AI agents, realtime monitoring and news research, gather info from private insiders and many other! Using Hyperliquid API.

xquik-dev

x-twitter-scraper

★ 16

X (Twitter) automation skill for AI coding agents. Tweet search, user lookup, follower/following extraction, media download, reply/retweet/quote extraction, 40+ tools, account monitoring & trending topics. REST API, MCP server, HMAC webhooks. Works with Claude Code, Cursor, Codex, Copilot, Windsurf & 40+ agents.

mohsinkhadim59

Openclaw-Setup

★ 8

Step-by-step guides for installing and running OpenClaw, an open-source AI agent, on Mac, Linux VPS, and AWS covering setup, security, messaging channels, Google integration, skills, and monitoring.