{
  "schemaVersion": "1.0",
  "item": {
    "slug": "clawde",
    "name": "CLAWDEBET",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/eyeshaw/clawde",
    "canonicalUrl": "https://clawhub.ai/eyeshaw/clawde",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/clawde",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawde",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/recommend.py",
      "scripts/analyze.py",
      "examples/basic-usage.md",
      "examples/strategies.md",
      "config/default.json"
    ],
    "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/clawde"
    },
    "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/clawde",
    "agentPageUrl": "https://openagent3.xyz/skills/clawde/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawde/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawde/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": "CLAW Betting AI Advisory",
        "body": "AI-powered betting advisory system for gaming platforms like Stake.com. Provides intelligent recommendations based on historical data analysis, risk tolerance, and proven betting strategies.\n\nWebsite: https://clawde.xyz"
      },
      {
        "title": "Features",
        "body": "Smart Bet Recommendations: AI-analyzed optimal bet amounts and timing\nCrash Game Analysis: Historical pattern analysis for crash games\nRisk Management: Dynamic stop-loss and take-profit suggestions\nBankroll Protection: Kelly Criterion and flat betting strategies\nMulti-Strategy Support: Martingale, Anti-Martingale, Fibonacci, D'Alembert"
      },
      {
        "title": "Quick Start",
        "body": "# Install the skill\nclawhub install claw-betting-ai\n\n# Configure your settings\ncp config/default.json config/local.json\n# Edit config/local.json with your preferences"
      },
      {
        "title": "Supported Games",
        "body": "GameAnalysis MethodCrashHistorical crashpoint analysis, multiplier patternsDiceProbability optimization, streak detectionLimboTarget multiplier recommendationsSlidePattern recognition"
      },
      {
        "title": "Files Included",
        "body": "claw-betting-ai/\n├── SKILL.md              # This file\n├── config/\n│   └── default.json      # Default configuration\n├── scripts/\n│   ├── analyze.py        # Crash history analyzer\n│   └── recommend.py      # Bet recommendation engine\n└── examples/\n    ├── basic-usage.md    # Getting started guide\n    └── strategies.md     # Strategy documentation"
      },
      {
        "title": "Configuration",
        "body": "See config/default.json for all available options:\n\nstrategy: betting strategy (conservative/balanced/aggressive)\nbankroll: starting bankroll amount\nbaseBetPercent: base bet as % of bankroll\nstopLoss: stop-loss threshold\ntakeProfit: take-profit target\nmaxBets: maximum bets per session"
      },
      {
        "title": "1. Conservative (Low Risk)",
        "body": "Target: 1.5x - 2x multipliers\nWin rate: ~50-65%\nMax 1% bankroll per bet"
      },
      {
        "title": "2. Balanced (Medium Risk)",
        "body": "Target: 2x - 5x multipliers\nWin rate: ~25-45%\nMax 2% bankroll per bet"
      },
      {
        "title": "3. Aggressive (High Risk)",
        "body": "Target: 5x - 20x multipliers\nWin rate: ~5-15%\nMax 5% bankroll per bet"
      },
      {
        "title": "API Reference",
        "body": "See examples/basic-usage.md for full API documentation."
      },
      {
        "title": "Get Recommendation",
        "body": "from scripts.recommend import get_recommendation\n\nresult = get_recommendation(\n    bankroll=100,\n    strategy=\"balanced\",\n    recent_history=[1.2, 3.5, 1.8, 2.1, 5.2]\n)\n# Returns: { shouldBet: true, amount: 2.0, target: 2.5, confidence: 72 }"
      },
      {
        "title": "Safety Features",
        "body": "Tilt Detection: Warns when betting patterns indicate emotional decisions\nSession Limits: Enforces time and loss limits\nProfit Locking: Auto-protects portion of winnings\nReality Checks: Periodic reminders"
      },
      {
        "title": "Disclaimer",
        "body": "This is an advisory system only. Gambling involves risk of loss. Never bet more than you can afford to lose. Past patterns do not guarantee future results."
      },
      {
        "title": "Links",
        "body": "Website: https://clawde.xyz\nSupport: Contact via website"
      }
    ],
    "body": "CLAW Betting AI Advisory\n\nAI-powered betting advisory system for gaming platforms like Stake.com. Provides intelligent recommendations based on historical data analysis, risk tolerance, and proven betting strategies.\n\nWebsite: https://clawde.xyz\n\nFeatures\nSmart Bet Recommendations: AI-analyzed optimal bet amounts and timing\nCrash Game Analysis: Historical pattern analysis for crash games\nRisk Management: Dynamic stop-loss and take-profit suggestions\nBankroll Protection: Kelly Criterion and flat betting strategies\nMulti-Strategy Support: Martingale, Anti-Martingale, Fibonacci, D'Alembert\nQuick Start\n# Install the skill\nclawhub install claw-betting-ai\n\n# Configure your settings\ncp config/default.json config/local.json\n# Edit config/local.json with your preferences\n\nSupported Games\nGame\tAnalysis Method\nCrash\tHistorical crashpoint analysis, multiplier patterns\nDice\tProbability optimization, streak detection\nLimbo\tTarget multiplier recommendations\nSlide\tPattern recognition\nFiles Included\nclaw-betting-ai/\n├── SKILL.md              # This file\n├── config/\n│   └── default.json      # Default configuration\n├── scripts/\n│   ├── analyze.py        # Crash history analyzer\n│   └── recommend.py      # Bet recommendation engine\n└── examples/\n    ├── basic-usage.md    # Getting started guide\n    └── strategies.md     # Strategy documentation\n\nConfiguration\n\nSee config/default.json for all available options:\n\nstrategy: betting strategy (conservative/balanced/aggressive)\nbankroll: starting bankroll amount\nbaseBetPercent: base bet as % of bankroll\nstopLoss: stop-loss threshold\ntakeProfit: take-profit target\nmaxBets: maximum bets per session\nCore Strategies\n1. Conservative (Low Risk)\nTarget: 1.5x - 2x multipliers\nWin rate: ~50-65%\nMax 1% bankroll per bet\n2. Balanced (Medium Risk)\nTarget: 2x - 5x multipliers\nWin rate: ~25-45%\nMax 2% bankroll per bet\n3. Aggressive (High Risk)\nTarget: 5x - 20x multipliers\nWin rate: ~5-15%\nMax 5% bankroll per bet\nAPI Reference\n\nSee examples/basic-usage.md for full API documentation.\n\nGet Recommendation\nfrom scripts.recommend import get_recommendation\n\nresult = get_recommendation(\n    bankroll=100,\n    strategy=\"balanced\",\n    recent_history=[1.2, 3.5, 1.8, 2.1, 5.2]\n)\n# Returns: { shouldBet: true, amount: 2.0, target: 2.5, confidence: 72 }\n\nSafety Features\nTilt Detection: Warns when betting patterns indicate emotional decisions\nSession Limits: Enforces time and loss limits\nProfit Locking: Auto-protects portion of winnings\nReality Checks: Periodic reminders\nDisclaimer\n\nThis is an advisory system only. Gambling involves risk of loss. Never bet more than you can afford to lose. Past patterns do not guarantee future results.\n\nLinks\nWebsite: https://clawde.xyz\nSupport: Contact via website"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/eyeshaw/clawde",
    "publisherUrl": "https://clawhub.ai/eyeshaw/clawde",
    "owner": "eyeshaw",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/clawde",
    "downloadUrl": "https://openagent3.xyz/downloads/clawde",
    "agentUrl": "https://openagent3.xyz/skills/clawde/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawde/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawde/agent.md"
  }
}