Open-source Codex Skill routes tasks to Grok, Kimi and Claude through a local CLI
vista8 · x · 2026-07-21
The post shares an open-source Skill for Codex that lets users route tasks to multiple models from a single prompt.
What it does
- You can say which model should handle which task.
- The skill calls a local CLI on your machine and feeds the result back into Codex.
- The author says this stays compliant while letting you combine each model’s strengths.
Example use
- K3 for frontend work
- Grok 4.5 for search
- Claude Opus 4.8 / Fable for design discussions
- GPT for planning and tradeoff decisions
The installation command shown is:
npx skills add joeseesun/qiaomu-model-cli
The open-source link is said to be in the comments.
Related event: Open Source Skill Enables Multi-Model Routing for Codex(3 posts)→
More from coding & agent
- Looking for a classifier of software engineering task shapes to pick models per task — StewartalsopIII · 2026-09-11
- Steal this idea: prompt-to-hardware where agents assemble custom devices — paraschopra · 2026-09-11
- Model Is the Least Interesting Part: A Guide to Six Core AI Architectures from RAG to Multi-Agent — goyalshaliniuk · 2026-09-11
- Non-coder builds layered memory architecture: 20k tokens tracks a year of agent conversations — matteoianni · 2026-09-11
- Warp's six non-engineering teams all run on Linear and Claude Code — mon__lim · 2026-09-11
- 9-year backend dev: AI code isn't the problem, the rate of making a mess is — Sweaty-Landscape-561 · 2026-09-11