> ## 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.

# Introduction

> A paid marketplace for Claude Code skills and agents

# AgentPowers

AgentPowers is a marketplace for Claude Code skills and agents. It adds a payment layer to the Claude plugin ecosystem, enabling creators to monetize their work and buyers to discover security-vetted premium content.

## What AgentPowers Does

* **For buyers**: Discover, purchase, and install skills and agents across Claude Code (CLI), Claude Cowork (desktop), and claude.ai (web)
* **For creators**: Publish skills/agents, set prices, receive payouts via Stripe Connect
* **For everyone**: Every submission passes a multi-layer security pipeline before listing
* **Unified catalog**: Search AgentPowers native skills alongside community skills from external registries like [ClawHub](https://clawhub.ai) — all security-scanned through our pipeline

## How It Works

<CardGroup cols={2}>
  <Card title="Browse & Search" icon="magnifying-glass">
    Find skills by category, keyword, or type. AgentPowers skills and external sources (like ClawHub) appear in one unified search, all security-vetted.
  </Card>

  <Card title="Purchase & Install" icon="download">
    Free skills install instantly. Paid skills use Stripe Checkout with license codes for offline redemption. External skills are sandboxed and scanned on install.
  </Card>

  <Card title="Publish & Earn" icon="upload">
    Package your skill, submit for security review, and earn 85% of each sale via Stripe Connect.
  </Card>

  <Card title="Security First" icon="shield-check">
    9-layer scanning pipeline: static validation, ClamAV malware signatures, dependency vulnerability audit (Snyk), supply chain analysis (GuardDog + Socket.dev), VirusTotal, AI security review, and agent-specific trust scoring.
  </Card>
</CardGroup>

## Access Methods

| Method                       | Best For                 | Install                                               |
| ---------------------------- | ------------------------ | ----------------------------------------------------- |
| **MCP Server** (Recommended) | In-conversation browsing | `npx @agentpowers/mcp-server`                         |
| **CLI** (`ap` command)       | Power users, CI/CD       | `npx @agentpowers/cli` (or `pip install agentpowers`) |
| **Website**                  | Discovery, browsing      | [agentpowers.ai](https://agentpowers.ai)              |
| **API**                      | Custom integrations      | See [API Reference](/api-reference)                   |

## Platform Fee

AgentPowers charges a 15% platform fee on paid sales (minimum price \$5). Creators receive 85% of each transaction via Stripe Connect payouts.

## Need Help?

<CardGroup cols={2}>
  <Card title="Email Support" icon="envelope" href="mailto:support@agentpowers.ai">
    Reach us at **[support@agentpowers.ai](mailto:support@agentpowers.ai)** for account issues, billing questions, or technical help.
  </Card>

  <Card title="Discord Community" icon="discord" href="https://discord.gg/ECAzvrvHA">
    Join the **AgentPowers Discord** to get help from the team and other creators in real time.
  </Card>
</CardGroup>
