Commands Overview
Overview of all SkillUse CLI commands
Commands
SkillUse provides commands for authentication, repository management, and skill installation.
Command Categories
Authentication
skilluse login- Authenticate with GitHubskilluse logout- Remove stored credentialsskilluse whoami- Show current user info
Repository Management
skilluse repo add <owner/repo>- Add a skill repositoryskilluse repo list- List configured repositoriesskilluse repo remove <owner/repo>- Remove a repository
Skill Management
skilluse install <skill>- Install a skillskilluse uninstall <skill>- Remove an installed skillskilluse upgrade <skill>- Upgrade to latest versionskilluse list- List installed skillsskilluse info <skill>- Show skill details
Global Options
All commands support these options:
| Option | Description |
|--------|-------------|
| --help | Show help for any command |
| --version | Show CLI version |
| --global | Apply to global skills directory |
Getting Help
Run any command with --help for detailed usage:
skilluse install --help