Agent Integration Guide

Integrate SkillsSafe with Your Agent

Add AI skill security scanning to any agent in under a minute. Free, no API key required.

All free · No API key required

MCP Server (Recommended)

Native MCP integration. Your agent scans skills automatically before installation.

OpenClaw (one-line setup)

bash
openclaw mcp add skillssafe https://mcp.skillssafe.com/sse

Claude Code / Claude Desktop

claude_desktop_config.json

json
{
  "mcpServers": {
    "skillssafe": {
      "url": "https://mcp.skillssafe.com/sse"
    }
  }
}

Cursor

.cursor/mcp.json

json
{
  "mcpServers": {
    "skillssafe": {
      "url": "https://mcp.skillssafe.com/sse"
    }
  }
}

Codex / any MCP agent

json
{
  "mcpServers": {
    "skillssafe": {
      "url": "https://mcp.skillssafe.com/sse"
    }
  }
}

REST API

Direct HTTP calls. Works with any agent, script, or CI/CD pipeline.

Scan by content

bash
curl -X POST https://skillssafe.com/api/v1/scan/content \
  -H "Content-Type: application/json" \
  -d '{"url": "https://clawhub.ai/skills/my-skill/SKILL.md"}'

Scan by URL

bash
curl -X POST https://skillssafe.com/api/v1/scan/url \
  -H "Content-Type: application/json" \
  -d '{"url": "https://clawhub.ai/skills/my-skill/SKILL.md"}'

Auto-Discovery

Agents can automatically discover SkillsSafe capabilities without prior configuration.

OpenAPI Spec (machine-readable)

http
GET https://skillssafe.com/api/v1/openapi.json

MCP Discovery (auto-config)

http
GET https://skillssafe.com/.well-known/mcp.json

Rate Limits

EndpointLimitAuth
MCP Server (SSE)60 req/hour per IPNone
POST /api/v1/scan/content200 req/hour per IPNone
POST /api/v1/scan/url200 req/hour per IPNone
Web ScannerUnlimitedNone