How to make OpenClaw delegate complex tasks to Claude Code & Codex (and aggregate the results)
Summary
Describes a workflow where OpenClaw delegates complex coding tasks to Claude Code and Codex as asynchronous sub-agents using a local broker script, with results aggregated; the solution is packaged as the open-source Relay-agent repo.
Similar Articles
OpenClaw + Claude Code/Codex in tandem: A real-world + best of both worlds example
The article describes a real-world architecture using Claude Code for building code and OpenClaw for running persistent business automation tasks, specifically for lead scraping, enrichment, and outbound sales outreach. The author argues that these tools complement each other rather than compete.
I built a multi-agent platform on top of OpenClaw — 72 specialized agents, each with their own domain, all connected through ClawSwarm
A user built AI Pair, an open-source coordination layer on top of OpenClaw, enabling 72 specialized agents to discover, register, and collaborate on complex tasks across domains.
I ported obra/superpowers to OpenClaw — no Claude Code dependency
A developer ports the superpowers AI-assisted development framework to OpenClaw, removing the Claude Code dependency and redesigning the workflow with native agents and task tracking.
50% OpenClaw, 50% custom wrapping = Happy pipeline!
The author shares their experience building a production-grade multi-agent system using OpenClaw with custom guardrails, highlighting the challenges of silent failures and non-determinism.
Use Claude Code subscription for OpenClaw again!
A developer created otterly, an npm package that turns the local Claude CLI into an OpenAI-compatible HTTP server, allowing applications like OpenClaw to use a Claude Code subscription instead of expensive pay-per-token API rates. The tool runs on a Raspberry Pi and shares Claude Code's rate limits.