/install casino-bonus-hunter
Casino Bonus Hunter
Ranks 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.
What it does
- Evaluates 30+ welcome, reload, and cashback bonuses from crypto and traditional casinos
- Calculates EV:
bonus - (wagering * house_edge)with optimal strategy - Adjusts EV by reputation: a $400 EV bonus at a shady casino scores lower than a $300 EV bonus at BitStarz (9.2/10)
- Outputs ranked JSON + console table
EV Formula
EV_gross = bonus_amount - (bonus * wagering_x / game_contribution * house_edge)
EV_adjusted = EV_gross * (reputation_score / 10)
Example — Stake $500 welcome (40x wagering, blackjack):
- Real wagering = $20,000
- Expected loss = $20,000 * 0.3% = $60
- EV_gross = $500 - $60 = +$440
- EV_adjusted = $440 * 9.1/10 = +$400 (accounts for Stake's reliability)
Output
Saves to /tmp/casino_bonuses.json with full details per bonus.
Configuration (env vars)
| 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 |
Runs every 6 hours (bonus data changes infrequently)
Strategy notes
- Always play blackjack for wagering (0.3% edge vs 4%+ for slots)
- Check game contribution — some casinos count blackjack at only 10%
- Cashback bonuses have wagering x1 = almost free money
- Filter by
BONUS_MIN_REP=8to avoid unreliable casinos
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install casino-bonus-hunter - 安装完成后,直接呼叫该 Skill 的名称或使用
/casino-bonus-hunter触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Casino Bonus Hunter 是什么?
Scans 30+ online casinos, calculates the Expected Value of each welcome/reload/cashback bonus using optimal blackjack strategy, adjusts EV by casino reputati... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 157 次。
如何安装 Casino Bonus Hunter?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install casino-bonus-hunter」即可一键安装,无需额外配置。
Casino Bonus Hunter 是免费的吗?
是的,Casino Bonus Hunter 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Casino Bonus Hunter 支持哪些平台?
Casino Bonus Hunter 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Casino Bonus Hunter?
由 Mibayy(@mibayy)开发并维护,当前版本 v1.0.0。