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,…
它会碰到什么
这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。
技能内容
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.想直接用这个技能?
本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。
它属于哪个仓库
plugins/ChannelerH/codex-skin-packs/skills/codex-skin-pack-installer/SKILL.md