Browsing the Marketplace
Search
Find skills by keyword:Skill Detail
Get full details for any skill (native or external) via the unified detail endpoint:?source=clawhub to target a specific source:
Filter and Sort
TheGET /v1/skills endpoint supports filtering and sorting:
| Parameter | Values | Description |
|---|---|---|
category | Any category slug | Filter by category |
type | skill, agent | Filter by type |
sort | newest, price_asc, price_desc, downloads | Sort order |
price_filter | free, paid | Filter by price |
security_status | pass, warn | Filter by security status |
Categories
There are 7 canonical categories. All always appear in the response even when empty:| Slug | Name | Icon |
|---|---|---|
marketing | Marketing | megaphone |
development | Development | code |
productivity | Productivity | zap |
design | Design | palette |
sales | Sales | trending-up |
data | Data | bar-chart |
security | Security | shield |
name, description, icon, sample_keywords, and count.
Installing Free Skills
Free skills require no authentication:~/.claude/skills/skill-slug/.
Purchasing Paid Skills
- Run
ap install paid-skill-slug - The CLI opens Stripe Checkout in your browser
- Complete payment
- The skill installs automatically
Post-Checkout Confirmation
After Stripe redirects back, the purchase is confirmed via:Direct Download
After checkout is confirmed, the success page shows a Download files button. You can also fetch the package directly:{ url, slug, license_code } where url is an R2 presigned download link (valid
for 1 hour) and license_code is the purchase license code. No auth header required —
the Stripe session ID acts as the bearer token.
Returns 403 if the session is not yet paid (e.g., payment is processing or the checkout expired).
License Codes
Each purchase generates a license code (XXXXXXXX-XXXXXXXX-XXXXXXXX format, 26 characters).
Use it to install on another machine:
Checking Purchases
View your purchase history:Updating Installed Skills
When new versions are available, update your installed skills:- Compares your installed version against the latest version on the API
- Downloads and installs the new version if one is available
- Updates the version pin
ap update detects the change via content hash and prompts before overwriting:
--force to bypass the prompt entirely. This applies to both native and external skills.
When running ap update (all), each edited skill with an available update is prompted individually during the download phase, giving you per-skill control over which edits to keep.
Paid skills update for free. If you purchased a skill, all future versions are included — no additional payment required.
Checking Edit Status
Theap search command shows whether installed skills have been locally modified:
- Yes (green) — installed, unmodified
- Edited (yellow) — installed, locally modified (hash mismatch)
Reviews
Viewing Reviews
See what other users think before you buy or install:GET /v1/detail/{slug} endpoint also includes rating_average and rating_count fields, so you can see the overall rating without fetching individual reviews.
The CLI shows star ratings in ap detail:
Leaving a Review
After installing or purchasing a skill, leave a review (requires authentication):- Rating is required (1-5 stars)
- Text is optional but encouraged
- You cannot review your own skills (returns 400)
- One review per user per skill (duplicate returns 409)
- Archived skills cannot be reviewed (returns 404)
Managing Billing
After your first purchase, you can manage payment methods, view invoices, and update billing details through the Stripe Customer Portal.Via the Dashboard
Navigate to Dashboard > Settings > Billing and click Manage in Stripe. This opens the Stripe Customer Portal where you can:- Update or remove payment methods
- View and download invoices
- Update billing information
Via the API
Create a portal session programmatically:The billing portal is only available after your first purchase. If you haven’t purchased anything yet, the endpoint returns a 404.
ZIP Downloads (claude.ai Web)
For claude.ai web users who cannot use the CLI, skills are available as ZIP downloads:Content-Disposition: attachment.
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.