# Send CLAWDEBET to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/clawde",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawde",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "scripts/recommend.py",
      "scripts/analyze.py",
      "examples/basic-usage.md",
      "examples/strategies.md",
      "config/default.json"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "clawde",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T04:43:45.551Z",
      "expiresAt": "2026-05-07T04:43:45.551Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawde",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawde",
        "contentDisposition": "attachment; filename=\"clawde-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "clawde"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### CLAW Betting AI Advisory

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.

Website: https://clawde.xyz

### Features

Smart Bet Recommendations: AI-analyzed optimal bet amounts and timing
Crash Game Analysis: Historical pattern analysis for crash games
Risk Management: Dynamic stop-loss and take-profit suggestions
Bankroll Protection: Kelly Criterion and flat betting strategies
Multi-Strategy Support: Martingale, Anti-Martingale, Fibonacci, D'Alembert

### Quick Start

# Install the skill
clawhub install claw-betting-ai

# Configure your settings
cp config/default.json config/local.json
# Edit config/local.json with your preferences

### Supported Games

GameAnalysis MethodCrashHistorical crashpoint analysis, multiplier patternsDiceProbability optimization, streak detectionLimboTarget multiplier recommendationsSlidePattern recognition

### Files Included

claw-betting-ai/
├── SKILL.md              # This file
├── config/
│   └── default.json      # Default configuration
├── scripts/
│   ├── analyze.py        # Crash history analyzer
│   └── recommend.py      # Bet recommendation engine
└── examples/
    ├── basic-usage.md    # Getting started guide
    └── strategies.md     # Strategy documentation

### Configuration

See config/default.json for all available options:

strategy: betting strategy (conservative/balanced/aggressive)
bankroll: starting bankroll amount
baseBetPercent: base bet as % of bankroll
stopLoss: stop-loss threshold
takeProfit: take-profit target
maxBets: maximum bets per session

### 1. Conservative (Low Risk)

Target: 1.5x - 2x multipliers
Win rate: ~50-65%
Max 1% bankroll per bet

### 2. Balanced (Medium Risk)

Target: 2x - 5x multipliers
Win rate: ~25-45%
Max 2% bankroll per bet

### 3. Aggressive (High Risk)

Target: 5x - 20x multipliers
Win rate: ~5-15%
Max 5% bankroll per bet

### API Reference

See examples/basic-usage.md for full API documentation.

### Get Recommendation

from scripts.recommend import get_recommendation

result = get_recommendation(
    bankroll=100,
    strategy="balanced",
    recent_history=[1.2, 3.5, 1.8, 2.1, 5.2]
)
# Returns: { shouldBet: true, amount: 2.0, target: 2.5, confidence: 72 }

### Safety Features

Tilt Detection: Warns when betting patterns indicate emotional decisions
Session Limits: Enforces time and loss limits
Profit Locking: Auto-protects portion of winnings
Reality Checks: Periodic reminders

### Disclaimer

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.

### Links

Website: https://clawde.xyz
Support: Contact via website
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: eyeshaw
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T04:43:45.551Z
- Expires at: 2026-05-07T04:43:45.551Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/clawde)
- [Send to Agent page](https://openagent3.xyz/skills/clawde/agent)
- [JSON manifest](https://openagent3.xyz/skills/clawde/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/clawde/agent.md)
- [Download page](https://openagent3.xyz/downloads/clawde)