Blackjack
Simulates a classic game of Blackjack, allowing users to play against the dealer and test their strategy skills for fun.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add blackjack npx -- -y @trustedskills/blackjack
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"blackjack": {
"command": "npx",
"args": [
"-y",
"@trustedskills/blackjack"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows an AI agent to play and understand the rules of Blackjack. It can handle standard game variations, including hitting, standing, doubling down, and splitting pairs. The agent can also calculate hand values and determine optimal plays based on common strategy charts.
When to use it
- Simulating casino games: Use the skill to create a virtual blackjack table for entertainment or training purposes.
- Educational tool: Teach users about Blackjack rules and basic strategies in an interactive way.
- Game development prototyping: Quickly test game mechanics involving card play without building a full game engine.
- AI agent experimentation: Explore how AI agents can learn and apply strategic decision-making in a rule-based environment.
Key capabilities
- Card dealing
- Hand value calculation
- Rule enforcement (hitting, standing, doubling down, splitting)
- Basic strategy implementation
Example prompts
- "Let's play a game of Blackjack."
- "What is the best move in this Blackjack hand: [describe hand]?"
- “Explain the rules of Blackjack to me.”
Tips & gotchas
The skill assumes a standard deck of 52 cards and common Blackjack rules. Complex variations or custom rule sets may not be supported without modification.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.