# Skills Hub

Search and discover 4,400+ AI coding skills from 93 sources including Anthropic, Google, Microsoft, Vercel, Stripe, and more.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add skills-hub-ai/skill-search

# Browse available tools
npx -y @smithery/cli@latest tool list skills-hub-ai/skill-search

# Get full schema for a tool
npx -y @smithery/cli@latest tool get skills-hub-ai/skill-search search_skills

# Call a tool
npx -y @smithery/cli@latest tool call skills-hub-ai/skill-search search_skills '{}'
```

## Direct MCP Connection

Endpoint: `https://skill-search--skills-hub-ai.run.tools`

## Tools (3)

- `search_skills` — Search the skills-hub.ai catalog for AI coding skills. Returns matching skills with metadata.
- `get_skill_detail` — Get full details about a skill including instructions, version, and quality scores
- `list_installed_skills` — List all skills available on skills-hub.ai with install counts

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get skills-hub-ai/skill-search <tool-name>
```

## Prompts (2)

- `find-skill` (task) — Find the best AI coding skill for a task. Describe what you need and get a recommendation.
- `skill-instructions` (slug) — Get the full instructions for a specific skill by slug, ready to use.
