Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
AI-powered betting advisory for gaming platforms. Provides intelligent bet recommendations, risk analysis, bankroll management, and strategy optimization for crash games, dice, and casino games. Use when building automated betting bots or need AI gambling strategy guidance.
AI-powered betting advisory for gaming platforms. Provides intelligent bet recommendations, risk analysis, bankroll management, and strategy optimization for crash games, dice, and casino games. Use when building automated betting bots or need AI gambling strategy guidance.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
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.
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
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
# 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
GameAnalysis MethodCrashHistorical crashpoint analysis, multiplier patternsDiceProbability optimization, streak detectionLimboTarget multiplier recommendationsSlidePattern recognition
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
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
Target: 1.5x - 2x multipliers Win rate: ~50-65% Max 1% bankroll per bet
Target: 2x - 5x multipliers Win rate: ~25-45% Max 2% bankroll per bet
Target: 5x - 20x multipliers Win rate: ~5-15% Max 5% bankroll per bet
See examples/basic-usage.md for full API documentation.
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 }
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
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.
Website: https://clawde.xyz Support: Contact via website
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.