ClawTeam-OpenClaw by win4r is a production-hardened fork of HKUDS/ClawTeam with deep OpenClaw integration. Where the upstream ClawTeam treats the AI backend as a configurable parameter, this fork makes OpenClaw the default and primary agent runtime. Key architectural changes include per-agent session isolation (each sub-agent gets its own OpenClaw session context), exec approval auto-configuration, and hardened spawn backends validated for production use.
Each agent in the team gets its own git worktree, tmux window, and identity configuration — ensuring complete isolation between parallel agents and making it easy to monitor, debug, or restart individual agents without affecting the rest of the team. The fork also adds explicit support for Claude Code, Codex, nanobot, and Cursor as alternative agent backends, enabling heterogeneous teams where different agents use different AI systems.
Win4r’s fork is actively maintained and represents the most production-ready multi-agent OpenClaw deployment template publicly available. It complements their other tooling (openclaw-workspace for file hygiene, OpenClaw-Skill for configuration expertise, openclaw-a2a-gateway for inter-agent communication) into a comprehensive OpenClaw operations stack.