{
  "$schema": "https://agentskills.io/schemas/index-0.2.json",
  "publisher": {
    "name": "spinbreaker editorial",
    "url": "https://spinbreaker.com"
  },
  "skills": [
    {
      "name": "spinbreaker/slots.search",
      "type": "api",
      "description": "Search spinbreaker reviewed slot machines by query, provider, RTP, or volatility.",
      "url": "https://spinbreaker.com/api/slots",
      "method": "GET",
      "outputFormat": "application/json",
      "sha256": null
    },
    {
      "name": "spinbreaker/operators.list",
      "type": "api",
      "description": "List licensed casino operators on spinbreaker, optionally filtered by country code.",
      "url": "https://spinbreaker.com/api/operators",
      "method": "GET",
      "outputFormat": "application/json",
      "sha256": null
    },
    {
      "name": "spinbreaker/operator.licence",
      "type": "api",
      "description": "Check whether a named operator holds a valid licence in a given country.",
      "url": "https://spinbreaker.com/api/operators/{operator}/licence",
      "method": "GET",
      "outputFormat": "application/json",
      "sha256": null
    },
    {
      "name": "spinbreaker/llms",
      "type": "llms-txt",
      "description": "AI-readable index of the spinbreaker knowledge base.",
      "url": "https://spinbreaker.com/llms.txt",
      "outputFormat": "text/plain",
      "sha256": null
    }
  ]
}