mimo2codex
Run OpenAI Codex on MiMo, DeepSeek, and other AI models
All Skills in This Repository (5)
Pure Emerald Level Indicatorsmimoskill
Integrate OpenAI Codex with Xiaomi MiMo via the mimo2codex proxy.
codebase-analysis
Analyze codebases and generate CLAUDE.md and AGENTS.md documentation files.
provider-config
Configure OpenAI and Chat Completions-compatible AI providers in TypeScript.
issue-investigation
Automates issue investigation for the mimo2codex GitHub repository.
pr-review
Fetch and analyze GitHub pull requests to assess merge-worthiness.
Frequently Asked Questions
FAQPage SchemaHow to install mimo2codex?โผ
Run `npx skills add 7as0nch/mimo2codex --all -g -y` in your terminal to install all skills in this suite globally.
How to use Codex with MiMo or DeepSeek?โผ
Start the mimo2codex proxy locally, then point Codex at it using the printed config or the one-click setup in the admin console. Codex will think it is talking to a native OpenAI backend.
Why does Codex /hatch pet generation fail with MiMo?โผ
MiMo has no image generation endpoint, so the bundled generate_pet.py script creates the pet image via a free fallback and installs it into Codex's pet folder for you.
Can Codex read images with a non-vision model?โผ
Yes. The included ocr.py script extracts text or descriptions from images using a vision-capable model or a free fallback, without switching your chat model.
Does mimo2codex work without coding experience?โผ
Yes. A desktop app and web admin console handle setup, model switching, and logs, so non-technical users can run everything with a few clicks.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core