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

Signet: Open-Source Memory Layer for AI Coding Agents Hits 80% F1 on LoCoMo
Signet is an open-source memory system for AI coding agents that achieves 80% F1 on the LoCoMo benchmark, compared to 41% for standard RAG. It extracts memories after each session and injects relevant context before prompts, running locally with SQLite.

Ephemeral OpenClaw setups with network sandboxing and auto-teardown
A setup that boots OpenClaw inside an ephemeral VM with a network egress allowlist, injects API keys into RAM-backed storage, and includes a 2-hour auto-teardown. All LLM calls are recorded to SQLite for replay.

Free Library of 789 Downloadable Skills for Claude Code
clskills.in is a searchable hub offering 789 downloadable .md skill files for Claude Code across 60+ categories including enterprise platforms, programming languages, and DevOps tools. Each download includes a README and auto-install prompt.

Reddit User Tests Hermes AI Agent's Self-Learning Feature, Finds Critical Flaws
A Reddit user tested Hermes AI agent's self-learning feature, which automatically creates skills from markdown files. The user found it always evaluates its own results as successful, even when output is incorrect, and overwrites manual edits.