Commands Overview

Overview of all SkillUse CLI commands

SkillUse provides commands for authentication, repository management, skill installation, and multi-agent support.

Command Categories

Authentication

CommandDescription
skilluseShow status (user, repos, installed skills)
skilluse loginAuthenticate with GitHub
skilluse logoutRemove stored credentials

Repository Management

CommandDescription
skilluse repo listList 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

CommandDescription
skilluse search <keyword>Search for skills
skilluse install <skill-name>Install a skill locally
skilluse install <skill-name> -gInstall globally
skilluse uninstall <skill-name>Remove an installed skill
skilluse upgrade [skill-name]Upgrade skill(s) to latest
skilluse listList installed skills
skilluse list --outdatedShow skills with updates
skilluse info <skill-name>Show skill details
skilluse publish <skill-name>Publish skill to repository

Agent Management

CommandDescription
skilluse agentList/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

Detailed Documentation