Skip to content

skillsctl explore

Browse available skills

skillsctl explore [flags]
# List every skill in the registry
skillsctl explore
# Filter by tag (repeatable; matches any)
skillsctl explore --tag go --tag testing
# Only show skills published directly to this registry
skillsctl explore --source internal
-h, --help help for explore
--source string Filter by source: internal, external, or all (default "all")
--tag strings Filter by tag; repeat to match any of several tags
--api-url string Registry URL; overrides the api_url setting from config and SKILLCTL_API_URL
--credentials-path string Credentials file path (for testing)