Claude Code Can't Draw — This Plugin Borrows Your Codex CLI Login A new open-source plugin called codex-bridge lets Claude Code users route image generation and GPT-5 subagent tasks through their existing Codex CLI login, billing against a ChatGPT plan instead of a separate API key. The plugin, which has not been tested by the reviewer, uses bash wrappers to shell out to Codex CLI's non-interactive mode, keeping intermediate output out of Claude's context to save tokens. It includes a delegation rubric for deciding which tasks to offload, but requires that prompts be sent to OpenAI's servers, which may be a blocker for some teams. TL;DR: "Claude can't draw" is a budget problem, not a capability problem. codex-bridge MIT is a Claude Code plugin that routes image generation gpt-image-2 and five GPT-5 subagents through the Codex CLI login you already have — billing against your ChatGPT plan instead of a second API key. I have not tested or run it; this is a source-reading review. How it works. Two bash wrappers shell out to codex exec , Codex CLI's non-interactive mode, with your existing codex login both scripts check codex login status first . Text tasks use a read-only sandbox and capture only the final answer via -o