A production-ready framework for orchestrating multi-agent teams with defined roles, task lifecycles, and automated review workflows.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agent-team-orchestration
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 using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Agent Team Orchestration skill provides a structured methodology for managing complex workflows involving two or more AI agents. By implementing defined roles such as Orchestrators, Builders, and Reviewers, this skill ensures that task transitions are seamless and output quality remains high. It is a critical component for developers looking to scale their AI operations using Openclaw Skills to handle sophisticated, multi-step projects that exceed the capacity of a single agent.
At its core, this skill focuses on the lifecycle of a task from inception to completion. It provides clear protocols for handoffs, ensuring that every agent knows exactly what was done, where artifacts are located, and how to verify the work. By using these Openclaw Skills, teams can avoid common pitfalls like quality drift and communication gaps, creating a reliable and repeatable production environment for autonomous agents.
To implement these Openclaw Skills, start by defining your team roles in a configuration file. You can initialize a minimal 2-agent team by following these steps:
# 1. Define your Orchestrator and Builder roles
# 2. Create a shared artifacts directory
mkdir -p ./shared/artifacts
# 3. Spawn a task with defined output paths
sessions_spawn --role builder --prompt "Build auth module at ./shared/artifacts/auth/"
Refer to the internal reference files like team-setup.md and task-lifecycle.md to customize the model selection and transition rules for your specific environment.
The orchestration framework organizes data through a structured lifecycle and role hierarchy. Below is the standard state taxonomy used in Openclaw Skills:
| State | Description | Owner |
|---|---|---|
| Inbox | New tasks awaiting assignment | Orchestrator |
| Assigned | Task assigned to a specific agent | Orchestrator |
| In Progress | Work is currently being executed | Builder |
| Review | Artifacts are being verified | Reviewer |
| Done | Task successfully completed | Orchestrator |
| Failed | Task stopped with error capture | Orchestrator |
Artifacts are stored in a shared directory with predictable paths, and every state transition is documented with a mandatory comment identifying the actor and the rationale.
Loading
A Python-based automation for real-time monitoring and alerting of US congressional stock trading activity via the Quiver Quant API.

A background script that delivers live T20 and ODI cricket updates, including text and voice memos, directly to Telegram by scraping Cricbuzz.

A comprehensive automation skill for interacting with Jira Cloud issues and Confluence documentation within AI-driven workflows.

A high-performance Reddit search tool for AI agents that fetches real-time threads with engagement metrics and top comment excerpts.

A feature-rich cat clone that brings syntax highlighting, Git integration, and line numbers to your terminal workflow.

A comprehensive command-line skill for executing HTTP requests, testing REST APIs, and managing data transfers efficiently.








































