Deploy a collaborative AI agent team on OpenClaw in 60 seconds.
English β’ δΈζ β’ ζ₯ζ¬θͺ β’ FranΓ§ais β’ Deutsch β’ EspaΓ±ol β’ Π ΡΡΡΠΊΠΈΠΉ β’ Italiano
Wolfpack is a one-command multi-agent skill for OpenClaw. It deploys 8 specialized AI agents as a coordinated team β complete with identities, quality gates, and workflow templates.
Think of it as deploying an entire AI research lab with one script.
| Agent | Role | What It Does |
|---|---|---|
| π§ Planner | Conductor | Decomposes tasks, tracks progress, coordinates the team |
| π‘ Ideator | Creative Engine | Generates research ideas, assesses novelty |
| π― Critic | Taste Gate | Evaluates ideas with SHARP framework (score β₯18 to pass) |
| π Surveyor | Knowledge Base | Literature search, research gap identification |
| π» Coder | Engineer | Algorithm implementation, experiment execution |
| βοΈ Writer | Craftsman | Academic writing, LaTeX formatting |
| π Reviewer | Gatekeeper | Simulated peer review, weakness diagnosis |
| π° Scout | Radar | Daily paper digest, trend monitoring |
- One-command deploy β 8 agents provisioned with a single script
- SHARP quality gates β Critic enforces taste standards (no mediocre ideas proceed)
- Adversarial collaboration β IdeatorβCritic and WriterβReviewer creative tension
- 4 workflow templates β Paper Pipeline, Brainstorm, Rebuttal, Daily Digest
- Two deployment modes β Channel (Telegram/Discord/Feishu/etc.) or Local (CLI)
- Safe merge β Appends to existing config, never overwrites your main agent
git clone https://github.com/LeoYeAI/openclaw-wolfpack.git
cd openclaw-wolfpack
chmod +x scripts/setup.sh# Interactive
./scripts/setup.sh
# Local mode (no channel needed)
./scripts/setup.sh --mode local --model anthropic/claude-sonnet-4-5
# Channel mode (e.g., Telegram)
./scripts/setup.sh --mode channel --channel telegram --group-id -1001234567890# Local mode
openclaw chat planner
# β "Start the paper-pipeline workflow for multi-agent reasoning efficiency"
# Channel mode
openclaw gateway restart
# β @planner in your group chatAgents communicate directly via OpenClaw's internal messaging. No chat platform needed.
./scripts/setup.sh --mode localEach agent binds to a chat group. Interact via @mentions.
./scripts/setup.sh --mode channel --channel telegram --group-id -1001234567890Supported channels: telegram | discord | feishu | whatsapp | slack
Full research-to-submission flow: Survey β Ideation β SHARP Gate β Design β Code β Experiments β Write β Review β Submit
Rapid idea generation session with structured SHARP filtering.
Coordinated response to reviewer comments with parallel task execution.
Automated paper monitoring with collision warnings and trend analysis.
The Critic's quality gate scoring:
| Dimension | Question |
|---|---|
| Sharpness | Can you explain WHY it works in one sentence? |
| Horizon | Will this problem still matter in 5 years? |
| Asymmetry | Do you have a unique angle others lack? |
| Resistance | Can the toughest reviewer break your argument? |
| Parsimony | Is the method elegantly simple? |
Score tiers: π Exquisite (23-25) Β· π’ Refined (18-22) Β· π‘ Raw (13-17) Β· π΄ Bland (β€12)
Ideas must score β₯18 to proceed past the idea phase.
./scripts/setup.sh --mode local \
--model anthropic/claude-sonnet-4-5 \
--model-map 'critic=anthropic/claude-sonnet-4-5,writer=anthropic/claude-sonnet-4-5'./scripts/setup.sh --mode channel --channel telegram \
--group-map 'planner=-100111,coder=-100222,scout=-100333'./scripts/setup.sh --mode local --dry-runopenclaw-wolfpack/
βββ SKILL.md # AgentSkill manifest
βββ scripts/
β βββ setup.sh # One-command deployment
βββ references/
β βββ workflows.md # Workflow details
β βββ sharp-framework.md # SHARP scoring guide
βββ assets/
βββ agents.yaml # Agent registry
βββ agent-souls/ # Per-agent identity files
β βββ planner/ (soul.md, agent.md, user.md)
β βββ ideator/
β βββ critic/
β βββ surveyor/
β βββ coder/
β βββ writer/
β βββ reviewer/
β βββ scout/
βββ workflows/ # Workflow templates
βββ paper-pipeline.md
βββ brainstorm.md
βββ rebuttal.md
βββ daily-digest.md
MIT
Powered by MyClaw.ai β Your 24/7 Personal Agent