ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

multi-agent-blueprint

Production-tested blueprint for building 5-10 agent teams in OpenClaw with cross-agent routing, Telegram integration, and role-based architecture

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/neal-collab/multi-agent-blueprint
Or

Multi-Agent Blueprint — Build Your AI Team

A production-tested template for setting up 5-10 specialized AI agents that work together as a team. Based on a real deployment running 10 agents across Telegram with cross-agent routing, model tiering, and centralized file management.

What You Get

  • Agent role templates with SOUL.md, AGENTS.md, IDENTITY.md, USER.md
  • Cross-agent routing via sessions_send with working session keys
  • Model tiering strategy (Opus/Sonnet/Haiku) for cost optimization
  • Telegram multi-bot setup with DM isolation and group @mentions
  • File Master pattern — centralize file ops through one agent
  • Notion Master pattern — centralize database ops through one agent
  • Fallback chains — resilient multi-provider model routing
  • Cost optimization config (caching, heartbeats on local models, context pruning)
  • RAG/Memory setup for persistent knowledge across sessions
  • Group chat brainstorming — multiple agents in one conversation

Architecture

┌─────────────────────────────────────────────┐
│                   USER                       │
│         (Telegram / Discord / WhatsApp)      │
└──────────┬──────────────────────┬───────────┘
           │ DM                   │ @mention
     ┌─────▼─────┐         ┌─────▼─────┐
     │ CENTRAL   │         │  GROUP    │
     │ (Coordi-  │◄───────►│  CHAT     │
     │  nator)   │ routes  │ (all bots)│
     └─────┬─────┘         └───────────┘
           │ sessions_send
     ┌─────┼─────┬──────┬──────┬──────┐
     ▼     ▼     ▼      ▼      ▼      ▼
   TECH  FINANCE SALES HEALTH MKTG  DATA
    │                                  │
    ▼                                  ▼
   NAS                             NOTION
  (File Master)                  (DB Master)

Quick Start

1. Plan Your Team

Pick 3-10 roles based on your needs:

RoleModel TierExample Tasks
CoordinatorOpusRoute tasks, oversee projects, daily briefings
Tech/InfraOpus/SonnetDevOps, file management, system admin
FinanceSonnetInvoices, budgets, tax prep, contracts
SalesHaikuLead gen, outreach scripts, deal tracking
MarketingHaikuContent creation, SEO, social media
HealthSonnetFitness tracking, meal plans, habit coaching
Data/NotionSonnetDatabase ops, reporting, documentation
DevOpsHaikuMonitoring, alerts, uptime checks
E-CommerceSonnetStore audits, product strategy, analytics
Social/BrandExternal*Twitter/X, LinkedIn, content scheduling

*Social agents can use specialized providers like xAI/Grok for platform-native tone.

2. Create Agent Directories

# For each agent:
mkdir -p ~/.openclaw/workspace-{agentname}/memory
mkdir -p ~/.openclaw/agents/{agentname}/agent

3. Configure OpenClaw

Add each agent to openclaw.jsonagents.list:

Metadata

Stars1335
Views1
Updated2026-02-23
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-neal-collab-multi-agent-blueprint": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#multi-agent#team#orchestration#blueprint#telegram#routing#cost-optimization
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.