Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

codex-plugins

A Codex plugin marketplace for Fingerskier plugins, adapted from the Claude marketplace reference at fingerskier/claude-plugins.

Layout

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"
}

Add to Codex

From GitHub:

codex plugin marketplace add fingerskier/codex-plugins

From a local clone:

codex plugin marketplace add .

Included plugins

  • 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.

Notes

  • This repo stores local plugin wrappers and a marketplace index for Codex.
  • Installation/authentication policy defaults are set to:
    • installation: AVAILABLE
    • authentication: ON_INSTALL

About

fingerskier plugins for Codex

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors