A Codex-compatible marketplace for curated agent plugins, including skills, MCP servers, apps, and related agent capabilities.
This repository starts with the native Codex marketplace format:
.agents/plugins/marketplace.json
plugins/
Add this marketplace from a local checkout:
codex plugin marketplace add /Users/ganlin/Projects/plugin-marketplaceAfter the repository is published, add it from GitHub:
codex plugin marketplace add youmind-openlab/plugin-marketplace.
|-- .agents/plugins/marketplace.json
|-- plugins/
|-- scripts/validate-marketplace.mjs
`-- docs/adding-plugins.md
- Keep marketplace entries in
.agents/plugins/marketplace.json. - Prefer
git-subdirsources when indexing plugins maintained in external repositories. - Use local
./plugins/<plugin-name>sources when this repository owns the plugin package. - Every plugin entry must include
name,source,policy, andcategory. policy.installationdefaults toAVAILABLE.policy.authenticationdefaults toON_INSTALL.
node scripts/validate-marketplace.mjs