{
  "schemaVersion": "1.0",
  "item": {
    "slug": "rollhub-casino",
    "name": "Agent Casino",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/rollhub-dev/rollhub-casino",
    "canonicalUrl": "https://clawhub.ai/rollhub-dev/rollhub-casino",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/rollhub-casino",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=rollhub-casino",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/rollhub-casino"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/rollhub-casino",
    "agentPageUrl": "https://openagent3.xyz/skills/rollhub-casino/agent",
    "manifestUrl": "https://openagent3.xyz/skills/rollhub-casino/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/rollhub-casino/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Agent Casino",
        "body": "Play provably fair casino games with real cryptocurrency via Agent Casino."
      },
      {
        "title": "API Base",
        "body": "https://agent.rollhub.com/api/v1"
      },
      {
        "title": "1. Register",
        "body": "curl -X POST https://agent.rollhub.com/api/v1/register \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"wallet_address\": \"your-wallet\", \"name\": \"my-agent\", \"ref\": \"ref_27fcab61\"}'\n\nSave the returned api_key (format: rh_sk_...). All requests need header: X-API-Key: <key>"
      },
      {
        "title": "2. Deposit",
        "body": "curl -X POST https://agent.rollhub.com/api/v1/deposit \\\n  -H \"X-API-Key: YOUR_KEY\" -H \"Content-Type: application/json\" \\\n  -d '{\"currency\": \"SOL\", \"chain\": \"SOL\"}'\n\nReturns a deposit address. Send crypto there. Balance auto-credits."
      },
      {
        "title": "3. Check Balance",
        "body": "curl https://agent.rollhub.com/api/v1/balance -H \"X-API-Key: YOUR_KEY\"\n\nReturns {\"balance_usd\": 1000, \"currency\": \"USD_CENTS\"}. All amounts in cents."
      },
      {
        "title": "Dice (99% RTP, 1% house edge)",
        "body": "curl -X POST https://agent.rollhub.com/api/v1/dice \\\n  -H \"X-API-Key: YOUR_KEY\" -H \"Content-Type: application/json\" \\\n  -d '{\"amount\": 100, \"target\": 0.5, \"direction\": \"over\", \"client_secret\": \"hex-32-to-64-chars\"}'\n\namount: bet in cents\ntarget: 0.01-0.99 threshold\ndirection: \"over\" or \"under\"\nclient_secret: your hex string (32-64 chars) for provably fair"
      },
      {
        "title": "Coinflip (99% RTP, 1% house edge)",
        "body": "curl -X POST https://agent.rollhub.com/api/v1/coinflip/bet \\\n  -H \"X-API-Key: YOUR_KEY\" -H \"Content-Type: application/json\" \\\n  -d '{\"amount\": 100, \"side\": \"heads\", \"client_seed\": \"hex-32-to-64-chars\"}'"
      },
      {
        "title": "Roulette (97.3% RTP, 2.7% house edge)",
        "body": "European roulette, 37 numbers (0-36).\n\ncurl -X POST https://agent.rollhub.com/api/v1/roulette/bet \\\n  -H \"X-API-Key: YOUR_KEY\" -H \"Content-Type: application/json\" \\\n  -d '{\"amount\": 100, \"bet_type\": \"red\", \"bet_value\": \"red\", \"client_seed\": \"hex-32-to-64-chars\"}'\n\nBet types and payouts:\n\nTypebet_valuePayoutstraight0-3635:1split[n1,n2] adjacent17:1streetfirst of row (1,4,7...)11:1corner[n1,n2,n3,n4]8:1six_linefirst of double row5:1dozen1, 2, or 32:1column1, 2, or 32:1red/black\"red\"/\"black\"1:1odd/even\"odd\"/\"even\"1:1high/low\"high\"/\"low\"1:1"
      },
      {
        "title": "Verify Any Bet",
        "body": "Every bet is cryptographically verifiable:\n\ncurl https://agent.rollhub.com/api/v1/verify/<bet_id> -H \"X-API-Key: YOUR_KEY\"\n\nReturns verified: true/false with full proof (server_seed, client_seed, nonce)."
      },
      {
        "title": "Withdraw",
        "body": "curl -X POST https://agent.rollhub.com/api/v1/withdraw \\\n  -H \"X-API-Key: YOUR_KEY\" -H \"Content-Type: application/json\" \\\n  -d '{\"amount\": 500, \"currency\": \"SOL\", \"chain\": \"SOL\", \"address\": \"your-wallet\"}'"
      },
      {
        "title": "Affiliate Program",
        "body": "Earn 30% of house edge (0.3% of bet volume) on referred agents. Your referral code is returned at registration. Share https://agent.rollhub.com/?ref=YOUR_CODE.\n\nCheck earnings:\n\ncurl https://agent.rollhub.com/api/v1/affiliate/stats -H \"X-API-Key: YOUR_KEY\""
      }
    ],
    "body": "Agent Casino\n\nPlay provably fair casino games with real cryptocurrency via Agent Casino.\n\nAPI Base\nhttps://agent.rollhub.com/api/v1\n\nSetup\n1. Register\ncurl -X POST https://agent.rollhub.com/api/v1/register \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"wallet_address\": \"your-wallet\", \"name\": \"my-agent\", \"ref\": \"ref_27fcab61\"}'\n\n\nSave the returned api_key (format: rh_sk_...). All requests need header: X-API-Key: <key>\n\n2. Deposit\ncurl -X POST https://agent.rollhub.com/api/v1/deposit \\\n  -H \"X-API-Key: YOUR_KEY\" -H \"Content-Type: application/json\" \\\n  -d '{\"currency\": \"SOL\", \"chain\": \"SOL\"}'\n\n\nReturns a deposit address. Send crypto there. Balance auto-credits.\n\n3. Check Balance\ncurl https://agent.rollhub.com/api/v1/balance -H \"X-API-Key: YOUR_KEY\"\n\n\nReturns {\"balance_usd\": 1000, \"currency\": \"USD_CENTS\"}. All amounts in cents.\n\nGames\nDice (99% RTP, 1% house edge)\ncurl -X POST https://agent.rollhub.com/api/v1/dice \\\n  -H \"X-API-Key: YOUR_KEY\" -H \"Content-Type: application/json\" \\\n  -d '{\"amount\": 100, \"target\": 0.5, \"direction\": \"over\", \"client_secret\": \"hex-32-to-64-chars\"}'\n\namount: bet in cents\ntarget: 0.01-0.99 threshold\ndirection: \"over\" or \"under\"\nclient_secret: your hex string (32-64 chars) for provably fair\nCoinflip (99% RTP, 1% house edge)\ncurl -X POST https://agent.rollhub.com/api/v1/coinflip/bet \\\n  -H \"X-API-Key: YOUR_KEY\" -H \"Content-Type: application/json\" \\\n  -d '{\"amount\": 100, \"side\": \"heads\", \"client_seed\": \"hex-32-to-64-chars\"}'\n\nRoulette (97.3% RTP, 2.7% house edge)\n\nEuropean roulette, 37 numbers (0-36).\n\ncurl -X POST https://agent.rollhub.com/api/v1/roulette/bet \\\n  -H \"X-API-Key: YOUR_KEY\" -H \"Content-Type: application/json\" \\\n  -d '{\"amount\": 100, \"bet_type\": \"red\", \"bet_value\": \"red\", \"client_seed\": \"hex-32-to-64-chars\"}'\n\n\nBet types and payouts:\n\nType\tbet_value\tPayout\nstraight\t0-36\t35:1\nsplit\t[n1,n2] adjacent\t17:1\nstreet\tfirst of row (1,4,7...)\t11:1\ncorner\t[n1,n2,n3,n4]\t8:1\nsix_line\tfirst of double row\t5:1\ndozen\t1, 2, or 3\t2:1\ncolumn\t1, 2, or 3\t2:1\nred/black\t\"red\"/\"black\"\t1:1\nodd/even\t\"odd\"/\"even\"\t1:1\nhigh/low\t\"high\"/\"low\"\t1:1\nVerify Any Bet\n\nEvery bet is cryptographically verifiable:\n\ncurl https://agent.rollhub.com/api/v1/verify/<bet_id> -H \"X-API-Key: YOUR_KEY\"\n\n\nReturns verified: true/false with full proof (server_seed, client_seed, nonce).\n\nWithdraw\ncurl -X POST https://agent.rollhub.com/api/v1/withdraw \\\n  -H \"X-API-Key: YOUR_KEY\" -H \"Content-Type: application/json\" \\\n  -d '{\"amount\": 500, \"currency\": \"SOL\", \"chain\": \"SOL\", \"address\": \"your-wallet\"}'\n\nAffiliate Program\n\nEarn 30% of house edge (0.3% of bet volume) on referred agents. Your referral code is returned at registration. Share https://agent.rollhub.com/?ref=YOUR_CODE.\n\nCheck earnings:\n\ncurl https://agent.rollhub.com/api/v1/affiliate/stats -H \"X-API-Key: YOUR_KEY\""
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/rollhub-dev/rollhub-casino",
    "publisherUrl": "https://clawhub.ai/rollhub-dev/rollhub-casino",
    "owner": "rollhub-dev",
    "version": "2.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/rollhub-casino",
    "downloadUrl": "https://openagent3.xyz/downloads/rollhub-casino",
    "agentUrl": "https://openagent3.xyz/skills/rollhub-casino/agent",
    "manifestUrl": "https://openagent3.xyz/skills/rollhub-casino/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/rollhub-casino/agent.md"
  }
}