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


