SkillHub

outdated

Read-only report of available updates for installed skills, including versions outside declared ranges and deprecation, rename, or yank status.

skillhub outdated prints a read-only report of available updates for your installed skills. It surfaces versions outside your declared ranges and flags deprecation, rename, and yank status per skill. Nothing is written.

Synopsis

skillhub outdated [--global]

Flags

FlagDescription
--global, -gReport on the machine-global scope

Examples

skillhub outdated
skillhub outdated --json

JSON output

With --json, the data object contains:

  • scope.
  • skills[] — each { ref, name, current, wanted (string|null), latest (string|null), pinned (string|null), deprecated ({ at, message } | null), renamedTo (string|null), yanked (bool), upToDate (bool) }.

On this page