SkillHub

update

Update installed skills within their declared ranges — widen or bump ranges where allowed, and hold pinned versions.

skillhub update updates installed skills within their declared version ranges. It widens or bumps ranges where allowed and holds pinned versions in place — pinned skills never move without explicit action.

Pass one or more names to update just those skills, or run it bare to update everything in scope.

Synopsis

skillhub update [name…] [--global] [--dry-run]

Flags

FlagDescription
--global, -gUpdate the machine-global scope
--dry-runShow what would change without touching anything

Examples

skillhub update
skillhub update tokens-workflow --dry-run

JSON output

With --json, the data object contains:

  • scope, dryRun, upToDate.
  • added[], updated[], unchanged[], orphaned[] — each { ref, name, version, previousVersion? }.
  • widened[] — each { ref, name, spec }.
  • pinnedHeld[] — each { ref, name, version }.
  • copyMode[], agents[].

On this page