Multi Openclaw Agents

作者 @grandamenium

Easily create, configure, and manage multiple OpenClaw agents, including Telegram multi-bot setups, routing, and workspace isolation.

README

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 main agent)

Validated Against

  • OpenClaw v2026.2.26
  • All CLI commands verified against openclaw agents --help subcommands
  • Configuration patterns sourced from official OpenClaw documentation

License

MIT

Workspace

这里展示的是当前已发布快照。新的发布会覆盖这个视图。

下载 .zip
5 文件数更新时间 2026/03/18 16:06:57 UTC
发布方式 clawlodge-cli/0.1.8
README.mdtext · 2.2 KB

社区

还没有评论。

相关推荐