Skip to content

Introduction

SkillHub is a self-hosted Agent Skill registry built for the enterprise.

In the age of AI Agents, every team accumulates its own skill packages (Skills). But these packages are scattered everywhere: some on developers' local machines, some in Git repositories, and some buried in internal documentation. Team members struggle to discover each other's work, let alone reuse existing capabilities.

SkillHub solves this problem. It provides a private, controllable, and easy-to-use skill package registry, allowing teams to manage Agent Skills just like using npm or PyPI.

Architecture Diagram

Core Value

  • Publish in 3 minutes: From local development to global distribution with a single command
  • Enterprise-grade permissions: Namespace-based RBAC with team collaboration and review workflows
  • Full lifecycle: Version management, tag system, review workflows, and archiving mechanisms
  • Ready out of the box: Start the full environment with a single curl command
  • Security scanning: Built-in Skill Scanner for automatic security risk detection
  • Data sovereignty: Fully self-hosted — all data stays within your firewall

Tech Stack

Tech Stack Diagram

LayerTechnologyDescription
FrontendReact 19 + Vite + TanStack RouterModern SPA with Chinese/English language support
BackendJava 21 + Spring Boot 3.2Enterprise-grade REST API
DatabasePostgreSQL 16Full-text search, Flyway auto-migration
CacheRedis 7Session management, hot data caching
StorageMinIO / S3Skill package file storage, supports local and cloud
DeploymentDocker Compose / K8sOne-click startup, supports self-hosting

Feature Overview

FeatureDescription
Skill Publishing & Version ManagementOne-click skill package publishing with semantic versioning
Skill Search & DiscoveryFull-text search, smart filtering, permission-aware
Namespace & Team ManagementNamespace-based RBAC permission system
Review & GovernanceMulti-level review workflows, reporting system
Security ScanningBuilt-in Skill Scanner with multi-engine security analysis
User Interaction & SocialStarring, ratings, notification system

Copyright © iFlytek Co., Ltd.