ClawTeam Multi-Agent Coordination
Installation
SKILL.md
ClawTeam Multi-Agent Coordination
ClawTeam is a framework-agnostic CLI tool for coordinating multiple AI agents as a team. It provides team/task management, inter-agent messaging, git worktree isolation, provider-aware runtime profiles, git context injection, snapshots, and terminal-based monitoring dashboards.
All operations are performed via the oh CLI. Data is stored in ~/.oh/ by default.
Installation
pip install oh
Requires Python 3.10+. For P2P transport support: pip install oh[p2p].