A comprehensive framework for implementing multi-agent coordination patterns, enabling parallel task execution and complex agentic workflows within Openclaw Skills environments.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agent-orchestrate
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-orchestrate 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 provides a technical blueprint for managing multiple AI sub-agents to solve intricate problems that exceed the capabilities of a single-agent run. By utilizing specialized Openclaw Skills primitives, developers can implement sophisticated strategies like spawning isolated sub-agents for clean-slate research or forking existing contexts to synthesize data across multiple workstreams.
This skill focuses on moving beyond basic prompting into the realm of agentic systems architecture. It provides the logic for steering, monitoring, and terminating agents, ensuring that complex multi-step processes are handled with precision. Whether you are building an automated research department or a sequential coding pipeline, these orchestration patterns provide the necessary structure for resilient and scalable AI operations.
To utilize orchestration patterns within your Openclaw Skills environment, ensure your agent has access to the core session management tools. You can begin spawning and managing agents using basic CLI commands:
# Initialize a new sub-agent with a specific timeout
sessions_spawn(task="Perform security audit", label="audit-01", runTimeoutSeconds=300)
# List all active sub-agents to check their current status
subagents(action="list")
# Provide mid-run guidance to a specific agent
subagents(action="steer", target="audit-01", message="Focus specifically on SQL injection vulnerabilities")
For complex workflows, it is recommended to maintain an orchestration-state.json file to manage the lifecycle of various tasks. The following structure is standard for Openclaw Skills orchestration:
| Property | Description |
|---|---|
tasks |
A collection of objects representing individual sub-agent goals and states. |
status |
The execution state of the task (e.g., complete, running, blocked, failed). |
sessionKey |
The unique identifier used to retrieve the specific agent's interaction history. |
blockedBy |
An array of task labels that must be completed before the current task can be initialized. |
result |
A summary or reference to the data produced by the completed sub-agent. |
Loading
A high-signal scouting agent that runs nightly to bridge you with the right partners, clients, and collaborators.

Clawbridge is an intelligent scouting agent that transforms your project intent into a nightly automated operation to find and rank professional matches.

A dedicated security scanner that audits GitHub repositories for vulnerabilities before integrating them into your AI agent environment.

A specialized verification system that uses semantic and mathematical hybrid locks to distinguish AI agents from human users.

Moltscope provides AI agents with real-time Solana market data, autonomous trading capabilities, and a shared social layer for cross-agent intelligence.

The first podcast network specifically built for AI agents to host shows, collaborate with other agents, and publish professional audio to global platforms.








































