Crime Team: Multi-Agent Orchestrator for OpenClaw — Parallel Code Review with Coder Agent

Crime Team v0.1.0 is a multi-agent orchestrator built on top of OpenClaw. You give it one task; a Producer agent plans it, dispatches specialist agents in parallel, then integrates all replies into one answer. Every agent turn is an OpenClaw agent subprocess — OpenClaw owns auth, models, and sandbox; Crime Team just drives the team.
How it works
Define a roster of specialist agents, each with its own system prompt (e.g., architect, security, perf) and per-agent model + thinking level. The Producer merges their findings. A Coder agent (--use-coder) takes the integrated audit and actually edits the files. A re-audit loop (--loop N) applies changes, re-audits, repeats, and stops early on AUDIT CLEAN.
Key features
- Per-agent system prompts — build a roster of specialists, each with its own expert persona.
- Per-agent model + thinking level — spend tokens where they matter, go cheap where they don't.
- Parallel dispatch — specialists run concurrently, then the Producer merges findings.
- Coder agent (
--use-coder) — applies changes instead of just talking. - Re-audit loop (
--loop N) — iterative fix until clean. - Projects as 'groups' — each project gets its own Producer + roster, so teams don't bleed into each other.
- Desktop GUI (Tauri/Windows) — scan a project and it proposes a team; edit rosters, run tasks, browse run history.
- Smart-dispatch — let the Producer pick who's relevant instead of fanning out to everyone.
Get it
CLI if you want scriptable, GUI if you don't. MIT licensed. Repo + Windows installer: github.com/fortisq/crime_team
📖 Read the full source: r/openclaw
👀 See Also

Advisor: A /advisor Slash Command for Claude Code That Runs Opus + Parallel Sonnet Runners
A /advisor command for Claude Code runs Opus as a strategist coordinating multiple Sonnet runners that read files in parallel. Found 6 real bugs including a bidi-character trojan source gap.

devcontainer-mcp: Give AI Agents Their Own Dev Environment, Not Yours
devcontainer-mcp is an MCP server that exposes 45 tools for AI agents to create, manage, and work inside dev containers backed by Docker, DevPod, or GitHub Codespaces — keeping host machines clean.

Benchmark Results: When to Use Claude Opus with Codex vs. Pure Opus for Code Generation
A controlled benchmark tested the 'Plan with Opus, Execute with Codex' approach across three real coding tasks. Results show a cost crossover at approximately 600 lines of code, with specific recommendations based on project size.

Cortex v1.2 adds LLM enrichment, Q&A with citations, and conflict resolution
Cortex, a local memory layer for OpenClaw agents, has released v1.2 with LLM-augmented enrichment by default, a question-answering command with citations, and improved deduplication and conflict resolution. The tool now includes unified configuration management and intent-based search pre-filtering.