Openclaw Multiagent Framework
Description
OpenClaw multi-agent collaboration framework: protocol, templates, onboarding guides, and capability layers
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
OpenClaw Multi-Agent Collaboration Framework
A battle-tested multi-agent collaboration protocol and architecture for OpenClaw. Solves unreliable ACP communication, agent task-registration amnesia, and ambiguous timeout semantics with a zero-config plugin system. Includes a lightweight subagent + Claude Code CLI runner as a stable ACP alternative.
[中文版 (Chinese README)](README_CN.md)
**Version**: 2026-03-16-v10 | **License**: MIT | **Status**: Production Ready
Quick Summary: Communication Model at a Glance
┌─────────────────────────────────────────────────────────────────────────────┐
│ ONE-SCREEN COMMUNICATION SUMMARY │
├─────────────────────────────────────────────────────────────────────────────┤
│ │
│ ┌─────────┐ sessions_spawn() ┌─────────────┐ │
│ │ User │──────────────────────────▶│ Worker │ │
│ │(Zoe/Main)│◀─────────────────────────│ Session(s) │ │
│ └────┬────┘ task-log.jsonl └─────────────┘ │
│ │ │
│ │ • Sessions are ISOLATED by default │
│ │ • Context sharing requires EXPLICIT mechanism │
│ │ (prompt / artifact / resume / external state) │
│ │ │
│ ▼ │
│ ┌───────────────┐ │
│ │ sessions_send │ ← Continue existing session (not spawn new) │
│ └───────────────┘ │
│ │
│ KEY RULE: Agent ≠ Session ≠ Th
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development