Skip to content

LeoYeAI/openclaw-wolfpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

OpenClaw Wolfpack
Agents Workflows License Powered by MyClaw.ai

🐺 OpenClaw Wolfpack

Deploy a collaborative AI agent team on OpenClaw in 60 seconds.

English β€’ δΈ­ζ–‡ β€’ ζ—₯本θͺž β€’ FranΓ§ais β€’ Deutsch β€’ EspaΓ±ol β€’ Русский β€’ Italiano


What Is This?

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.

🐺 The Pack

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

πŸ”₯ Key Features

  • 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

Quick Start

Install

git clone https://github.com/LeoYeAI/openclaw-wolfpack.git
cd openclaw-wolfpack
chmod +x scripts/setup.sh

Deploy

# 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

Use

# Local mode
openclaw chat planner
# β†’ "Start the paper-pipeline workflow for multi-agent reasoning efficiency"

# Channel mode
openclaw gateway restart
# β†’ @planner in your group chat

Deployment Modes

Local Mode (agentToAgent)

Agents communicate directly via OpenClaw's internal messaging. No chat platform needed.

./scripts/setup.sh --mode local

Channel Mode

Each agent binds to a chat group. Interact via @mentions.

./scripts/setup.sh --mode channel --channel telegram --group-id -1001234567890

Supported channels: telegram | discord | feishu | whatsapp | slack


Workflows

πŸ“‹ Paper Pipeline

Full research-to-submission flow: Survey β†’ Ideation β†’ SHARP Gate β†’ Design β†’ Code β†’ Experiments β†’ Write β†’ Review β†’ Submit

πŸ’‘ Brainstorm

Rapid idea generation session with structured SHARP filtering.

πŸ”„ Rebuttal

Coordinated response to reviewer comments with parallel task execution.

πŸ“° Daily Digest

Automated paper monitoring with collision warnings and trend analysis.


SHARP Framework

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.


Advanced Configuration

Per-Agent Models

./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'

Per-Agent Groups

./scripts/setup.sh --mode channel --channel telegram \
  --group-map 'planner=-100111,coder=-100222,scout=-100333'

Dry Run

./scripts/setup.sh --mode local --dry-run

Project Structure

openclaw-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

License

MIT


Powered by MyClaw.ai β€” Your 24/7 Personal Agent

About

🐺 Deploy a multi-agent collaborative team on OpenClaw in 60 seconds. Powered by MyClaw.ai

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages