A framework for building collaborative AI agent teams on OpenClaw
ClawCrew is a framework for creating multi-agent teams that collaborate on tasks. Instead of one AI doing everything, you define specialized agents with focused roles, and an orchestrator coordinates their work.
Train and tune each agent's capabilities separately โ refine the designer's taste, sharpen the coder's style, improve the tester's coverage.
In Telegram, talk to the orchestrator and watch every agent work in real-time. Jump in anytime โ give feedback, correct course, or let them run.
Each agent's capabilities are defined by its workspace โ SOUL.md, skills, and tools. Change the workspace, change the agent.
Automated code generation with quality gates
Deep research with structured output
Blog posts, marketing copy, documentation
Automated support ticket handling
The included example shows a complete software development crew with design, implementation, and testing phases.
| Agent | Role | Deliverables |
|---|---|---|
| ๐ฆ OrcaBot | Orchestrator | Task breakdown, quality gates, final delivery |
| ๐จ DesignBot | Architect | API specs, types, edge cases |
| ๐ป CodeBot | Engineer | Implementation, docstrings |
| ๐งช TestBot | QA | Unit tests, coverage report |
OrcaBot spawns DesignBot โ API spec created โ OrcaBot reviews โ
OrcaBot spawns CodeBot โ Module implemented โ OrcaBot reviews โ
OrcaBot spawns TestBot โ Tests written & run โ OrcaBot reviews โ
Code + Tests + Documentation delivered with full coverage
Prerequisites: OpenClaw installed and configured. See OpenClaw docs.
Message @BotFather โ /newbot โ Get token
Important: Disable privacy mode so the bot sees all group messages.
Create a group, add your bot, and get the chat_id.
git clone https://github.com/anthropics/clawcrew
cd clawcrew
./setup.shopenclaw gateway restartSend a message in your Telegram group:
Create a Python module to calculate distance between two pointsMulti-agent orchestration, Software Dev Team example, Quality gates, Real-time chat visibility
Easy onboarding, Role templates, Hot reload, Shared context, Team memory
GitHub integration, PR workflows, Multi-file projects, CI/CD hooks