在 OpenClaw 上一键部署多 Agent SaaS 团队工作区。内置双开发轨(devops 交付 + fullstack-dev 实现)、实时 spawn 调度、cron 巡检、Deep Dive 产品知识目录、onboarding 引导。支持自定义角色、模型、时区,可选 Telegram 接入。
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install team-builder或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install team-builder⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/team-builder/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
---
name: team-builder
description: Deploy a multi-agent SaaS growth team on OpenClaw with shared workspace, async inbox communication, cron-scheduled tasks, deep project code scanning (Deep Dive), and optional Telegram integration. Use when building or upgrading multi-agent teams for SaaS/product-matrix work. Supports dual-development tracks by default: devops for delivery/deploy/environment/acceptance and fullstack-dev for implementation/module deep-dive/claude-only coding execution using direct acpx or existing session continuity. Includes Project Deep Dive capability so shared product knowledge files (DB schema, routes, models, services, auth, integrations, tech debt, etc.) can be generated and consumed efficiently by all agents. Supports customizable team name, agent roles, models, timezone, and Telegram bots.
---
Deploy a reusable multi-agent SaaS/growth team template on OpenClaw in one shot.
> Read before running. This skill creates files and modifies system config.
apply-config.js -- script that modifies ~/.openclaw/openclaw.json (adds agents, bindings, agentToAgent config). Auto-backs up before writing.
create-crons.ps1 / create-crons.sh -- scripts that create cron jobs via openclaw cron add
openclaw gateway restart)
apply-config.js yourself
apply-config.js will also add Telegram account configs and bindings
fullstack-dev agent is configured as the implementation-focused Claude coding role
run or direct acpx, complex work via existing fullstack-dev continuity + context files
session persistence is available
apply-config.js before running
Default reference architecture for a SaaS/growth multi-agent team (customizable to 2-10 agents):
CEO
|-- Chief of Staff (dispatch + strategy + efficiency)
|-- Data Analyst (data + user research)
|-- Growth Lead (GEO + SEO + community + social media)
|-- Content Chief (strategy + writing + copywriting + i18n)
|-- Intel Analyst (competitor monitoring + market trends)
|-- Product Lead (product management + tech architecture)
|-- DevOps (delivery / deploy / environment / acceptance)
|-- Fullstack Dev (implementation / module deep dive / ACP coding session)
One OpenClaw instance can run multiple teams:
node <skill-dir>/scripts/deploy.js # default team
node <skill-dir>/scripts/deploy.js --team alpha # named team "alpha"
node <skill-dir>/scripts/deploy.js --team beta # named team "beta"
Named teams use prefixed agent IDs (alpha-chief-of-staff, beta-growth-lead) to avoid conflicts. Each team gets its own workspace subdirectory.
The wizard lets you select 2-10 agents from the available roles. Skip roles you don't need. The 8-agent default covers most SaaS scenarios with dual-dev routing, but you can run leaner (3-4 agents) or expand with custom roles.
The wizard scans your openclaw.json for registered model providers and auto-suggests models by role type:
| Role Type | Best For | Auto-detect Pattern | |-----------|----------|-------------------| | Thinking | Strategic roles (chief, growth, content, product) | /glm-5\|opus\|o1\|deepthink/i | | Execution | Operational roles (data, intel, fullstack) | /glm-4\|sonnet\|gpt-4/i | | Fast | Lightweight tasks | /flash\|haiku\|mini/i |
You can always override with manual model IDs.
node <skill-dir>/scripts/deploy.js
node <workspace-dir>/apply-config.js
powershell <workspace-dir>/create-crons.ps1
bash <workspace-dir>/create-crons.sh
openclaw gateway restart
coding-lead if loaded)
/.openclaw/
context-.md
.openclaw/archive/
coding-lead,其中 simple 任务直做,medium 倾向 Claude ACP run 或 direct acpx,complex 通过现有会话连续协作 + 上下文文件推进,不把 ACP session 持久线程作为正式主路径;context 活跃上限 60、生命周期总窗口 100;并行允许但必须先定义边界,总上限 5 个工作单元
Ask the user for these inputs (use defaults if not provided):
| Parameter | Default | Description |
|-----------|---------|-------------|
| Team name | Alpha Team | Used in all docs and configs |
| Workspace dir | ~/.openclaw/workspace-team | Shared workspace root |
| Timezone | Asia/Shanghai | For cron schedules |
| Morning brief hour | 8 | Chief's morning report |
| Evening brief hour | 18 | Chief's evening report |
| Thinking model | zai/glm-5 | For strategic roles |
| Execution model | zai/glm-4.7 | For execution roles |
| CEO title | Boss | How agents address the CEO |
Optional: Telegram user ID, proxy, and 7 bot tokens.
node <skill-dir>/scripts/deploy.js
Interactive -- asks all questions from Step 1, generates the full workspace.
Prepare a JSON config file:
{
"teamName": "Alpha Team",
"workspaceDir": "~/.openclaw/workspace-team",
"timezone": "Asia/Shanghai",
"morningHour": 8,
"eveningHour": 18,
"thinkingModel": "zai/glm-5",
"executionModel": "zai/glm-4.7",
"ceoTitle": "Boss",
"roles": ["chief-of-staff","data-analyst","growth-lead","content-chief","intel-analyst","product-lead","devops","fullstack-dev"]
}
Run:
node <skill-dir>/scripts/deploy.js --config team-builder.json
node <skill-dir>/scripts/deploy.js --verify --config team-builder.json
--verify checks that generated files contain the expected dual-dev model, role ownership, and cron entries.
...安装 Team Builder 后,可以对 AI 说这些话来触发它
Help me get started with Team Builder
Explains what Team Builder does, walks through the setup, and runs a quick demo based on your current project
Use Team Builder to deploy multi-agent SaaS team workspaces on OpenClaw with one click
Invokes Team Builder with the right parameters and returns the result directly in the conversation
What can I do with Team Builder in my developer & devops workflow?
Lists the top use cases for Team Builder, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/team-builder/ 目录(个人级,所有项目可用),或 .claude/skills/team-builder/(项目级)。重启 AI 客户端后,用 /team-builder 主动调用,或让 AI 根据上下文自动发现并使用。
Team Builder 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Team Builder 可免费安装使用。请查阅仓库了解许可证信息。
在 OpenClaw 上一键部署多 Agent SaaS 团队工作区。内置双开发轨(devops 交付 + fullstack-dev 实现)、实时 spawn 调度、cron 巡检、Deep Dive 产品知识目录、onboarding 引导。支持自定义角色、模型、时区,可选 Telegram 接入。
Team Builder 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Team Builder
Identifies repetitive steps in your workflow and sets up Team Builder to handle them automatically