Web Platform Guide
The Agent Skill Hub web platform is your starting point for discovering and exploring AI agent skills.
Browsing Skills
Visit agentskillhub.dev/skills to browse the skill catalog.
Search and Filter
- Search bar — Find skills by name, description, or keywords
- Categories — Filter skills by category (e.g., Data Analysis, API Integration, DevOps)
- Sorting — Sort by popularity, newest, or alphabetical
Skill Cards
Each skill card displays:
- Name and description — Quick overview of what the skill does
- Author — Who published the skill
- Version — Latest available version
- Install count — How many times the skill has been installed
- Stars — Community rating
Skill Details Page
Click on any skill to view its details page, which includes:
Overview Tab
- Full description
- Key features
- Use cases
- Installation command
Documentation Tab
- Detailed usage instructions
- Configuration options
- Examples
Versions Tab
- Version history
- Release notes
- Install specific versions via CLI
Install Command
Every skill page shows the install command:
Click the copy button to copy the command to your clipboard.
Skillsets
Skillsets are curated collections of related skills. Browse them at agentskillhub.dev/skillsets.
Using Skillsets
Install an entire skillset with one command:
This installs all skills in the skillset to your project.
Creating Skillsets
Logged-in users can create skillsets:
- Click "New Skillset" from your account menu
- Name your skillset and add a description
- Add skills from the catalog
- Publish to make it public
User Accounts
Authentication
Sign in with GitHub to:
- Create and publish skills
- Create skillsets
- Star skills
- Track your published content
Profile Page
Your profile page shows:
- Published skills
- Created skillsets
- Activity history
Visit any user's profile by clicking their username.
Importing from GitHub
You can import skills directly from GitHub repositories:
- Go to the Import page (requires login)
- Enter a GitHub repository URL
- The platform will scan for
SKILL.mdfiles - Select which skills to import
- Publish them to the platform
Repository Requirements
For auto-detection, your repository should contain:
- One or more
SKILL.mdfiles - Proper frontmatter (see Publishing Skills)
Example repository structure:
API Endpoint for Agents
The web platform also exposes an MCP (Model Context Protocol) endpoint at:
This allows compatible agents to discover and use skills directly.

