🌐 Language: English (current) | 简体中文
# agent-team-orchestration
Modular, self-contained AI agent skill for the OpenClaw framework.
Multi-agent team coordination with roles, handoffs, checkpoint protocols, and quality gates. Includes expert knowledge pool and team templates.
Copy the agent-team-orchestration/ directory to your OpenClaw skills directory (typically ~/.openclaw-skills/agent-team-orchestration/).
agent-team-orchestration/ ├── SKILL.md # Main skill definition (read first) ├── references/ # Reference documentation ├── scripts/ # Executable tools ├── _knowledge/ # Knowledge base └── _meta.json # Skill metadata
MIT - see LICENSE