Skip to content

skillshub tap

The tap command manages taps, which are GitHub repositories that serve as skill registries. Taps provide a curated index of skills that can be installed with skillshub install. The default tap is brokad/hub.

Add a new tap to your system.

Terminal window
skillshub tap add <owner/repo>

Remove a previously added tap.

Terminal window
skillshub tap remove <name>

List all currently added taps.

Terminal window
skillshub tap list

A tap is a GitHub repository that contains a collection of SKILL.md files organized by skill name. When you add a tap, skillshub clones the repository index locally and makes its skills available for search and installation. Taps are automatically refreshed when you run skillshub update.

Add a third-party tap:

Terminal window
skillshub tap add acme/skills
Tapping acme/skills...
Cloned 12 skills from acme/skills.

List all configured taps:

Terminal window
skillshub tap list
Name URL Skills
brokad/hub https://github.com/brokad/hub 47
acme/skills https://github.com/acme/skills 12

Remove a tap:

Terminal window
skillshub tap remove acme/skills
Untapped acme/skills. 12 skills removed from index.

Add the default tap back if it was removed:

Terminal window
skillshub tap add brokad/hub