Skills Hub
Search and discover 4,400+ AI coding skills from 93 sources including Anthropic, Google, Microsoft, Vercel, Stripe, and more.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add skills-hub-ai/skill-search
# Browse available tools
npx -y smithery tool list skills-hub-ai/skill-search
# Get full schema for a tool
npx -y smithery tool get skills-hub-ai/skill-search search_skills
# Call a tool
npx -y smithery 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 scoreslist_installed_skills— List all skills available on skills-hub.ai with install counts
# Get full input/output schema for a tool
npx -y smithery tool get skills-hub-ai/skill-search 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.