Overview
- Skill Key
- aboutyao/team-collab-skill
- Author
- 微³
- Source Repo
- openclaw/skills
- Version
- 1.0.0
- Source Path
- skills/aboutyao/team-collab-skill
- Latest Commit SHA
- 6d06c561bbeac12058944cd26071ce6264790328
快速搭建多 Agent 协作系统。创建产品/研发/运营团队,支持持久化、任务路由、知识提取、并行协作。
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 team-collab-skill 技能。 若已安装,则直接安装 team-collab-skill 技能。
# Team Collaboration Skill 🦞
快速搭建多 Agent 协作系统,让你的 AI 助手变成一个有组织的团队。
## 一键安装
```
skillhub install team-collab-skill
```
## 功能特性
| 功能 | 说明 |
|------|------|
| Agent 持久化 | 状态文件系统,agent 记住上次在干什么 |
| 共享知识库 | 所有 agent 可读取的 Doctor 偏好、决策记录 |
| 任务自动路由 | 根据关键词自动分发给对应 agent |
| 知识主动提取 | 自动识别关键信息并记录 |
| 监控告警 | HEARTBEAT 定期检查 |
| 并行协作 | 多 agent 同时工作 |
## 文件结构
```
memory/
├── MEMORY.md # 长期记忆
├── company.md # 公司架构
├── lessons.md # 学习记录
├── team-dashboard.md # 团队仪表盘
├── shared/
│ ├── doctor-profile.md # Doctor 偏好
│ ├── decisions.md # 历史决策
│ ├── best-practices.md # 最佳实践
│ ├── workflow.md # 协作流程
│ ├── task-routing.md # 任务路由
│ ├── knowledge-extraction.md # 知识提取
│ └── parallel-collab.md # 并行协作
└── agents/
├── product-agent.md # 产品团队
├── dev-agent.md # 研发团队
└── ops-agent.md # 运营团队
```
## 使用方法
### 1. 初始化
在 Agent 启动时,读取以下文件:
- `memory/MEMORY.md` — 长期记忆
- `memory/company.md` — 公司架构
- `memory/shared/doctor-profile.md` — Doctor 偏好
### 2. Spawn Agent
创建子 agent 时,传入状态文件:
```javascript
// 读取状态
const state = read('memory/agents/product-agent.md');
// Spawn
spawnAgent('product', `
你是产品团队 agent。
## 你的状态
${state}
## 任务
${task}
`);
```
### 3. 任务路由
根据关键词分发任务:
| 关键词 | 分发给 |
|--------|--------|
| 规划、分析、需求、功能 | 产品 Agent |
| 安装、技能、代码、配置 | 研发 Agent |
| 小红书、文案、图片、数据 | 运营 Agent |
### 4. 知识提取
自动识别 Doctor 说的关键信息:
| Doctor 说 | 提取 | 存到 |
|-----------|------|------|
| "我是..." | 身份 | doctor-profile.md |
| "我喜欢..." | 偏好 | doctor-profile.md |
| "记住..." | 决策 | decisions.md |
| "不要再犯..." | 教训 | lessons.md |
### 5. 并行协作
多个 agent 同时工作:
```
spawnAge...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.