返回顶部
c

casino-blackjack-advisor

Returns the mathematically optimal blackjack action (HIT/STAND/DOUBLE/SPLIT/SURRENDER) for any hand using perfect basic strategy (6 decks, S17). Reduces house edge to 0.3%. Pass player cards and dealer upcard, get instant JSON decision.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
100
下载量
0
收藏
概述
安装方式
版本历史

casino-blackjack-advisor

# Blackjack Basic Strategy Advisor Perfect basic strategy for 6-deck blackjack (dealer stands on soft 17). Covers all hand types: hard, soft, and pairs. Reduces house edge to **0.3%** — the lowest achievable without card counting. ## Usage ```bash # Single hand (outputs JSON) python blackjack_advisor.py "8,6" "7" python blackjack_advisor.py "A,7" "6" python blackjack_advisor.py "9,9" "6" # Demo (runs 7 test hands) python blackjack_advisor.py ``` ## Output ```json { "action": "DOUBLE", "explain": "Double ta mise et prends UNE seule carte.", "hand_type": "soft 18", "total": 18, "confidence": "optimal" } ``` Actions: `HIT` | `STAND` | `DOUBLE` | `SPLIT` | `SURRENDER` | `BLACKJACK` ## Strategy covered - **Hard hands** (4–21): full matrix vs all dealer upcards 2–A - **Soft hands** (A+2 through A+9): double/hit/stand decisions - **Pairs** (2–A): split vs no-split vs double ## Rules assumed - 6 decks - Dealer stands on soft 17 (S17) - Double after split allowed - Surrender available (late surrender) ## No configuration required No env vars, no API keys, no dependencies beyond Python stdlib. ## Why this matters Playing slots or guessing costs 4–40x more per dollar wagered than using basic strategy. On a $5,000 wagering requirement: slots cost ~$200, basic strategy costs ~$15.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 casino-blackjack-advisor-1776115480 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 casino-blackjack-advisor-1776115480 技能

通过命令行安装

skillhub install casino-blackjack-advisor-1776115480

下载 Zip 包

⬇ 下载 casino-blackjack-advisor v1.0.0

文件大小: 4.68 KB | 发布时间: 2026-4-14 13:34

v1.0.0 最新 2026-4-14 13:34
Perfect basic strategy for 6-deck S17 blackjack. CLI + JSON output. Zero dependencies.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部