Codex skin pack installer
Install Codex themes and Codex skin packs with npx skills. Use this skill when a user wants Codex to find, download, validate, apply, switch, remix, or restore Codex desktop themes such as caishen-readable, caishen-lite, mythic-guardian-noir, global-founder-bright, export-night, or caishen-max. It stages verified public-safe theme packs from ChannelerH/codex-skin-packs, checks theme.json/background.png, preserves the native Codex layout, avoids private workspace screenshots, and provides restore guidance.From its SKILL.md
npx -y skills add ChannelerH/codex-skin-packs --skill codex-skin-pack-installerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 24 days oldThe repository was created 24 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
3.8 KB, 761 tokens by cl100k_base, as published. Nobody here has run it
Codex Skin Pack Installer
Install verified Codex theme and skin packs without publishing private workspace screenshots or editing the signed app bundle.
This is a Skills.sh / npx skills installer for public-safe Codex desktop themes. It is meant for users searching for "Codex theme", "Codex skin", "install Codex theme", or "Codex Dream Skin packs" who want a real downloadable theme pack instead of a private screenshot.
Quick Start
Install this skill:
npx skills add ChannelerH/codex-skin-packs --skill codex-skin-pack-installer --global --agent codex --yes
Use the helper script to download and stage a pack:
python3 "$CODEX_SKILL_DIR/scripts/fetch_skin_pack.py" caishen-readable
The script downloads from the public GitHub release, validates the zip, extracts it to ~/.codexthemes/packs/<slug> by default, and writes a source manifest.
List available packs:
python3 "$CODEX_SKILL_DIR/scripts/fetch_skin_pack.py" --list
Workflow
- Identify the requested pack slug. If the user gives a vague style, list available packs and pick the closest match.
- Run
scripts/fetch_skin_pack.py <slug>unless the user already has a local pack folder. - Inspect the staged folder. It must contain
theme.json,background.png, and preferablyREADME.md. - Apply the staged pack through the user's active Codex theme manager or Codex Dream Skin workflow. Do not modify
app.asar, signed application bundles, private task data, or private screenshots. - Verify the Codex Home, Task, Diff, and Composer states for readability. If a live UI check is not possible, say that clearly and provide the staged path plus manual apply guidance.
- Always finish with the restore path: use the active theme manager's restore command or restore the default Codex appearance from the saved/original theme state.
Pack Slugs
caishen-readable- lower-strain fortune skin and recommended first pack.caishen-lite- soft fortune skin with readable working areas.caishen-max- brighter fortune skin for short immersive sessions.global-founder-bright- bright international growth/workspace skin.export-night- dark export-ops skin.mythic-guardian-noir- dark mythic focus skin.
Safety Rules
- Do not upload or publish the user's real Codex workspace screenshots.
- Do not include task names, chats, sidebars, file paths, emails, keys, or project names in public assets.
- Do not claim the pack is official OpenAI software.
- Do not patch
app.asaror the signed Codex application bundle. - Keep
theme.jsonandbackground.pngtogether; a background without matching theme colors is not a complete skin.
Useful Prompts
Apply a staged pack:
Apply the Codex skin pack staged at STAGED_PATH.
Use the active Codex theme manager or Codex Dream Skin workflow.
Keep the native Codex layout interactive.
Do not upload private workspace screenshots.
Verify Home, Task, Diff, and Composer readability.
Tell me the restore path before finishing.
Restore default appearance:
Restore my Codex desktop theme to the default appearance.
Use the active Codex theme manager's restore path.
Verify the sidebar, home screen, task view, diff view, and composer are back to readable native styling.
Do not modify app.asar or the signed application bundle.
What ships with it: 2 files
4.8 KB alongside SKILL.md, 1 of them executable
agents/
- openai.yaml267 B
scripts/
- fetch_skin_pack.pyruns4.5 KB