finderchangchang/codex-autoskin — explained in plain English
Analysis updated 2026-05-18
Send Codex a single image and have it install and apply a matching custom theme automatically.
Switch between saved themes and layouts like fullscreen or banner without touching official app files.
Restore Codex to its official look with one command if you want to undo a theme change.
Hand the theme spec to an AI agent to fine tune cropping, copy, and decorative stickers.
| finderchangchang/codex-autoskin | zyz254009-crypto/script-to-shootable-storyboard | karpathy/notpygamejs | |
|---|---|---|---|
| Stars | 107 | 106 | 109 |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | — | — | 2023-10-17 |
| Maintenance | — | — | Dormant |
| Setup difficulty | easy | moderate | easy |
| Complexity | 2/5 | 2/5 | 2/5 |
| Audience | vibe coder | writer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires the official Codex app already installed and signed in once before running the install scripts.
Codex AutoSkin lets you change the visual theme of the Codex desktop app by handing it a single image. You send your Codex agent the project link along with a picture you like, tell it to install and apply the skin, and it clones the repository, extracts colors and layout from your image, and applies the new look on its own, without you touching any official Codex files. The tool works on both Windows and macOS. On Windows you clone the repository and run two PowerShell scripts, one to install a bundled starter theme and one to turn your own image into a live theme. On macOS you download and extract the project, then double click one file to install and another to pick an image, reusing the version of Node.js that already comes bundled with Codex so most users do not need to install anything extra. A theme is just a folder containing one settings file and one image, so adding or removing themes needs no code changes. Under the hood, the project injects changes into the running Codex app through a local debugging connection that only listens on your own machine, and it is designed to be fully reversible with a single restore command. It never modifies the Windows Store app package, the macOS app bundle, or Codex's internal packaged files, and your existing login, projects, and chat history are left untouched. A background watcher reapplies your chosen theme automatically if Codex restarts. The project also includes safeguards such as port checking, crash recovery, and a circuit breaker to avoid repeatedly failing in a loop. Images you use should be landscape, at least 1600 pixels wide, with the main subject positioned toward the right side and no text, watermark, or interface elements baked into the picture, and you should own the rights to whatever image you use. For people who want more control than the automatic flow gives, the project includes a specification document you can hand to an AI agent to customize cropping, text, and decorative stickers in more detail. It is released under the MIT license.
A tool that reskins the Codex desktop app's look and colors automatically from a single image you provide.
Mainly JavaScript. The stack also includes JavaScript, Node.js, Electron.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice, under the MIT license.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Verify against the repo before relying on details.