Team coordination layer for multi-agent workflows with mailbox, task board, and lease-based task management. Use when users need to coordinate multiple AI agents, manage shared task boards, send messages between agents, or set up team-based workflows. Triggers on "spawn agent", "team", "task board", "multi-agent", "agent coordination", "message agent", "inbox".
acpx 的团队协调层——邮箱、任务板和多智能体工作流。
当用户出现以下情况时使用此技能:
┌─────────────────────────────────────────────────────────┐
│ acp-team │
│ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ │
│ │ TaskStore │ │ MessageBus │ │ TeamStore │ │
│ │ .tasks/ │ │ .team/inbox │ │ .team/config│ │
│ └─────────────┘ └─────────────┘ └─────────────┘ │
│ │ │ │ │
│ └────────────────┼────────────────┘ │
│ │ │
│ Coordinator │
│ │ │
│ ▼ │
│ acpx sessions │
└─────────────────────────────────────────────────────────┘
bash
npm install -g acp-team
需要先安装 acpx:
bash
npm install -g acpx
bash
| 命令 | 描述 |
|---|---|
| acp-team init [--name <团队名称>] | 在项目中初始化团队 |
| acp-team status |
| 命令 | 描述 |
|---|---|
| acp-team task create <主题> | 创建新任务 |
| acp-team task list |
| 命令 | 描述 |
|---|---|
| acp-team task claim-lease <ID> -o <所有者> -d <毫秒> | 带租约认领(默认60秒) |
| acp-team task heartbeat <ID> -t <令牌> |
| 命令 | 描述 |
|---|---|
| acp-team msg send <收件人> <消息> | 发送私信 |
| acp-team msg broadcast <消息> |
pending → claimed → running → blocked → completed
↓ ↓
cancelled failed
↓ ↓
timed_out
json
{
schema_version: 1.0,
message_id: uuid,
trace_id: ...,
sender: alice,
recipient: bob,
type: message,
content: ...,
created_at: 1234567890,
priority: 1
}
.team/
├── config.json # 团队配置
└── inbox/
├── alice.jsonl # Alice的收件箱
├── bob.jsonl # Bob的收件箱
└── lead.jsonl # 负责人的收件箱
.tasks/
├── task_1.json # 任务 #1
├── task_2.json # 任务 #2
└── ...
bash
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 acp-team-1776152881 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 acp-team-1776152881 技能
skillhub install acp-team-1776152881
文件大小: 2.36 KB | 发布时间: 2026-4-15 13:42