← 返回 Skills 市场
mibayy

Casino Blackjack Advisor

作者 Mibayy · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
145
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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 hous...
使用说明 (SKILL.md)

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

# 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

{
  "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.

安全使用建议
This skill appears safe and does what it claims: a local basic-strategy advisor implemented in one Python file with no network or secret access. Before installing, consider: (1) the advice assumes 6 decks and dealer stands on soft 17—confirm these match your casino rules; (2) explanations are in French—output may mix languages; (3) while benign, review any third-party skills that could combine with this one if you plan to allow autonomous invocation. If you need the skill to run in an automated agent, ensure you trust that agent's overall permissions.
功能分析
Type: OpenClaw Skill Name: casino-blackjack-advisor Version: 1.0.0 The skill is a straightforward blackjack strategy advisor that uses hardcoded lookup tables to provide mathematically optimal moves. The code in blackjack_advisor.py uses only standard Python libraries (sys, json), contains no network or file system access, and lacks any indicators of malicious intent or prompt injection.
能力评估
Purpose & Capability
Name/description match the implementation: a local Python script that returns basic-strategy actions for 6-deck S17 blackjack. No unrelated binaries, credentials, or external services are requested.
Instruction Scope
SKILL.md describes only local usage (CLI/demo). The runtime instructions and the included script operate on provided cards and print JSON or a demo table. The instructions do not ask the agent to read unrelated files, env vars, or transmit data externally.
Install Mechanism
No install spec; this is an instruction-only skill with a single Python file relying on the stdlib. Nothing is downloaded or written to disk beyond the normal installation of the skill bundle.
Credentials
The skill requires no environment variables, credentials, or config paths. All behavior is local and self-contained; requested access is minimal and appropriate for the stated functionality.
Persistence & Privilege
Flags: always:false (not force-included). The clawhub.json marks the script as an automaton entrypoint, which is expected for a runnable skill. There is no indication the skill modifies other skills, stores credentials, or requests persistent privileged presence.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install casino-blackjack-advisor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /casino-blackjack-advisor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Perfect basic strategy for 6-deck S17 blackjack. CLI + JSON output. Zero dependencies.
元数据
Slug casino-blackjack-advisor
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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 hous... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 145 次。

如何安装 Casino Blackjack Advisor?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install casino-blackjack-advisor」即可一键安装,无需额外配置。

Casino Blackjack Advisor 是免费的吗?

是的,Casino Blackjack Advisor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Casino Blackjack Advisor 支持哪些平台?

Casino Blackjack Advisor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Casino Blackjack Advisor?

由 Mibayy(@mibayy)开发并维护,当前版本 v1.0.0。

💬 留言讨论