CLI reference#

skillsctl is the command-line interface for discovering, installing, and publishing Claude Code skills.

Commands#

CommandDescription
exploreBrowse skills in the registry
installInstall a skill to your local skills directory
publishPublish a skill to the registry
authLog in, check status, or log out
configManage CLI configuration

Global flags#

These flags apply to every command.

FlagDescription
--api-url URLRegistry server URL. Overrides api_url from config.
--credentials-path PATHPath to credentials file. Default: ~/.config/skillsctl/credentials.json.
--versionPrint the skillsctl version and exit.
--helpPrint help for the current command.

Configuration#

The CLI reads ~/.config/skillsctl/config.yaml for default values. Use skillsctl config init to create this file interactively, or set individual keys with skillsctl config set. Global flags override config file values, which override built-in defaults.

See the config command reference for details.