What problem does it solve? Delegating coding tasks to external CLI agents like Codex or Claude Code normally blocks your session, loses routing context, and provides no progress visibility. Worker Relay runs these agents as supervised background workers while OpenClaw retains ownership of routing, progress notifications, result delivery, wake-up, and multi-turn continuation. ## Core Features & Use Cases - Supervised async execution: Launch Codex or Claude Code through one run-task.py entrypoint with durable Linux detachment via a transient user systemd service, heartbeat pings, and completion notifications to the exact originating WhatsApp or Telegram session. - Session resume and provider control: Resume provider-native sessions/threads, select explicit modes (Terra, Sonnet, Sol, Fable, Fast), and optionally fall back across providers only when the primary is unavailable before useful work. - Subscription-auth isolation: Inherited API credentials are stripped so workers use saved ChatGPT or Claude subscription logins instead of API billing. - Use Case: From a WhatsApp group chat, ask your agent to have Codex implement a feature in a repository; Worker Relay validates the route, detaches the worker, delivers the result back to the chat, and wakes the supervisor to continue the next phase autonomously. ## Quick Start Ask your OpenClaw agent to delegate a coding task to Codex or Claude, for example: "Use Codex to implement input validation in my project at /home/user/app and notify me when done."