Agent Skills
› paperclipai/companies
› clawteam
clawteam
GitHubClawTeam CLI 用于多智能体团队编排,支持生成代理、管理依赖任务及通过邮箱通信。利用 Git worktree 隔离工作区以避免冲突,实现高效协作。
Trigger Scenarios
需要协调多个 AI 代理共同完成复杂任务
希望并行处理具有依赖关系的子任务
需要隔离不同代理的工作环境以防止代码冲突
Install
npx skills add paperclipai/companies --skill clawteam -g -y
SKILL.md
Frontmatter
{
"name": "clawteam",
"metadata": {
"sources": [
{
"kind": "github-file",
"path": "skills\/clawteam\/SKILL.md",
"repo": "HKUDS\/ClawTeam",
"usage": "referenced",
"commit": "bd511b58eb58c272f82f285c1c436557a92ca4a7",
"license": "MIT",
"attribution": "HKUDS"
}
]
},
"description": "Multi-agent team orchestration CLI for spawning agents, managing tasks, and coordinating work through mailbox messaging and git worktree isolation"
}
ClawTeam CLI for multi-agent team orchestration. Enables spawning agent teams, managing tasks with dependencies, and communicating via mailbox messaging. Agents work in isolated git worktrees to prevent merge conflicts.
Version History
- 514503b Current 2026-07-24 17:51


