Multi-Agent OpenClaw Setup Skill
An OpenClaw skill that guides you through creating, configuring, and managing multiple agents from a single gateway instance.
What This Covers
- Creating new agents with
openclaw agents add - Setting up agent workspaces (AGENTS.md, SOUL.md, IDENTITY.md)
- Creating dedicated Telegram bots per agent via BotFather
- Configuring channel routing and bindings
- Understanding workspace isolation, shared skills, and session stores
- Inter-agent communication
- Per-agent model selection, sandbox, and tool restrictions
- Common multi-agent patterns and troubleshooting
Installation
As an OpenClaw Skill
# Clone into your workspace skills directory
git clone https://github.com/grandamenium/multi-openclaw-agents.git ~/.openclaw/workspace/skills/multi-openclaw-agents
Or clone into global skills (available to all agents):
git clone https://github.com/grandamenium/multi-openclaw-agents.git ~/.openclaw/skills/multi-openclaw-agents
Via ClawHub (if available)
clawhub install multi-openclaw-agents
Usage
Once installed, the skill is automatically available to your OpenClaw agent. Ask your agent:
- "Help me create a new agent"
- "How do I set up a separate Telegram bot for my content agent?"
- "Explain how workspace isolation works"
- "Walk me through multi-agent routing"
The agent will use the skill's reference docs to provide accurate, step-by-step guidance.
Skill Contents
multi-openclaw-agents/
├── SKILL.md # Main skill file (comprehensive guide)
├── README.md # This file
└── docs/
├── telegram-multi-bot-setup.md # Dedicated Telegram multi-bot guide
├── workspace-architecture.md # Workspace and directory structure
└── routing-and-bindings.md # Routing precedence and binding config
Requirements
- OpenClaw CLI installed (
npm i -g openclaw) - At least one agent configured (default
mainagent)
Validated Against
- OpenClaw v2026.2.26
- All CLI commands verified against
openclaw agents --helpsubcommands - Configuration patterns sourced from official OpenClaw documentation
License
MIT
还没有评论。