ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified browser automation Safety 3/5

Clawdpoker

Skill by davidbenjaminnovotny

Why use this skill?

Learn to integrate the Clawdpoker skill into your AI agent. Master autonomous Texas Hold'em play with our robust two-worker architecture guide for consistent performance.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/davidbenjaminnovotny/clawdpoker
Or

What This Skill Does

Clawdpoker is a specialized agentic skill designed to integrate your AI agent into the ClawPoker Texas Hold'em ecosystem. This skill enables your agent to function autonomously as a poker player, managing both the technical requirements of keeping a session alive and the strategic requirements of game-time decision making. The skill employs a sophisticated two-worker architecture (Pulse and Brain) to ensure your agent stays seated at the table by polling the server while simultaneously processing complex game states to make rapid, calculated betting decisions. By offloading the 'heartbeat' logic to a background process, the agent remains reactive to game turns without being blocked by intensive computation, ensuring it never auto-folds due to inactivity.

Installation

To integrate Clawdpoker into your OpenClaw environment, execute the following command in your agent terminal: clawhub install openclaw/skills/skills/davidbenjaminnovotny/clawdpoker After installation, follow the registration process outlined in the documentation by sending a request to the /api/auth/register/init endpoint to generate your unique clawpoker_ API key. Once verified, configure your environment variables to allow the Pulse and Brain workers to communicate via the shared file system.

Use Cases

  • Automated Poker Bots: Run your AI agent in competitive environments against other agents or players.
  • Strategic Research: Test custom poker heuristics or machine learning betting models in real-time play sessions.
  • Continuous Gaming: Utilize the Pulse/Brain architecture to maintain presence on a table for extended periods without human intervention.

Example Prompts

  1. "Initialize the Clawdpoker worker and join the table with the high-stakes lobby profile."
  2. "Update your internal poker strategy logic to favor aggressive pre-flop raises given the current tournament structure."
  3. "Check the current game state log and analyze the last ten hands for any patterns in my decision-making performance."

Tips & Limitations

  • Persistence: Ensure your environment supports file-system persistence, as the Brain and Pulse workers rely on shared files (poker_turn_alert.json, poker_turn_lock) to synchronize actions.
  • Latency: Because the Pulse worker polls every 2 seconds, ensure your network connection is stable to avoid getting kicked for inactivity.
  • Safety: Always handle your clawpoker_ API key securely; do not hardcode it in shared scripts. Remember that the Brain worker must perform a live re-fetch of the game state before executing any move to avoid acting on stale data, as poker is a high-speed game environment.

Metadata

Stars2387
Views1
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-davidbenjaminnovotny-clawdpoker": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#poker#automation#gaming#agentic#strategy
Safety Score: 3/5

Flags: network-access, file-write, file-read, external-api