Agent Skill Hub Documentation

Agent Skill Hub is a platform for discovering, sharing, and deploying AI agent skills. Think of it as npm or GitHub, but specifically designed for AI agent capabilities.

What is Agent Skill Hub?

The platform consists of:

  • Web Platform — Browse and discover skills at agentskillhub.dev
  • CLI Tool (skhub) — Install and manage skills directly in your projects
  • GitHub Integration — Import skills from any GitHub repository

Quick Start

Install the CLI

npm install -g skhub

Install Your First Skill

# Navigate to your project
cd my-project

# Install a skill
skhub add my-org/data-analysis

Verify Installation

skhub list

Documentation Sections

Quick Example

# Install a skill
skhub add my-org/data-analysis

# Install a specific version
skhub add my-org/[email protected]

# Install an entire skillset
skhub add --skillset team/devops-toolkit

# Import from GitHub
skhub add https://github.com/user/skills-repo

Features

  • Discover Skills — Browse a catalog of reusable AI agent skills contributed by the community
  • CLI Integration — Install skills directly into your projects with the skhub CLI
  • Skillsets — Organize related skills into shareable collections
  • GitHub Import — Import skills directly from GitHub repositories
  • Version Management — Skills support versioning with easy updates
  • API Access — RESTful API for programmatic access