skillsctl config#
Manage the local skillsctl configuration file
Synopsis#
Read and write ~/.config/skillsctl/config.yaml. Recognized keys are api_url (the registry URL the CLI talks to) and skills_dir (where ‘install’ writes downloaded skills).
Options#
--config-path string Config file path (for testing)
-h, --help help for configOptions inherited from parent commands#
--api-url string Registry URL; overrides the api_url setting from config and SKILLCTL_API_URL
--credentials-path string Credentials file path (for testing)SEE ALSO#
- skillsctl - Discover, install, and publish Claude Code skills
- skillsctl config get - Print a single config value
- skillsctl config init - Interactive first-time setup; prompts for api_url and skills_dir
- skillsctl config list - Print every recognized config value
- skillsctl config set - Set a config value (api_url or skills_dir)