SkillHub v1.0.0
The first public release of SkillHub — the open-source marketplace for AI Agent skills.
Features
- Web Marketplace — Browse, search, and discover AI agent skills with multi-language support (English/Persian)
- CLI Tool — Install skills directly from your terminal:
npx skillhub install <skill-id> - Multi-Platform — Works with Claude Code, OpenAI Codex, GitHub Copilot, Cursor, and Windsurf
- Security Scanning — Every indexed skill is scanned for dangerous patterns (PASS/WARNING/FAIL)
- GitHub Crawler — Multi-strategy indexer discovers skills across GitHub repositories
- Self-Hostable — Full Docker Compose setup for running your own instance
Quick Start
# Install the CLI
npm install -g skillhub
# Search for skills
skillhub search "pdf processing"
# Install a skill
skillhub install anthropics/skills/pdfSelf-Hosting
git clone https://github.com/airano-ir/skillhub.git
cd skillhub
cp .env.example .env
docker compose up -dTech Stack
- Frontend: Next.js 15, React, Tailwind CSS, shadcn/ui
- Backend: Next.js API Routes, PostgreSQL, Drizzle ORM
- Search: Meilisearch
- CLI: Commander.js, tsup
- Infrastructure: Docker, GitHub Actions
Links
- Live Site: https://skills.palebluedot.live
- Documentation: https://github.com/airano-ir/skillhub/tree/main/docs
- npm: https://www.npmjs.com/package/skillhub
- Contributing: https://github.com/airano-ir/skillhub/blob/main/CONTRIBUTING.md
License
MIT — free to use, modify, and distribute.