skillsctl explore#
Browse available skills
skillsctl explore [flags]Examples#
# 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 internalOptions#
-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 tagsOptions 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 explore show - Show skill details and version history