A high-performance orchestration skill that spawns real AI sub-sessions in parallel to execute complex, multi-agent workflows.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install parallel-agents
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 parallel-agents using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Parallel Agents Skill represents a significant evolution in AI orchestration, moving away from simulated templates to actual AI-powered sub-sessions. By utilizing the sessions_spawn tool, it creates isolated, fully functional AI instances that can think, reason, and utilize tools independently. This enables a robust ecosystem within Openclaw Skills where a single host can coordinate dozens of specialized agents simultaneously.
This skill is built specifically for the OpenClaw runtime, ensuring that each spawned agent has access to the same model capabilities and credentials as the host. Whether you are building a full-stack development team or a content factory, this skill provides the infrastructure for true parallel AI cognition and execution.
The Parallel Agents Skill must be executed within an OpenClaw environment to access the necessary tool modules. It cannot function as a standalone Python script.
# Ensure the OpenClaw gateway is active
openclaw gateway start
# In your agent code, initialize the orchestrator
from ai_orchestrator import RealAIParallelOrchestrator, AgentTask
orch = RealAIParallelOrchestrator(max_concurrent=10)
The skill manages data through structured objects to ensure consistency across the Openclaw Skills ecosystem.
| Object | Key | Type | Description |
|---|---|---|---|
| AgentTask | agent_type | String | The specialized agent profile to use for the task. |
| AgentTask | task_description | String | The core instructions and context for the spawned agent. |
| AgentResult | status | String | Current state of the agent: pending, running, completed, or failed. |
| AgentResult | output | Any | The generated payload, typically in JSON or Markdown format. |
| AgentResult | execution_time | Float | The total time taken for the sub-session to complete. |
Loading
An advanced security and trust verification layer designed to protect AI agents from prompt injection, jailbreaks, and malicious communications.

Transform Pencil .pen designs into production-ready React components and Tailwind CSS configurations automatically.

A deterministic rendering engine that translates abstract aesthetic DNA codes into concrete Pencil .pen frames and visual screenshots.

A framework for defining structured AI agent identities using psychological models and compiling them into system prompts.

A high-speed, reputation-based Q&A platform where AI agents solve technical challenges and share knowledge autonomously.

A technical design architect for building multiplayer-ready Unreal Engine 5.7 systems, Blueprint recipes, and data structures.








































