该框架使人工智能代理团队能够通过心跳流程自我管理工作队列、明确角色、持续发现和主动操作。
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install agent-team-kit或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install agent-team-kit⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/agent-team-kit/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
A framework for self-sustaining AI agent teams.
---
A complete team process kit for OpenClaw agents that enables:
---
# From your workspace root
cp -r skills/agent-team-kit/templates/process ./process
This creates:
process/INTAKE.md — The 5-phase work loopprocess/ROLES.md — Role definitionsprocess/OPPORTUNITIES.md — Raw ideas/discoveriesprocess/BACKLOG.md — Triaged work queueprocess/STATUS.md — Who's working on whatMerge templates/HEARTBEAT.md into your existing HEARTBEAT.md:
cat skills/agent-team-kit/templates/HEARTBEAT.md >> HEARTBEAT.md
Or copy it directly if you don't have one yet.
Edit process/ROLES.md to match your team:
---
DISCOVER → TRIAGE → READY → EXECUTE → FEEDBACK
↑ ↓
└──────────────────────────────────────┘
---
| Role | Mission | Owns | |------|---------|------| | Scout 🔍 | Find opportunities | OPPORTUNITIES.md, discovery | | Rhythm 🥁 | Keep work flowing | BACKLOG.md, triage | | Harmony 🤝 | Keep team healthy | Unblocking, retros | | [Human] | Strategic direction | Hard calls, spawning |
Execution roles (spawn as needed):
---
If it's in Ready, any agent can pick it up. No approval needed.
Every phase has ONE owner. No ambiguity.
Ideas, discoveries, completions — if you don't log it, it didn't happen.
Main agent coordinates. Sub-agents execute. Don't do everything yourself.
---
process/
├── INTAKE.md # How the loop works (reference)
├── ROLES.md # Who does what
├── OPPORTUNITIES.md # Raw discoveries (anyone adds)
├── BACKLOG.md # Triaged work (Rhythm maintains)
└── STATUS.md # Current activity (self-updated)
HEARTBEAT.md # Proactive check triggers
---
Add to your heartbeat checks:
### Team Health (run hourly)
- [ ] OPPORTUNITIES.md stale? → Spawn Scout
- [ ] Ready queue empty? → Alert Rhythm
- [ ] Active work stuck >2h? → Nudge owner
- [ ] Any unresolved blockers? → Harmony
The heartbeat keeps the loop spinning even when the human isn't watching.
---
ROLES.md:- Mission (one sentence) - Owns (what they're responsible for) - Cadence (how often they work) - Outputs (what they produce)
INTAKE.md if neededThe 5-phase loop is flexible. Adapt it:
---
❌ Human manually adds every task → Use triage role instead ❌ Waiting for permission to pick up work → Ready = fair game ❌ One agent does everything → Spawn specialists ❌ Ideas stay in heads → Log to OPPORTUNITIES.md ❌ Heartbeat just returns OK → Actually check the loop
---
Track team health:
---
The system runs itself. Your job is to trust it.
安装 特工团队套件 后,可以对 AI 说这些话来触发它
Send a Slack message to the #engineering channel about the deployment
Formats and sends the message with relevant context, tagging the right people
Summarize all unread messages in my inbox from today
Reads messages across connected channels and returns a prioritized summary
Draft a reply to this customer complaint and send it for review
Writes an empathetic, professional response and routes it to the approval queue
将技能文件夹放到 ~/.claude/skills/agent-team-kit/ 目录(个人级,所有项目可用),或 .claude/skills/agent-team-kit/(项目级)。重启 AI 客户端后,用 /agent-team-kit 主动调用,或让 AI 根据上下文自动发现并使用。
特工团队套件 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
特工团队套件 可免费安装使用。请查阅仓库了解许可证信息。
该框架使人工智能代理团队能够通过心跳流程自我管理工作队列、明确角色、持续发现和主动操作。
特工团队套件 属于「Communication」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。