A2a Manager
/install a2a-manager
A2A Manager
Trigger Phrases
| Trigger | Action |
|---|---|
| "tạo agent", "thêm nàng" | Tạo agent mới |
| "tạo channel" | Tạo Discord channel |
| "spawn specialist" | Tạo sub-agent tạm thời |
| "task board", "quản lý task" | Notion task management |
| "quản lý agent" | Agent registry management |
| "điều phối", "phân công" | Task orchestration |
| "A2A", "map" | A2A_MAP management |
| "tìm agent" | Lookup agent |
Agent Types (Task-Steward Inspired)
1. Specialized Agents (Permanent)
Core agents - Sống trong workspace, có identity riêng
- Coordinator: C.C. - Điều phối chính
- Orchestrator: Makima - Phối hợp nhiều agent
- Worker: Winry, Motoko - Thực thi task
- QA: Jalter, Violet - Verify chất lượng
2. Role-specific Agents
Theo chức năng cụ thể
3. Specialists (Sub-agents)
Tạm thời - Sinh ra để làm task cụ thể, xong.Dispose
| Type | Use Case | Model |
|---|---|---|
| temp_worker | Task đơn giản | flash |
| researcher | Nghiên cứu sâu | pro |
| coder | Code task | glm4 |
| qa_reviewer | Verify work | flash |
| runner | Chạy lệnh | flash |
Workflow (Task-Steward với Notion)
Task States
| State | Notion Status | Description |
|---|---|---|
| NOW | Now/Today | Ưu tiên cao |
| WAITING | Waiting | Chờ input |
| IN_PROGRESS | In Progress | Đang làm |
| REVIEW | Ready for Review | Chờ QA |
| DONE | Done | Hoàn thành |
Workflow
Master → Task Request
↓
C.C. (Coordinator) → Classify: Q&A or Task?
↓
Q&A → Answer immediately
Task → Notion Task Board → Execute (spawn Specialist) → QA → Deliver
Scripts
A2A Map
a2a_map.py- Quản lý A2A_MAP.md- Template từ references/A2A_MAP.md
- Validation: agent, model, status
- Versioning + Rollback
- Init tạo workspace/A2A_MAP.md từ template
Task Board (Notion)
task_board.py- Quản lý task trên Notion- Setup database
- Create/Update/List tasks
- Workflow: start, block, complete, approve, reject
Discord
discord_manager.py- Quản lý Category/Channel/Role
Specialist Management
specialist_manager.py- Spawn/dispose sub-agents
Agent Creation
create_agent.py- Tạo agent mới
Quick Actions
A2A Map
# Validate map
python a2a_map.py validate
# Versions
python a2a_map.py versions
Task Board (Notion)
python task_board.py setup \x3Cdatabase_id>
python task_board.py create "Fix bug" "Mô tả"
python task_board.py start \x3Ctask_id>
python task_board.py complete \x3Ctask_id>
python task_board.py approve \x3Ctask_id>
Specialists
python specialist_manager.py spawn coder "Fix bug" Winry
python specialist_manager.py list
python specialist_manager.py dispose \x3Cspec_id>
Files
- a2a_map.py - Core map (template trong script)
- task_board.py - Notion task management
- specialist_manager.py - Sub-agent management
- create_agent.py - Agent creation
- discord_manager.py - Discord management
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install a2a-manager - After installation, invoke the skill by name or use
/a2a-manager - Provide required inputs per the skill's parameter spec and get structured output
What is A2a Manager?
Manage agent creation, Discord channels/roles, agent-to-agent task coordination, sub-agent spawning, A2A_MAP updates, and Notion-based task workflows. It is an AI Agent Skill for Claude Code / OpenClaw, with 412 downloads so far.
How do I install A2a Manager?
Run "/install a2a-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is A2a Manager free?
Yes, A2a Manager is completely free (open-source). You can download, install and use it at no cost.
Which platforms does A2a Manager support?
A2a Manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created A2a Manager?
It is built and maintained by Cuong Pahm (@nyrosveil); the current version is v1.0.0.