A Codex plugin marketplace for Fingerskier plugins, adapted from the Claude marketplace reference at fingerskier/claude-plugins.
Codex marketplace metadata lives at:
.agents/plugins/marketplace.json
Plugin bundle manifests live at:
plugins/<plugin-name>/.codex-plugin/plugin.json
The marketplace file uses the current repo/local source shape:
{
"name": "plugin-name",
"source": {
"source": "local",
"path": "./plugins/plugin-name"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "Productivity"
}From GitHub:
codex plugin marketplace add fingerskier/codex-pluginsFrom a local clone:
codex plugin marketplace add .- build123d
- remote-access
- dex
- dude
- fleet
- micropython
- mozart
- openscad
- skidl
- spotify
- tail
- song2html
- terse
- theology
- council
Each plugin manifest includes the current Codex presentation metadata under interface, including displayName, shortDescription, longDescription, developerName, category, capabilities, and defaultPrompt. The manifests are Codex wrappers that point to the original Fingerskier repositories via homepage and repository.
- This repo stores local plugin wrappers and a marketplace index for Codex.
- Installation/authentication policy defaults are set to:
installation: AVAILABLEauthentication: ON_INSTALL