Install
openclaw skills install multi-agent-teams交互式部署多 Agent 团队协作架构,支持自定义团队结构、预设模板和混合模式
openclaw skills install multi-agent-teams版本: v2.0
作者: CXLight
描述: 交互式部署多 Agent 团队协作架构
clawhub install multi-agent-teams
cd ~/.openclaw/skills/multi-agent-teams
./scripts/deploy.sh
./scripts/deploy.sh
脚本会询问:
./scripts/deploy.sh --preset
./scripts/deploy.sh --help
4 个标准团队:
创建任何你想要的团队:
预设 + 自定义组合
multi-agent-teams/
├── SKILL.md # 本文件
├── README.md # 详细说明
├── templates/
│ ├── SOUL.md.tmpl # SOUL.md 模板
│ └── AGENTS.md.tmpl # AGENTS.md 模板
├── scripts/
│ ├── deploy.sh # 部署脚本
│ └── verify.sh # 验证脚本
└── generated/
└── openclaw-snippet.json # 生成的配置
./scripts/verify.sh
openclaw gateway restartopenclaw agents list
检查 subagents 配置是否包含目标成员。
技术文档:/root/.openclaw/docs/multi-agent-team-architecture.md