@xnydl/codex-dream-skin
AInstall, customize, switch, verify, or restore a full adaptive theme for the Codex desktop app on macOS or Windows. Use when the user wants a Codex theme beyond official color settings, wants to turn a personal image into a full-window Codex wallpaper with adaptive readability, needs the skin reapplied after a Codex update, wants to switch saved themes from the menu bar or tray, or needs a safe rollback without modifying the official app or app.asar.
Install
agr install @xnydl/codex-dream-skin --target claudeWrites 6 files into .claude/skills/, pinned to git-1c0d9da5.
- .claude/skills/codex-dream-skin/.gitignore
- .claude/skills/codex-dream-skin/LICENSE
- .claude/skills/codex-dream-skin/NOTICE.md
- .claude/skills/codex-dream-skin/README.md
- .claude/skills/codex-dream-skin/SKILL.md
- .claude/skills/codex-dream-skin/package.json
Document
name: codex-dream-skin description: Install, customize, switch, verify, or restore a full adaptive theme for the Codex desktop app on macOS or Windows. Use when the user wants a Codex theme beyond official color settings, wants to turn a personal image into a full-window Codex wallpaper with adaptive readability, needs the skin reapplied after a Codex update, wants to switch saved themes from the menu bar or tray, or needs a safe rollback without modifying the official app or app.asar.
Codex Dream Skin (cross-platform router)
Reversible full-window theming for the official Codex desktop app through loopback Chromium DevTools Protocol. Never modify the official .app, WindowsApps, app.asar, or code signatures.
This repository ships two self-contained platform engines. Detect the operating system first, then follow the platform skill:
- macOS →
macos/SKILL.md(Codex Dream Skin Studio: install, customize-from-image, menu bar, hot theme switch, verify, restore) - Windows →
windows/SKILL.md(Store-app discovery, tray, theme repository, verify, restore)
Workflow
- Detect the OS before choosing scripts. Never mix platform directories.
- macOS: run
macos/Install Codex Dream Skin.command(ormacos/scripts/install-dream-skin-macos.sh), then use the Desktop launchers orswitch-theme-macos.sh --id preset-ssyai-dream. - Windows: run
windows/scripts/install-dream-skin.ps1, thenwindows/scripts/start-dream-skin.ps1. The tray controls apply/pause, background import, saved themes, and full restore. - Verify after launch with the platform verify script and inspect against the platform
references/qa-inventory.md. - Restore the official appearance with the platform restore entry point.
Guardrails (both platforms)
- Preserve the official executable, package signature, user threads, pets, plugins, and authentication state.
- Theme images must be UI-free wallpapers; never import an effect screenshot as a background.
- Keep decorative layers
pointer-events: none; native controls stay interactive above them. - Bind CDP to
127.0.0.1only and treat the port as locally sensitive; prefer Restore when done. - Require explicit user authorization before restarting an already-running Codex instance.
Bundled default
The featured preset preset-ssyai-dream(世事宜梦境)is procedurally generated abstract art (2560 × 1440, no photos, no third-party IP). macOS seeds it into the theme library; Windows seeds it as the active theme and a saved theme.
Provided free by 世事宜AI: https://ssyai.xytpark.cn/purchase
Trustgrade A
- passBody integrity
Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.
- passType matchnot applicable to this artifact type
Whether the artifact is really the kind of thing its metadata claims it is.
- passFreshness
How long since the source repository was last pushed to.
- passPrompt injection
Scans the artifact's own text for instructions aimed at your agent rather than at you.
- passLicense
Whether the source repository declares an SPDX license permissive enough to redistribute.
How the grade is calculated
Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:
- Aevery check passed
- Bone warning
- Ctwo warnings
- Dprompt injection or body integrity failed, or three warnings
- Fone of those failed, and something else is wrong
These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.
Versions
git-1c0d9da5f80b2026-07-31