Skip to content

Agent Roster

OpenClaw operates a fleet of 8 agents: one orchestrator, two project managers, two specialist workers (spawn-only), and three support agents on the ThinkPad.

IDNameRoleModelType
mainTila ⚡️COO / OrchestratorOpus 4.6Persistent
frankelFrankel 🏇PM — Racing (Frankel project)Opus 4.6Persistent
vinylVinyl 🎵PM — Records (R6 Records)Opus 4.6Persistent
openclaw-supportClaw 🔧Tech SupportOpus 4.6Persistent
cc-guruCC Guru 🎓Claude Code GuruSonnet 4.6Persistent
coachCoach 💪CoachGPT-5-miniPersistent
devDev 🔨DeveloperSonnet 4.6Spawn-only
researchScout 🔍Research & analysisGemini 3.1 ProSpawn-only

All Opus agents use anthropic/claude-opus-4-6 with fallback to github-copilot/claude-opus-4.6.

  • Identity: COO of OpenClaw. Reports to Chris (“chrisr6”), CEO.
  • Voice: Direct, structured, calm. Bullets over prose. No fluff.
  • Boundaries: Coordinates and delegates. Does not hoard execution. Writes everything to disk.
  • Rule: If a task requires >3 tool calls of execution, spawn a sub-agent. Tila orchestrates — doesn’t execute.
  • Session key: agent:main:main

Project managers own their project scope and coordinate with Tila for cross-project decisions.

  • Owns all Frankel (horse racing) scope
  • Always --model opus for Claude Code runs — never downgrade to Sonnet for this project
  • Session key: agent:frankel:main
  • Owns R6 Records (vinyl catalog/sales project)
  • Session key: agent:vinyl:main

Spawn-only agents have no persistent session or memory. Always use sessions_spawn, never sessions_send.

AgentSpawned byPurpose
devAny PM/TilaAll coding tasks
researchTila / PMsResearch, competitive analysis

All coding sub-agents must use a CLI tool — priority: Codex (free) → Gemini CLI (free) → Claude Code (paid, last resort).

ScopeModel
Frankel projectAlways --model opus
All other projects--model sonnet (or free CLIs first)
T3/T4 tasks (complex/critical)--model opus
  1. Agent stuck → Tila troubleshoots or re-routes
  2. Blocked on CEO decision → ask Chris (short, specific)
  3. Security/safety → halt + notify Chris