Blackjack Helper

v1.3.0

Blackjack (21点) decision assistant. Provides optimal action recommendations based on player's hand and dealer's upcard: Hit, Stand, Double, Split, Surrender....

0· 270·0 current·0 all-time
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The skill name and description match the SKILL.md content: a Blackjack strategy guide that outputs Hit/Stand/Double/Split/Surrender recommendations. It does not request unrelated binaries, environment variables, or credentials.
Instruction Scope
SKILL.md contains only strategy tables, usage examples, supported languages, and how to provide the player's hand and dealer upcard. It does not instruct reading files, accessing system state, or transmitting data to external endpoints.
Install Mechanism
No install spec is present and no code files exist. This is the lowest-risk model: nothing is written to disk or fetched at install time.
Credentials
The skill declares no required environment variables, credentials, or config paths, which is proportional for a local decision assistant that only needs the user's textual input.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent or elevated privileges, nor does it modify other skills or system settings.
Assessment
This skill is internally consistent and doesn't ask for secrets or install anything. Before installing, consider that (1) the guide provides deterministic recommendations and is not a guarantee of winning outcomes, (2) gambling carries financial risk and you should use the tool responsibly, and (3) if you require up-to-date or venue-specific strategy (e.g., rules that affect doubling/splitting), verify the strategy against the house rules — the SKILL.md is static text and may not reflect every casino variant.

Like a lobster shell, security has layers — review code before you run it.

blackjackvk97c5h497sbrhqaszp7gyq0h2d829p99casinovk97c5h497sbrhqaszp7gyq0h2d829p99latestvk97c5h497sbrhqaszp7gyq0h2d829p99strategyvk97c5h497sbrhqaszp7gyq0h2d829p99
270downloads
0stars
4versions
Updated 1mo ago
v1.3.0
MIT-0

Blackjack Strategy Guide

Provides optimal action recommendations based on mathematical probability.

Decision Rules

Hard Totals (A counts as 1)

Player TotalDealer 2-6Dealer 7-10Dealer A
8 or lessHitHitHit
9DoubleHitHit
10DoubleDoubleDouble
11DoubleDoubleHit
12-16StandHitHit
17+StandStandStand

Soft Totals (A counts as 11)

Player HandDealer 2-6Dealer 7-A
A,2-6HitHit
A,7StandHit
A,8-9StandStand

Pairs

PairDealer 2-6Dealer 7-A
A-ASplitSplit
8-8SplitSplit
9-9SplitStand
7-7SplitHit
2-2, 3-3, 6-6SplitHit
4-4, 5-5, 10-10Don't splitDon't split

How to Use

Provide:

  • Player's hand (e.g., 15, soft 17, pair of 8s)
  • Dealer's upcard (e.g., dealer 7, dealer Q)

Recommendations:

  • Hit = Take another card
  • Stand = Keep current hand
  • Double = Double bet, get exactly one more card
  • Split = Split pair into two hands
  • Surrender = Forfeit half bet (first decision only)

Examples

"Player 15, dealer 7" → Recommend: Hit (12-16 vs 7-A)

"Pair of A's, dealer 6" → Recommend: Split

"Soft 18, dealer 9" → Recommend: Stand

"Player 11, dealer A" → Recommend: Hit

Supported Languages

Language21点 ExpressionKeywords
EnglishTwenty-oneblackjack, hit, stand, double, split
中文二十一点21点、要牌、停牌
日本語ブラックジャックヒット、スタンド
FrançaisVingt-et-untirer, rester, doubler
EspañolVeintiunopedir, plantarse

Comments

Loading comments...