@aithub/cli
v4.6.1
Published
AitHub CLI installer - AI-First Skill Registry
Downloads
921
Maintainers
Readme
AitHub NPX Installer
Install AitHub with a single command using npx:
npx @aithub/cliFeatures
- ✅ Cross-platform (macOS, Linux, Windows)
- ✅ No manual script downloads
- ✅ Automatic bash version detection on macOS
- ✅ Registration flow support
- ✅ Framework auto-detection and deployment
Usage
Anonymous Install (Search & Install Only)
npx @aithub/cliRegister with GitHub OAuth
npx @aithub/cli --register --githubRegister with Email
npx @aithub/cli --register --email [email protected] --namespace yournameCustom API URL
SKILLHUB_API=http://localhost:8080 npx @aithub/cliOptions
--register- Enable registration flow--github- Use GitHub OAuth (requires--register)--google- Use Google OAuth (requires--register)--email <addr>- Use email verification (requires--register)--namespace <name>- Set namespace for email registration--help,-h- Show help message
What Gets Installed
- aithub CLI - Command-line tool for searching, installing, and managing skills
- Discovery Skill -
/skillhubskill for AI agents - Routing Rules - Auto-search SkillHub before solving complex tasks
- Environment Config -
SKILLHUB_TOKENand PATH setup
Supported AI Frameworks
- Claude Code
- Cursor
- Windsurf
- gstack
- OpenClaw
- Hermes
Publishing to npm
cd cli
npm publish --access publicLocal Testing
cd cli
npm link
skillhub-install --helpOr test directly:
node cli/install.js --help