codex-skin-pack-installer
v0.1.0Install and stage verified public-safe Codex desktop skin packs with validation and restore guidance.
By ChannelerHLicense: MIT1.1k GitHub starsUpdated 12 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 23, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install codex-skin-pack-installer for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add codex-skin-pack-installer@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “codex-skin-pack-installer” remain stable.
- Codex:
codex-skin-pack-installer@agent-plugin-marketplace→codex-skin-pack-installer@awesome-codex-plugins
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/ChannelerH/codex-skin-packs/.
Plugin files
├── .codex-plugin/plugin.json└── skills/codex-skin-pack-installer/SKILL.md
Included Skills1
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.
Plugin manifests1
{
"name": "codex-skin-pack-installer",
"version": "0.1.0",
"description": "Install and stage verified public-safe Codex desktop skin packs with validation and restore guidance.",
"author": {
"name": "ChannelerH",
"url": "https://github.com/ChannelerH"
},
"homepage": "https://codex-theme-gallery.howardhua.chatgpt.site/codex-skin-pack-installer",
"repository": "https://github.com/ChannelerH/codex-skin-packs",
"license": "MIT",
"keywords": [
"codex",
"codex-plugin",
"openai-codex-plugin",
"codex-skill",
"codex-theme",
"codex-skin",
"skin-pack",
"plugin-marketplace",
"theme-pack"
],
"skills": "./skills",
"interface": {
"displayName": "Codex Skin Pack Installer",
"shortDescription": "Install verified Codex desktop skin packs.",
"longDescription": "Stages public-safe Codex desktop skin packs from GitHub releases, validates theme.json/background.png, avoids private screenshots, and keeps restore guidance visible before finishing.",
"developerName": "ChannelerH",
"category": "Productivity",
"capabilities": [
"Codex Skill",
"Theme Install",
"Restore Guidance"
],
"websiteURL": "https://codex-theme-gallery.howardhua.chatgpt.site/codex-skin-pack-installer",
"defaultPrompt": [
"Install the caishen-readable Codex skin pack.",
"List available Codex skin packs.",
"Restore my default Codex appearance."
],
"brandColor": "#D98B2B"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[codex-skin-pack-installer on Agent Plugins Marketplace](https://pluginsmp.com/plugins/codex-skin-pack-installer)