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

NERF Open Source AI Security Engineering Platform Enters Public Beta
NERF is an open source AI security engineering platform and autonomous coding agent that covers offensive, defensive, and privacy security techniques across 117 domains. It features 9 auto-detected operating modes, 26 LLM provider support, and compliance automation for 39 frameworks.

KubeShark: A Kubernetes Skill for Claude Code and Codex to Catch Hallucinated YAML
KubeShark is a failure-mode-first Kubernetes skill for Claude Code and Codex that catches deprecated APIs, misconfigured probes, broken selectors, and other common AI-generated mistakes before they hit production.

OpenClaw Skill for Local Meeting Transcription with Whisper
A new OpenClaw skill called ghostmeet provides local meeting transcription using Whisper. It captures audio from browser tabs via a Chrome Extension and can generate summaries using Claude, with all audio and transcription processed locally on your machine.

md-redline: GUI tool for reviewing and handing off markdown docs to Claude
md-redline is an open-source tool that lets you open markdown files in a GUI, leave inline comments stored as HTML markers in the .md file, and hand back off to Claude for updates. It runs locally with no account, cloud, or database required.