supercharge-sh
v1.0.1
Published
Install agent skills from Supercharge
Downloads
15
Maintainers
Readme
supercharge-cli
Install and manage agent skills from Supercharge.
Install
npx supercharge-cli add <slug>Or install globally:
npm install -g supercharge-cli
supercharge add <slug>Commands
add <slug>– Install a skill by slug. Auto-detects agent (Cursor, Claude Code, Codex) from your project, or use--agent cursor|claude|codex|genericand optional--path ./custom.search <query>– Search the registry.login– Store your API token for private skill access.logout– Remove stored token.list– List installed skills in the current project.
Private skills
Create a token with skill:read at your Supercharge API Tokens page, then:
supercharge login
# paste token when prompted
supercharge add my-private-skillOr set SUPERCHARGE_TOKEN in the environment.
