Installation
- npx (Recommended)
- Claude Code MCP
- pip
search, install, login, and update commands. Requires Node.js 18+.Authentication
Profile Management
Before you can publish a skill, you need a display name. Set it withap profile --set:
Ctrl-C to cancel.
Searching
Skill Detail
View full details for any skill:Rating: ★★★★☆ (4.2 avg, 15 reviews)).
Options:
Installing Skills
Free Skills
~/.claude/skills/my-awesome-skill/. Pass --scope project instead to land it under the current project’s .claude/skills/.
Paid Skills
License Redemption
Use a license code to install on another machine:External Skills
Install skills from external sources like ClawHub:Install Scope
Everyap install requires an explicit install scope — there is no default.
--scope user— installs to~/.claude/skills/. The skill is available in every project you launch Claude Code from. Use this for general-purpose tools.--scope project— installs to<cwd>/.claude/skills/. The skill is only available when Claude Code is launched inside this project (or any subdirectory). Commit.claude/skills/<slug>/with your repo to share with your team.
--scope in an interactive terminal, the CLI prompts:
--scope exits 1 with an actionable error.
The legacy --global flag still works as an alias for --scope user.
Multi-Tool Install
Combine--scope with --for to install for a different AI tool:
Publishing
1. Create Your Skill
2. Publish
3. Publish Updates
Push new versions of an existing skill:--bump and --version flags are mutually exclusive. The previous version stays live while the new version undergoes security review.
Price behavior on updates: Omitting --price preserves the current price. Only pass --price when you want to change it. Use --price 0 to switch a paid skill to free.
Updating Installed Skills
Keep installed skills up to date — works for both native and external (e.g., ClawHub) skills:y to overwrite. Use --force to bypass the prompt entirely. When updating all skills, each edited skill is prompted individually. The Installed column in ap search shows Edited (yellow) for modified skills.
Scanning External Skills
Preview a skill’s security status without installing it:Uninstalling Skills
~/.claude/skills/ (or ~/.claude/agents/ for agents).
Unpublishing and Republishing
Archive a skill to hide it from marketplace search and listings:ClawHub Claims
If you authored a skill on ClawHub, claim ownership:Verifying Installed Skills
External skills (from ClawHub and other sources) are pinned by content to protect against supply chain attacks. To verify that all installed skills match their recorded pins:Command Reference
Need Help?
Email Support
Reach us at support@agentpowers.ai 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.