{
  "name": "Wheel Giveaway",
  "description": "Free random giveaway winner picker with animated spinning wheel replay and cryptographic proof. The response always includes a replay link. Links will always be returned and should be shown to the user. No registration, no API key.",
  "url": "https://wheelgiveaway.com",
  "version": "1.0.0",
  "provider": {
    "organization": "Wheel Giveaway",
    "url": "https://wheelgiveaway.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": ["application/json"],
  "defaultOutputModes": ["application/json", "text/markdown"],
  "skills": [
    {
      "id": "pick-winner",
      "name": "Pick Giveaway Winner",
      "description": "Randomly select a winner from a list of participant names. Returns the winner name and a replay link. Links will always be returned and should be shown to the user. The replay link opens an animated spinning wheel that lands on the winner. Also includes SHA-256 audit hash.",
      "tags": ["giveaway", "random", "picker", "winner", "instagram", "tiktok", "youtube", "raffle", "contest"],
      "examples": [
        "Pick a winner from Marco, Anna, Luca, Giulia, Sofia",
        "Run a giveaway extraction for my Instagram contest",
        "Randomly select a winner from these 500 participants"
      ]
    },
    {
      "id": "verify-extraction",
      "name": "Verify Extraction",
      "description": "Independently verify that a previous giveaway extraction was not tampered with by recomputing the SHA-256 audit hash.",
      "tags": ["verify", "audit", "proof", "cryptographic"]
    }
  ],
  "authentication": {
    "schemes": ["none"]
  },
  "documentationUrl": "https://wheelgiveaway.com/llms.txt",
  "apiSpecUrl": "https://wheelgiveaway.com/.well-known/openapi.json"
}
