SkillHub

remove

Remove installed skills and their subscriptions — deletes symlinks, the store entry, and lockfile entries.

skillhub remove removes installed skills and their subscriptions. It deletes the symlinks, the entry in the local store, and the lockfile entries.

Alias: rm.

Synopsis

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

Flags

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

Examples

skillhub remove tokens-workflow
skillhub rm old-skill --global

JSON output

With --json, the data object contains:

  • scope (project | global), dryRun (bool).
  • removed[] — each { ref, name, version }.

On this page