Made a plugin that lets Codex work for Claude Code

Claude is genuinely great to use, but it's also genuinely expensive. Looking at the recent GPT-5.5 update, GPT's programming and coding capabilities are solid, but its planning and design abilities still fall short of Claude. So, from a total cost perspective, the most convenient and low-cost approach I've found is to let Claude plan the content in Claude Code, then have Codex execute the work. I achieve this through a plugin: https://github.com/limengdu/claude-delegate-tasks-to-codex

Before installing this plugin, you may need to install openai/codex-plugin-cc and jarrodwatt/claude-hud. codex-plugin-cc is developed by OpenAI itself, serving as a command-line tool to invoke Codex within CC. claude hud is a continuously displayed toolbar for checking Claude's quota and work information, which I use to monitor the tasks delegated to Codex.

I've currently designed three commands. The `once` command is used to have CC issue a one-time work command to Codex. The `on` and `off` commands control whether Claude Code continuously delegates tasks to Codex within a larger task phase, without needing to repeatedly invoke the command tool.

I haven't included too many prompts or requirements in this plugin, because I believe the more prompts and requirements there are, the more tokens will be consumed.

https://preview.redd.it/k5u0dva3a76h1.png?width=2168&format=png&auto=webp&s=c46cdd6207399071c3d4c4822ed38fd6f4cd71bb

reddit.com
u/MengDuLi — 2 months ago
▲ 2 r/ChatGPTArduino+1 crossposts

I built an e-paper dashboard to keep my AI coding quotas on my desk — need help testing it!

Got tired of opening yet another tab just to check my Codex / Claude / Zhipu quota, and I had a Seeed reTerminal E1003 sitting around doing nothing. So… now I have a tiny e-paper "quota cockpit" on my desk, and I genuinely can't go back

What it does: shows two providers side by side — rolling 5h session quota, 7-day weekly quota, used %, remaining %, reset countdown. Optional local Python service can also read your CLI logs and show today's tokens + top models.

Stack: ESP32-S3, PlatformIO, HTTPS + OAuth refresh, NVS persistence. Builds for E1001 / E1002 / E1003 + a Simplified Chinese E1003. Refreshes every 5 min, falls back to last good snapshot on failure.

Honest bit: the repo lists adapters for Codex, Claude, Zhipu, Copilot, MiniMax, and Kimi — but I've only actually tested Codex and Zhipu on my own device. If you've got a reTerminal (or any ESP32-S3 + e-paper) and use the others, please flash it and tell me what breaks! Issues / PRs very welcome 🙏

Huge thanks to [tddworks/ClaudeBar](https://github.com/tddworks/ClaudeBar) — a lot of the API understanding came from reading their code.

Repo 👉 https://github.com/limengdu/ePaper_vibe_coding_ai_usage_track

Would love feedback from anyone into e-paper, ESP32-S3, or just tired of clicking through 4 dashboards a day. Cheers!

https://preview.redd.it/fwwucywrcz4h1.jpg?width=4080&format=pjpg&auto=webp&s=f8ae7f2ee862f4a19141f93626496e2abc46d01a

reddit.com
u/MengDuLi — 1 day ago