A powerful management system to deploy and orchestrate a team of specialized AI agents with unique identities and model configurations.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agent-team
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-team 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 is a sophisticated framework designed to manage sub-agents within the Openclaw Skills ecosystem. By assigning unique souls and specific LLM backends to different agents, it allows developers to build a collaborative environment where each agent specializes in a distinct domain like coding, data analysis, or deep research.
This skill bridges the gap between single-prompt interactions and complex, multi-agent workflows. It enables more nuanced and high-quality outputs by leveraging the strengths of various models—such as Qwen for coding and Gemini for research—all within a unified interface.
To integrate new agents into your Openclaw Skills workspace, follow these steps:
# 1. Create the specific agent directory
mkdir -p ~/.openclaw/workspace/agents/<agent-name>
# 2. Define the agent identity in SOUL.md
touch ~/.openclaw/workspace/agents/<agent-name>/SOUL.md
# 3. Configure the model and capabilities in config.json
touch ~/.openclaw/workspace/agents/<agent-name>/config.json
The skill organizes data within a structured workspace to ensure portability and clarity within Openclaw Skills:
| File | Type | Description |
|---|---|---|
SOUL.md |
Markdown | Defines the persona, personality, and expertise of the agent. |
config.json |
JSON | Specifies primary/fallback models and functional capabilities. |
agent-team.py |
Python | The core orchestration logic for managing agent lifecycles. |
Loading
A comprehensive toolset providing AI agents with direct access to 13+ major internet platforms and social media channels.

A high-speed research engine that scrapes Reddit, X, and the web to synthesize real-time insights and generate precision AI prompts.

A sophisticated research skill that performs iterative search queries and LLM synthesis to provide exhaustive, multi-source analysis.

A sophisticated deep-research skill that utilizes Codex CLI to perform multi-source synthesis and high-context analysis for complex queries.

A sophisticated command-driven dispatcher that routes user prompts to specialized child agents for coding, writing, research, and analysis.

A background utility that automatically archives DingTalk group metadata and IDs to persistent storage whenever the agent is @mentioned.








































