SkillHub

list

List installed skills with version, scope, source, agents, copy-mode, and drift status.

skillhub list shows the skills installed in the current scope, along with each one's version, source, the agents it's linked into, whether it's in copy mode, and its drift status.

Alias: ls.

Synopsis

skillhub list [--global]

Flags

FlagDescription
--global, -gList the machine-global scope

Examples

skillhub list
skillhub ls --global
skillhub list --json

JSON output

With --json, the data object contains:

  • scope (project | global).
  • skills[] — each { name, ref, version, source, agents[], copyMode (bool), status, orphaned (bool), external (bool) }, where status is one of ok, store-missing, link-missing, or foreign.

On this page