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 internal

Options#

  -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

Options 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#