A sophisticated multi-agent orchestration framework for automating complex task delegation, iterative learning, and multi-stage workflows.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install multi-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 multi-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.
Colony Orchestration is a high-level management layer for Openclaw Skills that enables a decentralized yet coordinated ecosystem of specialized agents. It allows developers to move beyond simple prompts into complex process orchestration where agents like researchers, coders, and analysts collaborate on shared goals. By utilizing this skill, you can automate entire business cycles—from idea validation to product deployment—while maintaining a full audit trail and persistent agent memory.
The framework excels at handling non-linear workflows by providing specialized roles such as pincer for coding, scout for research, and forge for product management. It integrates deeply with Openclaw Skills to ensure that every agent learns from its mistakes through a persistent feedback loop, making your AI workforce more efficient over time.
To get started with this orchestration layer for Openclaw Skills, navigate to the skill directory and install the necessary dependencies.
# Navigate to the skill folder
cd skills/colony
# Install required packages
npm install
# Run a test dispatch to verify agent routing
node scripts/colony.mjs dispatch "Research the current state of vector databases"
The skill organizes its operations through a structured filesystem to ensure data persistence and cross-agent context sharing within Openclaw Skills.
| Path | Purpose |
|---|---|
colony/agents.yaml |
Configuration for agent roles, model selection, and keyword triggers. |
colony/processes.yaml |
Definitions for multi-stage workflows, input/output mappings, and checkpoints. |
colony/memory/ |
Per-agent Markdown files containing persistent lessons, patterns, and preferences. |
colony/audit/ |
JSONL event logs and aggregate statistics for performance monitoring. |
colony/context/ |
Run-specific directories containing output files like research.md or spec.md. |
colony/global-context.json |
Shared facts, project decisions, and user preferences accessible by all agents. |
Loading
A technical foundation for programmatically creating AI-generated digital human videos using the HeyGen API.

Automate natural, outbound AI phone calls with real-time voice interaction using ElevenLabs and Twilio.

A protocol-driven skill for AI agents to discover, negotiate, and execute multi-chain cryptocurrency payments.

A powerful integration for managing GitLab repositories, branches, and file operations programmatically through the REST API.

A fully automated pipeline that converts trending Zhihu tech topics into high-quality, formatted WeChat Service Account articles with AI-driven research and image pairing.

A high-performance skill for generating structured, concise summaries of chat histories with support for incremental context updates.








































