Install, buy, and manage AI skills from AgentPowers directly inside Codex.
AgentPowers is a marketplace for production-ready AI skills and agents. This plugin connects Codex to your AgentPowers account so you can search the marketplace, complete checkout, access purchased skills, and install them in a few prompts.
- Find high-quality AI skills faster.
- Log in to AgentPowers without leaving your workflow.
- Run checkout and purchase confirmation from Codex.
- Install purchased skills for Codex and other supported tools.
- Keep everything in one place instead of juggling browser tabs and manual installs.
- "Find the best AgentPowers skill for my project."
- "Log me in and show my purchased skills."
- "Start checkout for this skill and install it after payment."
- "Install my purchased skill for Cursor, Windsurf, or Gemini CLI."
If you prefer clicking through the UI:
- Open Codex App.
- Go to Plugins.
- Click + and add this plugin repository as a local plugin.
- Click Add to Codex on AgentPowers.
- Start a new chat and type:
Log me into AgentPowers and find the best skill for my current project.
That is enough to get started.
If you use terminal-first workflows, connect the MCP server directly:
git clone https://github.com/AgentPowers-AI/codex-plugin.git
cd codex-plugin
codex mcp add agentpowers-marketplace -- bash -lc 'ROOT=$(git rev-parse --show-toplevel 2>/dev/null || pwd); node "$ROOT/scripts/agentpowers-mcp-server.mjs"'
codex mcp listThen start Codex and use it normally:
codexExample first prompt:
Log me into AgentPowers, list my purchases, and install the best match for my project.
codexclaude-codeclaude-aiclaude-cowork(Claude Desktop)cursorwindsurfantigravitygemini-cligithub-copilotopencodeopenclawkiro
Friendly aliases also work:
gemini->gemini-cliopen code->opencodeclaude desktop->claude-coworkclaude.ai->claude-aicopilot->github-copilot
For paid skills, the plugin handles:
- Login check.
- Checkout creation.
- Payment status confirmation.
- Purchase access validation.
- Install automation.
So users can complete the full flow with natural-language prompts.
- Uses official AgentPowers API endpoints.
- Reuses your authenticated AgentPowers session/token.
- Includes guardrails for risky shell command patterns.
- Works with AgentPowers security checks for external-source installs.
Not authenticated: runlogin_account(orap login).AgentPowers CLI not available: install or repairapCLI.Security scan failed: timeout: retry install (intermittent upstream scan timeout).- MCP server not visible in CLI: run
codex mcp listand re-add the server.
.codex-plugin/plugin.json: plugin metadata and storefront information..mcp.json: MCP server registration settings.hooks.json: plugin lifecycle hooks.scripts/agentpowers-mcp-server.mjs: main AgentPowers MCP bridge.scripts/plugin-doctor.sh: one-command health check.skills/agentpowers-marketplace/SKILL.md: bundled operating guide.assets/: icons, logos, screenshots.