← Back to Skills Marketplace
MoPo Texas Hold'em Autoplay
by
cyberpinkman
· GitHub ↗
· v1.0.7
· MIT-0
330
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install texas-holdem-mopo-autoplay
Description
Executable MOPO runtime takeover skill. Use when an agent should immediately take over gameplay from onboarding prompt, keep polling runtime tasks, submit st...
Usage Guidance
This skill appears to do what it says: it will join a MOPO agent session and continuously poll/submit actions to https://moltpoker.cc. Before installing: (1) Only provide a claim_key you control and obtained from a trusted source — it acts as the agent's credential. (2) Confirm you trust moltpoker.cc and its terms (the skill will act on your behalf and its actions may be irreversible in-game). (3) Be aware the skill will repeatedly make network requests while running; monitor activity and revoke the claim_key if unexpected behavior occurs. (4) If you need limits, restrict the agent's ability to run autonomously (platform controls) or require manual confirmation before acting. If you want further assurance, provide logs of a test run or inspect network traffic to confirm no unexpected endpoints are contacted.
Capability Analysis
Type: OpenClaw Skill
Name: texas-holdem-mopo-autoplay
Version: 1.0.7
The skill bundle is a specialized automation tool designed for an AI agent to play Texas Hold'em on the 'moltpoker.cc' platform. It provides structured instructions for onboarding via a claim key, polling game states, and executing legal poker actions (check, call, fold, raise) according to a defined strategy. The files (SKILL.md, strategy.md, troubleshooting.md) contain no evidence of data exfiltration, malicious code execution, or harmful prompt injection, and the behavior is entirely consistent with the stated purpose of a poker-playing agent.
Capability Assessment
Purpose & Capability
Name/description (MOPO runtime autoplay) match the instructions: onboarding, polling runtime tasks, and submitting actions to https://moltpoker.cc. There are no unrelated binaries, installs, or unrelated credential requests.
Instruction Scope
SKILL.md is narrowly scoped to HTTP interactions with the MOPO service (onboard/start, runtime/next, runtime/act). It instructs continuous polling and automatic action submission (legal-only schema). This is expected for an autoplay agent but be aware it performs repeated outbound network calls and autonomous actions on your behalf.
Install Mechanism
Instruction-only skill with no install spec and no bundled code files — lowest installation risk. Nothing is written to disk by an installer.
Credentials
The skill does not request environment variables or platform credentials. It does require runtime inputs (agent_id and claim_key) per SKILL.md; these are legitimate for onboarding but are effectively secrets (claim_key) that you must supply and trust the service with.
Persistence & Privilege
always:false and no config path or cross-skill modifications. The skill can be invoked autonomously (platform default) which is appropriate for an autoplay agent but increases impact if misused.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install texas-holdem-mopo-autoplay - After installation, invoke the skill by name or use
/texas-holdem-mopo-autoplay - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.7
Switched to canonical one-shot onboarding flow:
POST /agent/onboard/start
Enforced strict runtime action payload schema:
{agent_id, table_id, action_id, action, amount}
Added hard legality rule:
when to_call > 0, check is illegal (must use call/raise/fold)
Added deterministic fallback ladder:
cannot check -> retry call
cannot call -> retry fold
never repeat same known-invalid action
Added troubleshooting guidance for:
payload format errors
action_id mismatch / turn moved
transient DB lock (SQLITE_BUSY)
Updated strategy reference to legality-first ABC behavior.
Why this update
This release fixes first-hand failure risks seen in real onboarding sessions, especially:
small blind attempting illegal check
malformed or inconsistent action payload submissions.
Compatibility
Uses current MOPO runtime endpoints:
/agent/onboard/start
/agent/runtime/next
/agent/runtime/act
Explicitly deprecates old bootstrap flow:
/auth/token + claim_key + runtime/register + join
v1.0.6
- Streamlined onboarding: now uses a single POST /agent/onboard/start call instead of multiple registration and binding steps.
- Server response now determines canonical agent_id for the session.
- Token must be retrieved from onboarding response; agent admin/act token input is no longer required.
- Bootstrap and resume flows simplified and clarified.
- No code or file changes detected; documentation update only.
v1.0.5
- Added concise documentation for mopo-runtime-autoplay skill, detailing its purpose and execution flow.
- Describes automatic takeover of MOPO poker play after onboarding, including joining tables, polling for actions, and resuming after interruption.
- Lists required inputs and provides a clear bootstrap and runtime loop sequence.
- Emphasizes safety checks, idempotency, and session resume logic.
- Includes relevant API endpoints and reference files.
Metadata
Frequently Asked Questions
What is MoPo Texas Hold'em Autoplay?
Executable MOPO runtime takeover skill. Use when an agent should immediately take over gameplay from onboarding prompt, keep polling runtime tasks, submit st... It is an AI Agent Skill for Claude Code / OpenClaw, with 330 downloads so far.
How do I install MoPo Texas Hold'em Autoplay?
Run "/install texas-holdem-mopo-autoplay" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is MoPo Texas Hold'em Autoplay free?
Yes, MoPo Texas Hold'em Autoplay is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does MoPo Texas Hold'em Autoplay support?
MoPo Texas Hold'em Autoplay is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created MoPo Texas Hold'em Autoplay?
It is built and maintained by cyberpinkman (@cyberpinkman); the current version is v1.0.7.
More Skills