Skip to content

v1.0.0 - Initial Release

Latest

Choose a tag to compare

@airano-ir airano-ir released this 12 Feb 15:49
· 20 commits to main since this release

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/pdf

Self-Hosting

git clone https://github.com/airano-ir/skillhub.git
cd skillhub
cp .env.example .env
docker compose up -d

Tech 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

License

MIT — free to use, modify, and distribute.