Commands Overview
Overview of all SkillUse CLI commands
SkillUse provides commands for authentication, repository management, skill installation, and multi-agent support.
Command Categories
Authentication
| Command | Description |
|---|---|
skilluse | Show status (user, repos, installed skills) |
skilluse login | Authenticate with GitHub |
skilluse logout | Remove stored credentials |
Repository Management
| Command | Description |
|---|---|
skilluse repo list | List configured repositories |
skilluse repo add <owner/repo> | Add a skill repository |
skilluse repo remove <owner/repo> | Remove a repository |
skilluse repo use <owner/repo> | Set default repository |
skilluse repo edit <owner/repo> | Edit repository settings |
Skill Management
| Command | Description |
|---|---|
skilluse search <keyword> | Search for skills |
skilluse install <skill-name> | Install a skill locally |
skilluse install <skill-name> -g | Install globally |
skilluse uninstall <skill-name> | Remove an installed skill |
skilluse upgrade [skill-name] | Upgrade skill(s) to latest |
skilluse list | List installed skills |
skilluse list --outdated | Show skills with updates |
skilluse info <skill-name> | Show skill details |
skilluse publish <skill-name> | Publish skill to repository |
Agent Management
| Command | Description |
|---|---|
skilluse agent | List/select agent interactively |
skilluse agent <name> | Switch to specified agent |
Supported agents: claude, cursor, windsurf, codex, copilot, cline, roo, aider, continue
Getting Help
Run any command with --help for detailed usage:
skilluse install --help
skilluse repo --help