A production-grade framework for managing multi-agent teams through structured roles, task lifecycles, and rigorous handoff protocols.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agent-team-orchestration-bak
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install agent-team-orchestration-bak using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Agent Team Orchestration is a specialized framework designed for complex environments where a single AI agent isn't enough. It provides a robust playbook for running teams of two or more agents, ensuring that specializations are respected and work is verified through structured quality gates. By implementing this skill within Openclaw Skills, developers can move away from chaotic, unstructured agent interactions toward a disciplined, professional-grade production environment.
The skill focuses on the core loop of task routing, execution by builder agents, and validation by reviewer agents. It establishes a clear separation of concerns, ensuring that high-reasoning models handle judgment and orchestration while cost-effective models handle mechanical execution. This approach prevents quality drift and ensures that every artifact produced is verified and documented according to a predictable lifecycle.
To implement Agent Team Orchestration in your environment, follow these configuration steps:
# Example directory structure for orchestration
mkdir -p project/tasks project/artifacts/builds project/artifacts/reviews
# Initialize your task tracker
touch project/tasks/task_board.md
The orchestration skill organizes data through a strict hierarchy of states and communication templates:
| Data Type | Description | Key Components |
|---|---|---|
| Task States | The lifecycle of work | Inbox, Assigned, In Progress, Review, Done, Failed |
| Handoff Record | Context for the next agent | Work summary, Artifact paths, Verification commands, Known issues |
| Role Definition | Agent specialization | Orchestrator (Reasoning), Builder (Execution), Reviewer (Verification) |
| Transition Log | Audit trail | Timestamp, transitioning agent, rationale for state change |
Loading
A comprehensive automation skill for creating, configuring, and deploying Openclaw employees and AI agents from scratch.

A powerful toolkit for creating, reading, and editing Microsoft Word documents with precision using JavaScript and XML manipulation.

A powerful extraction tool for X/Twitter that captures standard tweets, long-form X Articles, and external content behind shortened URLs.

A professional-grade advertising architect that generates multi-channel campaign strategies, keyword research, and budget allocations for e-commerce brands.

A specialized financial news retrieval tool providing real-time A-share market insights and economic updates from Eastmoney.

A powerful integration for automating the full lifecycle of Feishu Docx documents, including advanced Markdown and HTML content conversion.








































