Agent Plugins Marketplace

Supports Codex, Claude Code, and Agent Plugins

Find plugins for Codex, Claude Code, and AI agents

Search open-source plugins from public GitHub repositories. See which plugin formats they support, the skills and MCP servers they include, and their source before installing.

Directory totals

9.4k

Plugins

37.5k

Skills

2.3k

MCP servers

11k

Tags

View all plugins →

Know what’s inside a plugin

A plugin is a folder that contains a manifest for one or more supported formats, skills under skills/, and optional MCP configuration. Review these files and the repository instructions before installing.

my-plugin/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/
│ ├── code-review/
│ │ └── SKILL.md
│ └── changelog/
│ └── SKILL.md
├── .mcp.json
└── README.md

Search from your own tools

Use the REST API in an app or script, or connect an MCP client so an agent can find plugins without leaving its current task.

GET /api/v1/plugins

Find plugins, apply filters, and receive paginated JSON results.

REST API documentation →

POST /api/mcp

Let an MCP-compatible client search the directory with built-in tools.

MCP setup →