skills/skyhub/SKILL.md
Use the ClawdHub CLI to search, install, update, and publish agent skills from skyhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed skyhub CLI.
npx skillsauth add skyvanguard/sky skyhubInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Install
npm i -g skyhub
Auth (publish)
skyhub login
skyhub whoami
Search
skyhub search "postgres backups"
Install
skyhub install my-skill
skyhub install my-skill --version 1.2.3
Update (hash-based match + upgrade)
skyhub update my-skill
skyhub update my-skill --version 1.2.3
skyhub update --all
skyhub update my-skill --force
skyhub update --all --no-input --force
List
skyhub list
Publish
skyhub publish ./my-skill --slug my-skill --name "My Skill" --version 1.2.0 --changelog "Fixes + docs"
Notes
development
Get current weather and forecasts (no API key required).
tools
Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats).
tools
Start voice calls via the Sky voice-call plugin.
tools
Extract frames or short clips from videos using ffmpeg.