query — Query skills from a source

Query or list skills from a configured or remote source.

xskill query [OPTIONS]

Options:

  • -f, --from <SOURCE> — Source name, ORG/REPO, or Git URL
  • -s, --skill <SKILL> — Specific skill name (required; wildcard * is not supported)

When cache.enabled is true, queries read from the local cache instead of fetching from the remote source. When registry.enabled is true and --from is not specified, the registry is also queried alongside configured sources.

Output style: labels (Source, Registry, Name, Description, Version, Path) in cyan bold, Name value in yellow. Empty Source shows -. Empty Description or Version lines are hidden. Each skill block is separated by a blank line.

When no skills are found and configured sources exist with cache.enabled true, a hint is displayed: Hint: run 'xskill cache update' to refresh skills cache (cyan).