{
  "protocolVersion": "1.0",
  "name": "SkinRender",
  "description": "Free browser-based gaming and streaming toolkit: avatars, banners, logos, crosshairs, sensitivity and setup calculators. Everything runs client side, nothing is uploaded, no account is required.",
  "url": "https://skinrender.com",
  "documentationUrl": "https://skinrender.com/ai/agent-guide.md",
  "iconUrl": "https://skinrender.com/favicon.svg",
  "version": "2026.08",
  "provider": {
    "organization": "Yamiru",
    "url": "https://yamiru.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json",
    "image/png"
  ],
  "securitySchemes": {},
  "security": [],
  "preferredTransport": "HTTP+JSON",
  "skills": [
    {
      "id": "find-tool",
      "name": "Find a tool",
      "description": "Resolve a natural language need to the right SkinRender tool URL.",
      "tags": [
        "discovery",
        "tools"
      ],
      "examples": [
        "I need a Twitch banner",
        "tool to convert CS2 sens to Valorant",
        "make a Discord avatar"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ],
      "dataSource": "https://skinrender.com/tools.json"
    },
    {
      "id": "convert-sensitivity",
      "name": "Convert sensitivity",
      "description": "Convert mouse sensitivity between CS2, Valorant, Apex, Fortnite and Overwatch 2 at matched cm/360.",
      "tags": [
        "aim",
        "calculator"
      ],
      "examples": [
        "CS2 1.1 at 800 DPI to Valorant"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ],
      "url": "https://skinrender.com/sensitivity-calculator"
    },
    {
      "id": "answer-spec",
      "name": "Answer a platform spec question",
      "description": "Return exact image dimensions and upload requirements for Discord, Twitch, YouTube, Instagram, TikTok and OBS.",
      "tags": [
        "specs",
        "sizes"
      ],
      "examples": [
        "What size is a Twitch banner?",
        "Twitch emote sizes"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ],
      "dataSource": "https://skinrender.com/ai/citations.json"
    },
    {
      "id": "crosshair-code",
      "name": "Explain or build a crosshair code",
      "description": "Explain CS2 and Valorant crosshair parameters and point to the generator that exports an importable code.",
      "tags": [
        "crosshair",
        "cs2",
        "valorant"
      ],
      "examples": [
        "Best Valorant crosshair for a duelist"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ],
      "url": "https://skinrender.com/valorant-crosshair-generator"
    }
  ],
  "additionalInterfaces": [
    {
      "transport": "webmcp",
      "url": "https://skinrender.com/.well-known/webmcp.json"
    },
    {
      "transport": "mcp",
      "url": "https://skinrender.com/.well-known/mcp.json"
    },
    {
      "transport": "openapi",
      "url": "https://skinrender.com/openapi.yaml"
    }
  ],
  "updated": "2026-08-23"
}
