CLI Reference
The skillshope CLI installs skills from the registry.
Installation
# Run without installing npx skillshope <command> # Or install globally npm install -g skillshope
Commands
install <slug>
Install a skill by its slug. Also accepts add as an alias.
npx skillshope install pdf-processing npx skillshope add mcp-forge
login
Save your download token for paid skills. Prompts for the token interactively.
npx skillshope login
whoami
Show current auth status and registry URL.
list
List all installed skills in the current project. Also accepts ls.
help
Show help message.
Configuration
Config is stored at ~/.skillshope/config.json:
{
"registryUrl": "https://skillshope.com",
"token": "your-download-token"
}Override registryUrl for testing against localhost or staging.