@cassianflorin/skillhub
v1.3.7
Published
Skill package manager for AI agents.
Downloads
1,280
Readme
@cassianflorin/skillhub
Installs the skillhub CLI from GitHub Releases.
npm install -g @cassianflorin/skillhub
npm update -g @cassianflorin/skillhub
skillhub versionThe package downloads the matching platform archive during postinstall and
verifies it with the release checksums.txt before exposing the skillhub
binary.
To pin or mirror a specific GitHub Release tarball:
VERSION=1.3.7
npm install -g "https://github.com/CassianFlorin/skill-hub/releases/download/v${VERSION}/cassianflorin-skillhub-${VERSION}.tgz"