logo
icon

SkillHub

Enterprise-grade self-hosted skill registry for publishing, discovery, governance, and installation of reusable agent skills.

template cover
展開済み0
発行者fufenjupku
作成日2026-07-01
最小構成2 コア4 GB
推奨構成4 コア8 GB
タグ
AIRegistryDeveloperTool

SkillHub

SkillHub is an enterprise-grade, self-hosted registry for publishing, searching, reviewing, and installing reusable agent skills across teams.

Included Services

  • web: public SkillHub web interface
  • server: backend API and auth flows
  • skill-scanner: security scanning service
  • postgres: metadata database
  • redis: session and cache store

Deployment Notes

  1. Bind PUBLIC_DOMAIN to the web service.
  2. After deployment, open https://<PUBLIC_DOMAIN>.
  3. Sign in with the bootstrap account:
    • username: admin
    • password: the value you set for BOOTSTRAP_ADMIN_PASSWORD
  4. For quickstart, direct auth is enabled by default.
  5. Storage defaults to local filesystem for zero-config startup.
  • Rotate the bootstrap admin password after first login.
  • Configure GitHub / GitLab / OIDC OAuth before exposing the instance to other users.
  • Configure SMTP if you need password reset emails.
  • Switch storage to S3 / MinIO for production-grade object storage.

Source