Skip to content

skillshub star-list

The star-list command imports taps from a GitHub star list. If you curate skill taps in a GitHub star list, you can add all of them at once.

Terminal window
skillshub star-list <url>

The URL should point to a GitHub star list (e.g., https://github.com/stars/username/lists/skills).

OptionDescription
--installInstall all skills from each imported tap.

This command requires a GITHUB_TOKEN environment variable, as the GitHub GraphQL API requires authentication:

Terminal window
export GITHUB_TOKEN=your_token_here

You can generate a token at github.com/settings/tokens (no special scopes needed for public repos).

Add all repos from a star list as taps:

Terminal window
skillshub star-list https://github.com/stars/username/lists/skills
Adding taps from star list...
Added anthropics/skills (12 skills)
Added vercel-labs/agent-skills (8 skills)
Added user/my-skills (3 skills)
3 taps added.

Add taps and install all their skills:

Terminal window
skillshub star-list https://github.com/stars/username/lists/skills --install