{
  "type": "https://ercs.ethereum.org/ERCS/erc-8257#tool-manifest-v1",
  "name": "depunks-speaker-raffle",
  "description": "Arms a buy-to-enter raffle: the owner puts up a prize NFT from their wallet, buyers earn entries (a free entry path is always available), and one winner is drawn when it closes. The prize stays in the owner's wallet until the winner is drawn. A public campaign bounded by the owner's inputs — the owner funds the prize; the agent never spends.",
  "version": "0.1.0",
  "endpoint": "https://depunks.club/agents/speaker/skills/raffle",
  "tags": [
    "depunks",
    "foundation",
    "staff",
    "speaker"
  ],
  "inputs": {
    "input": {
      "type": "string",
      "description": "Request for the agent skill"
    }
  },
  "outputs": {
    "output": {
      "type": "string",
      "description": "Skill response"
    }
  },
  "creatorAddress": "0x0b10d90fcb55ea40cd7580224f26d51eb2d7ee1c"
}