SkillHub

search

Search the registry and, when authenticated, external sources for skills.

skillhub search searches for skills. By default it searches your registry; choose a different corpus with --source. The external sources — skills.sh (sh) and GitHub (gh), and therefore all — are gated to authenticated users, since those upstreams are rate-limited. Log in first to use them.

Synopsis

skillhub search <query> [--source <registry|sh|gh|all>]

Flags

FlagDescription
--source <registry|sh|gh|all>Corpus to search: registry, sh (skills.sh), gh (GitHub), or all (default: registry)

Examples

skillhub search changelog
skillhub search changelog --source all

JSON output

With --json, the data object contains:

  • query, source (registry | sh | gh | all).
  • hits[] — each { source: registry | skillssh | github, ref, name, description (string|null), type (project | general | meta | null), version (string|null), deprecated ({ at, message } | null), installs (int|null) }.
  • nextCursor (string|null).

On this page