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

✍️ OpenClawRadar📅 Published: June 19, 2026🔗 Source
Crime Team: Multi-Agent Orchestrator for OpenClaw — Parallel Code Review with Coder Agent
Ad

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.

Ad

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

Ad

👀 See Also

Context Gateway: An Open-Source Proxy for Compressing AI Agent Context
Tools

Context Gateway: An Open-Source Proxy for Compressing AI Agent Context

Context Gateway is an open-source proxy that sits between coding agents and LLMs, compressing tool outputs before they enter the context window. It uses small language models to detect signal in context, performs background compaction at 85% window capacity, and includes spending caps, a dashboard, and Slack notifications.

OpenClawRadar
Claudraband: Terminal Wrapper for Persistent Claude Code Sessions
Tools

Claudraband: Terminal Wrapper for Persistent Claude Code Sessions

Claudraband wraps the official Claude Code TUI in a controlled terminal to enable resumable workflows, remote session control via HTTP daemon, and ACP server integration for alternative frontends like Zed or Toad. It requires Node.js/Bun, authenticated Claude Code, and tmux for first-class local workflows.

OpenClawRadar
Claude Desktop Feature Request: Session Start Hook for Automatic Initialization
Tools

Claude Desktop Feature Request: Session Start Hook for Automatic Initialization

A developer building persistent context systems for Claude Desktop identifies a gap: the User Preferences field only injects instructions when the user sends the first message, requiring manual triggers for initialization. They propose adding an "On Session Start" execution field that runs automatically when a new conversation opens.

OpenClawRadar
Claude Hindsight: Observability Tool for Claude Code Sessions
Tools

Claude Hindsight: Observability Tool for Claude Code Sessions

Claude Hindsight is an open-source observability layer for Claude Code that captures tool calls, tokens, and errors into an explorable dashboard. The creator used it to refactor an open-source project in a single 11-hour session with 733 tool calls and 692.8M cache tokens.

OpenClawRadar