Install
openclaw skills install casino-bonus-hunterScans 30+ online casinos, calculates the Expected Value of each welcome/reload/cashback bonus using optimal blackjack strategy, adjusts EV by casino reputation score, and outputs a ranked list so you know exactly which bonus to hunt next.
openclaw skills install casino-bonus-hunterRanks casino bonuses by adjusted Expected Value — EV calculated with optimal blackjack strategy (0.3% house edge), then multiplied by a reputation score (0-10) based on CasinoGuru ratings and payout history.
bonus - (wagering * house_edge) with optimal strategyEV_gross = bonus_amount - (bonus * wagering_x / game_contribution * house_edge)
EV_adjusted = EV_gross * (reputation_score / 10)
Example — Stake $500 welcome (40x wagering, blackjack):
Saves to /tmp/casino_bonuses.json with full details per bonus.
| Variable | Default | Description |
|---|---|---|
| BONUS_MIN_REP | 0 | Minimum reputation score (e.g., 8 = reputable casinos only) |
| BONUS_MIN_EV | 0 | Minimum EV to include (e.g., 50 = only $50+ EV) |
| BONUS_TOP_N | 20 | Number of top bonuses to return |
| BONUS_OUTPUT_FILE | /tmp/casino_bonuses.json | Output file path |
BONUS_MIN_REP=8 to avoid unreliable casinos