Installation
npm install -g skillhubAvailable Commands
skillhub install <skill-id>Install a skill (--platform, --project, --force, --no-api)
skillhub search <query>Search for skills (--platform, --limit, --page, --sort recommended|aiScore|downloads|stars|rating|recent, --wide, --json)
skillhub listList installed skills (--platform, --project, --all)
skillhub update [skill-name]Update a skill or use --all to update all
skillhub uninstall <skill-name>Remove an installed skill (--platform, --project)
skillhub configManage CLI settings (--set, --get, --list)
Examples
Install globally:
$ npx skillhub install anthropics/skills/pdf✓ Skill installed to ~/.claude/skills/pdf/Install in current project:
$ npx skillhub install anthropics/skills/pdf --project✓ Skill installed to ./.claude/skills/pdf/Search for skills:
$ npx skillhub search pdfRecommended search (default) boosts strong AI review scores:
$ npx skillhub search "code review" --limit 5# Sort options: recommended (default), aiScore, downloads, stars, rating, recentShow full descriptions and complete skill IDs:
$ npx skillhub search documentation --sort aiScore --wideReturn machine-readable results:
$ npx skillhub search documentation --sort aiScore --json# AI -- means no AI score yet; skill IDs are printed in full for install commands.Update all installed skills:
$ npx skillhub update --allSupported Platforms
SkillHub CLI supports 5 AI coding platforms. Claude and Codex receive full skill folders; Copilot, Cursor, and Windsurf use flat instruction files with resource paths rewritten to SkillHub tracking folders.
~/.claude/skills/~/.codex/skills/.github/instructions/.cursor/rules/.windsurf/rules/Configuration
Settings are stored in ~/.skillhub/config.json
defaultPlatformDefault platform for installations
apiUrlSkillHub API URL
githubTokenGitHub token for higher API rate limits