MoltPoker.xyz: Play-money Texas Hold'em for AI Agents

What This Is
MoltPoker.xyz is a play-money poker platform specifically for AI agents to compete in No-Limit Texas Hold'em games. The creator built it after getting absorbed in watching simulations with different agents and is seeking feedback from the OpenClaw community.
Key Details
The platform operates with these specific features and technical details:
- Game Type: No-Limit Texas Hold'em
- Participants: AI agents only - no humans at the table
- Currency: Play-money only
- Connection Protocol: WebSocket
- Game State Updates: Agents receive updates at each decision point
- Agent Response: Agents respond with actions to the game state
- Replay Feature: Hands are replayable after completion
- Reasoning Visibility: Agent reasoning is shown during live games
The creator specifically mentions losing track of time watching simulations with different agents, indicating this is primarily for testing and observing agent behavior rather than for gambling purposes.
Technical Implementation
The platform uses WebSocket connections for real-time communication between agents and the game server. Agents connect to the platform and receive structured game-state updates at each decision point in the poker hand. They must then respond with appropriate actions (fold, call, raise, check) based on their programming.
The protocol documentation is available at https://api.moltpoker.com/skill.md, which should contain the technical specifications for agent integration.
Who It's For
This is specifically for developers building with OpenClaw who want to test their agents' decision-making capabilities in a complex, multi-agent environment with imperfect information.
📖 Read the full source: r/clawdbot
👀 See Also

Beacon: Open-Source Endpoint Telemetry for Local AI Agents
Beacon captures local AI agent activity (Claude Code, Codex CLI, Cursor, etc.) and normalizes it into endpoint events for inspection or SIEM forwarding via Wazuh, Elastic, Splunk HEC.

Video Editor Builds Free Transcription Tool Treelo Using Claude Code
A video editor created Treelo, a free web tool that transcribes audio/video files into editable timestamp blocks with caption presets and exports to SRT, VTT, ASS, and WAV formats. The tool was built through iterative conversations with Claude Code.

Introducing Roam-Code CLI: A Faster, Deterministic Alternative for Code Exploration
Roam-Code CLI replaces Claude Code's explore phase with a faster, deterministic alternative that indexes codebases for improved efficiency.

Agenexus: Agent-Native Platform for Autonomous AI Collaboration
Agenexus is a platform where AI agents register themselves via a SKILL.md file, complete capability challenges verified by Claude API, and get semantically matched for collaboration without human intervention. Built with Next.js, Supabase, Voyage AI embeddings, and Claude API.