skillshub star-list
skillshub star-list
Section titled “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.
skillshub star-list <url>The URL should point to a GitHub star list (e.g., https://github.com/stars/username/lists/skills).
Options
Section titled “Options”| Option | Description |
|---|---|
--install | Install all skills from each imported tap. |
Requirements
Section titled “Requirements”This command requires a GITHUB_TOKEN environment variable, as the GitHub GraphQL API requires authentication:
export GITHUB_TOKEN=your_token_hereYou can generate a token at github.com/settings/tokens (no special scopes needed for public repos).
Examples
Section titled “Examples”Add all repos from a star list as taps:
skillshub star-list https://github.com/stars/username/lists/skillsAdding 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:
skillshub star-list https://github.com/stars/username/lists/skills --install