Tools & Integrations
Multiple ways to discover and use AI agent skills — CLI, MCP servers, and REST APIs.
Quick Start
130-second CLI
Install a skill in seconds using npm:
npx skill-get get seo-audit2MCP 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
| Feature | CLI | MCP | REST API |
|---|---|---|---|
| Search skills | ✓ | ✓ | ✓ |
| Install to workspace | ✓ | – | – |
| AI client integration | – | ✓ | ✓ |
| Batch context block | – | ✓ | ✓ |
| Custom workflows | ✓ | – | ✓ |