Tools & Integrations

Multiple ways to discover and use AI agent skills — CLI, MCP servers, and REST APIs.

CLI
Command line interface

Search and install skills directly from your terminal. Perfect for quick discovery and one-command setup.

npx skill-get search
MCP Server
Model Context Protocol

Integrate skills directly into Claude Desktop, Cursor, and Windsurf. AI-native skill access.

npx skill-get-mcp
REST API
Programmatic access

Build custom integrations with our public HTTP API. Search, retrieve, and batch-fetch skills.

GET /api/v1/skills/context

Quick Start

130-second CLI

Install a skill in seconds using npm:

npx skill-get get seo-audit

2MCP in Code

Configure your AI client with MCP:

"skill-get-mcp": {
command: "npx"

3Custom Code

Use our REST API for custom integrations:

fetch("/api/v1/skills/context")

Feature Comparison

FeatureCLIMCPREST API
Search skills
Install to workspace
AI client integration
Batch context block
Custom workflows

AI Skill Finder

Ask me what skills you need

What are you building?

Tell me what you're working on and I'll find the best agent skills for you.