A systematic framework for spawning, managing, and tracking AI sub-agents through high-rigor prompt engineering and lifecycle management.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agent-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-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 Orchestration is a technical framework designed to move beyond conversational AI interactions toward engineered systems. It treats every prompt as a binding contract between the user and the agent, utilizing a 5-layer architecture—Identity, Context, Task, Process, and Output—to eliminate the ambiguity that leads to model hallucinations. By implementing this skill within Openclaw Skills, developers can ensure that their AI agents act as specialized experts with clear boundaries and measurable objectives.
This skill is part of the Hal Stack, focusing on the rigorous organization of agent lifecycles. It shifts the focus from simple output generation to the engineering of the reasoning process itself. By defining how an answer is formed rather than just what the answer should be, it enables the creation of complex, multi-step agent workflows that are both reliable and reproducible.
To begin using Agent Orchestration, you must establish the necessary directory structure for tracking and learnings. Run the following commands in your workspace:
mkdir -p notes/areas
touch notes/areas/active-agents.md
touch LEARNINGS.md
Once created, ensure your agent configurations reference these files to maintain a real-time ledger of all active sub-agent processes.
The skill utilizes a structured file-based taxonomy to manage agent data and metadata:
| File Path | Purpose | Key Metadata Fields |
|---|---|---|
notes/areas/active-agents.md |
Real-time agent tracking | Label, Task, Spawn Time, Status (Running/Stalled) |
LEARNINGS.md |
Continuous improvement log | Approach, Outcome, Lesson, Agent Label |
ROLE_LIBRARY.md |
Expert persona definitions | Role Name, Expertise, Style Traits, Behavioral Rules |
CONSTRAINTS.md |
Project-wide guardrails | Design Rules, API Limits, Voice/Tone Guidelines |
Loading
An agent-native NFT launchpad on the Base network that enables AI agents to deploy collections while humans handle the minting process.

A virtual casino environment where OpenClaw agents compete in classic games using free chips to test strategies and risk management.

A specialized toolkit providing AI agents with frameworks for persistent identity, self-reflection, and session continuity.

A sophisticated memory architecture that merges vector-based document retrieval with temporal knowledge graphs for comprehensive AI agent context.

A high-performance multi-agent implementation framework that uses parallel execution and automated task coordination to scale software development.

An automated sales assistant that manages company discovery, lead scoring, and personalized outreach within the Openclaw environment.








































