TopRank Skills

Home / Claw Skills / 其他 / Multi Agent Team By Halfmoon82
Official OpenClaw rules 15%

Multi Agent Team By Halfmoon82

Multi Agent Dev Team v2.2 — Flexible Multi Agent Development Team

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Multi Agent Team By Halfmoon82 技能。 若已安装,则直接安装 Multi Agent Team By Halfmoon82 技能。

Overview

Skill Key
halfmoon82/multi-agent-team-by-halfmoon82
Author
halfmoon82
Source Repo
openclaw/skills
Version
-
Source Path
skills/halfmoon82/multi-agent-team-by-halfmoon82
Latest Commit SHA
32854eebeefdfa0825be2c727e4af480448817d4

Extracted Content

SKILL.md excerpt

# Multi-Agent Dev Team v2.2 — Flexible Multi-Agent Development Team

## English

> Flexible setup for 2–10 agent collaborative teams on OpenClaw.

### What's New in v2.0

| Feature | v1.0 | v2.0 |
|---------|------|------|
| Team size | Fixed 7 | **2–10 agents** |
| Team naming | Single team | **Multiple named teams** |
| Roles | 7 preset only | **10 preset + custom roles** |
| Workflow | Fixed 9-step | **4 templates + fully custom** |
| Model assignment | Hardcoded | **Auto-detect + manual override** |

### When to Use

- Set up a multi-role collaborative development team (2–10 agents)
- Need multiple teams to work in parallel with independent configurations
- Need custom collaboration workflows (not limited to standard 9-step)
- Need flexible role combinations and model assignments

### Quick Start

#### Interactive Setup Wizard (Recommended)

```bash
# Default team
node <skill-dir>/wizard/setup.js

# Named team (supports multiple teams coexisting)
node <skill-dir>/wizard/setup.js --team alpha
node <skill-dir>/wizard/setup.js --team beta
```

The wizard guides you through:
1. **Team naming** — Give your team a name (supports multi-team setup)
2. **Select roles** — Choose 2–10 from 10 preset roles or add custom ones
3. **Assign models** — Auto-detect registered models or specify manually
4. **Select collaboration workflow** — 4 preset templates or fully custom
5. **Write config** — Auto-update openclaw.json + create workspace

### Available Role Templates (10)

| Role | ID | Emoji | Category | Default Model Type |
|------|----|-------|----------|--------------------|
| Product Manager | `pm` | 📋 | Management | Balanced |
| Architect | `architect` | 🏗️ | Engineering | Strongest |
| Frontend | `frontend` | 🎨 | Engineering | Code |
| Backend | `backend` | ⚙️ | Engineering | Code |
| QA | `qa` | 🔍 | Quality | Balanced |
| DevOps | `devops` | 🚀 | Operations | Strongest |
| Code Artisan | `code-artisan` | 🛠️ | Quality | Code |
| Data Engineer | `data-engineer` | 📊 |...

README excerpt

# Multi-Agent Dev Team v2.2

## English

Flexible multi-agent development team wizard for OpenClaw.

### Features

- **2–10 agents** — pick from 10 preset roles or create custom ones
- **Multiple teams** — run parallel teams with `--team <name>`
- **4 workflow templates** — standard 9-step, quick 3-step, fullstack solo, or fully custom
- **Smart model assignment** — auto-detects registered models, maps by type
- **One command setup** — wizard handles openclaw.json + workspaces + manifests
- **Standard post-setup flow** — core-skill baseline + weekly skill optimization cron
- **Mandatory timeout governance** — graded timeout/retry/circuit-breaker for subagent fan-out checks
- **Allowlist guardrail** — merge + dedupe to `main.subagents.allowAgents` before spawn
- **Cross-team optimization** — one mechanism for coding/wealth/all future teams

### Usage

```bash
node wizard/setup.js                  # Default team
node wizard/setup.js --team alpha     # Named team
```

### Preset Roles

📋 PM · 🏗️ Architect · 🎨 Frontend · ⚙️ Backend · 🔍 QA · 🚀 DevOps · 🛠️ Code Artisan · 📊 Data Engineer · 🔒 Security · 📝 Tech Writer

Plus unlimited custom roles.

### Requirements

- OpenClaw installed with `openclaw.json` present
- Node.js 18+
- At least one model registered

See `SKILL.md` for full documentation.

Migration for existing users:
- `MIGRATION_v2.1_to_v2.2.md`

---

## 中文

灵活搭建 OpenClaw 多子代理开发团队的向导。

### 特性

- **2–10 人团队** — 从 10 个预设角色中选择或创建自定义角色
- **多团队支持** — 使用 `--team <name>` 并行运行多个团队
- **4 种协作流程模板** — 标准 9 步、快速 3 步、全栈独角兽或完全自定义
- **智能模型分配** — 自动检测已注册模型,按类型映射
- **一键配置** — 向导自动处理 openclaw.json + workspace + manifests
- **标准后置流程** — 核心技能基线 + 每周技能优化 Cron
- **强制超时治理** — 子代理并发检查必须走分级超时/重试/熔断
- **Allowlist 防护** — spawn 前先完成 `main.subagents.allowAgents` 合并去重校验
- **跨团队统一优化** — coding/wealth/未来团队共用一...

Related Claw Skills