{
  "markdown": "# AgentPowers Plugin for Claude Code\n\nSearch, browse, and install premium skills and agents from the [AgentPowers marketplace](https://agentpowers.ai) directly in your Claude Code conversations.\n\n## Install\n\n```bash\nclaude plugin marketplace add AgentPowers-AI/agentpowers-plugin\nclaude plugin install agentpowers@agentpowers-plugin\n```\n\nOr, from inside a Claude Code session:\n\n```text\n/plugin marketplace add AgentPowers-AI/agentpowers-plugin\n/plugin install agentpowers@agentpowers-plugin\n```\n\n## What You Get\n\n- **12 MCP tools** for searching, browsing, installing, and managing marketplace skills\n- **`/ap` command** for a guided marketplace experience\n- **Proactive suggestions** when Claude detects a task that a marketplace skill could help with\n- **Session hooks** that keep your marketplace context fresh\n\n## Quick Start\n\nAfter installing, try:\n\n- Type `/ap` to see the help menu and available subcommands\n- `/ap search code review` — search the marketplace\n- `/ap install truth-first-lite` — install a free skill directly\n- `/ap list` — see what you have installed\n- Or just talk naturally: \"find me a code review skill\" — Claude uses the same MCP tools under the hood.\n\n### Subcommands\n\n`/ap` accepts subcommands inline. If the first word after `/ap` isn't a known\ncommand, the rest is treated as a search query.\n\n| Command | Effect |\n|---|---|\n| `/ap search <query>` | Search the marketplace |\n| `/ap detail <slug>` | Full details for a skill |\n| `/ap install <slug>` | Install a free skill (or start checkout for paid) |\n| `/ap uninstall <slug>` | Remove an installed skill |\n| `/ap list` | List installed skills and agents |\n| `/ap updates` | Check for updates to installed skills |\n| `/ap categories` | Browse all categories |\n| `/ap reviews <slug>` | Show reviews for a skill |\n| `/ap profile` | View your AgentPowers profile |\n| `/ap purchases` | View your purchase history |\n| `/ap help` | Show the full help menu |\n| `/ap <anything else>` | Treated as a search query |\n\n## Available Tools\n\n| Tool | Description |\n|------|-------------|\n| `search_marketplace` | Search by keyword, category, or type |\n| `get_skill_details` | View full details for a skill or agent |\n| `install_skill` | Download and install (free or paid) |\n| `check_purchase_status` | Check payment status for a purchase |\n| `check_installed` | List all installed skills and agents |\n| `uninstall_skill` | Remove an installed skill or agent |\n| `check_for_updates` | Check for newer versions of installed skills |\n| `get_categories` | Browse available skill categories |\n| `get_skill_reviews` | Read reviews and ratings for a skill |\n| `start_checkout` | Begin a Stripe checkout for a paid skill |\n| `get_account_profile` | View your account profile |\n| `list_purchases` | View your purchase history |\n\n## Authentication\n\nFor full features (including paid skills), log in via the CLI:\n\n```bash\nnpx @agentpowers/cli login\n```\n\nOr via the Python CLI:\n\n```bash\npip install agentpowers\nap login\n```\n\nThe plugin picks up the token automatically from `~/.agentpowers/auth.json`.\n\n## Alternatives\n\n| Channel | Best For |\n|---------|----------|\n| **This plugin** | Richest experience in Claude Code |\n| [Standalone skill](https://github.com/AgentPowers-AI/agentpowers-skill) | Zero-dependency, lightweight |\n| [MCP Server](https://www.npmjs.com/package/@agentpowers/mcp-server) | Works in any MCP client |\n| [CLI (npx)](https://www.npmjs.com/package/@agentpowers/cli) | Terminal workflows (recommended) |\n| [CLI (pip)](https://pypi.org/project/agentpowers/) | Terminal workflows (Python) |\n\n## License\n\nMIT\n",
  "bytes": 3584,
  "sha": "e201c45082867cc2a2e504499604229deb48268a342e602e07b3885d39f416aa",
  "repo_slug": "agentpowers-ai/agentpowers-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_agentpowers_ai_agentpowers_plugin_agentp_f154377c/readme"
}