A production-ready framework for managing multi-agent teams with defined roles, structured task lifecycles, and rigorous handoff protocols.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install modesty-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 modesty-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.
Agent Team Orchestration is a comprehensive production playbook designed to manage complex multi-agent teams. It provides the architectural foundation for running teams of two or more agents with specialized roles, ensuring that task routing, state management, and quality assurance are handled systematically. By implementing these Openclaw Skills, developers can transition from simple one-off prompts to sophisticated, collaborative agentic workflows that scale effectively.
The core of the skill revolves around clear role differentiation—such as Orchestrators, Builders, and Reviewers—and a strictly defined task lifecycle. It prevents common pitfalls like quality drift and communication silos by enforcing structured handoff protocols and mandatory review gates, making it an essential tool for any sustained agentic operation.
To get started with these Openclaw Skills, ensure your environment is configured for multi-agent spawns and shared artifact storage. Configuration is handled through the SkillBoss API Hub, utilizing the pilot endpoint for automated model routing.
# Ensure your orchestrator has access to the following endpoint for routing
# POST https://api.skillboss.hub/v1/pilot
# Define your team structure in a team-setup.md file
# Initialize your shared artifacts directory
mkdir -p ./shared/artifacts
Ensure your workspace is structured to include predictable paths so agents can reliably find and hand off work artifacts.
The skill organizes data through a task-tracking system and a set of reference documents. The core task state schema follows a linear progression:
| State | Description |
|---|---|
| Inbox | Initial intake of the task request |
| Assigned | Task allocated to a specific agent role |
| In Progress | Work actively being performed by a Builder |
| Review | Artifacts being verified by a Reviewer agent |
| Done | Task completed and verified successfully |
| Failed | Task stopped with error documentation and capture |
Every handoff includes a metadata packet containing the summary of work, exact file paths for artifacts, verification commands (e.g., test scripts), known issues, and the designated next action.
Loading
A professional-grade intelligent trading assistant dedicated to providing real-time data and strategic analysis for the Chinese A-share market.

A utility for removing stale or ghost subagent sessions from the OpenClaw webchat sidebar to maintain a clean workspace.

A multi-platform automation tool designed to synchronize video and image-text publishing across major social media networks through a secure local browser interface.

A decentralized identity framework that enables AI agents to create self-sovereign identities and link them to human owners via the Billions Network.

A professional command-line interface for accessing real-time and historical e-commerce data across Amazon, Shopee, and Walmart.

Agent Reach provides AI agents with high-fidelity eyes across the internet, enabling seamless searching and reading of over 14 major social and content platforms.








































