Skip to main content

Install

Search for Skills

ap search "code review"
This returns a table of matching skills with titles, prices, security status, and download counts.

Install a Free Skill

ap install my-awesome-skill
The CLI downloads and extracts the skill to ~/.claude/skills/my-awesome-skill/.

Install a Paid Skill

ap install premium-agent
For paid skills, the CLI opens a Stripe Checkout page. After purchase, you receive a license code. The skill installs automatically after payment, or you can redeem the license code later:
ap install premium-agent --code XXXXXXXX-XXXXXXXX-XXXXXXXX

Use In-Conversation (MCP Server)

The MCP server gives Claude access to marketplace tools during your conversation. Add it to your Claude Code settings or .mcp.json:
{
  "mcpServers": {
    "agentpowers": {
      "command": "npx",
      "args": ["@agentpowers/mcp-server"]
    }
  }
}
See MCP Server guide for full setup details.

Publish a Skill

Need Help?

Email Support

Reach us at [email protected] for account issues, billing questions, or technical help.

Discord Community

Join the AgentPowers Discord to get help from the team and other creators in real time.