grandamenium

Multi Openclaw Agents — Development skill for Claude Code

Development community

OpenClaw skill for creating and managing multiple agents - workspace setup, Telegram multi-bot config, routing, bindings, and multi-agent patterns.

How to install Multi Openclaw Agents

This entry records only its repository, not the path inside it, so there is no exact command to give. Open grandamenium/multi-openclaw-agents and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Multi Openclaw Agents does

OpenClaw skill for creating and managing multiple agents - workspace setup, Telegram multi-bot config, routing, bindings, and multi-agent patterns.

Alternatives in Development

  • Telegram — Show Telegram bot status and manage global session 1.3k ★
  • Alethe Agents — A local-first desktop workspace for running, organizing, and resuming multiple coding agents and shells with r 511 ★
  • Dario — A local OpenAI- and Anthropic-compatible proxy that brings your Claude Pro/Max subscription to Cursor, Cline 485 ★

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 (de