Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.agentpowers.ai/llms.txt

Use this file to discover all available pages before exploring further.

Install

Search for Skills

npx @agentpowers/cli search "code review"
This returns a table of matching skills with titles, prices, security status, and download counts.

Install a Free Skill

npx @agentpowers/cli install my-awesome-skill
The CLI downloads and extracts the skill to ~/.claude/skills/my-awesome-skill/.

Install a Paid Skill

npx @agentpowers/cli 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:
npx @agentpowers/cli 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.