← 返回 Skills 市场
MoPo Texas Hold'em Autoplay
作者
cyberpinkman
· GitHub ↗
· v1.0.7
· MIT-0
330
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install texas-holdem-mopo-autoplay
功能描述
Executable MOPO runtime takeover skill. Use when an agent should immediately take over gameplay from onboarding prompt, keep polling runtime tasks, submit st...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install texas-holdem-mopo-autoplay - 安装完成后,直接呼叫该 Skill 的名称或使用
/texas-holdem-mopo-autoplay触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 330 次。
如何安装 MoPo Texas Hold'em Autoplay?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install texas-holdem-mopo-autoplay」即可一键安装,无需额外配置。
MoPo Texas Hold'em Autoplay 是免费的吗?
是的,MoPo Texas Hold'em Autoplay 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
MoPo Texas Hold'em Autoplay 支持哪些平台?
MoPo Texas Hold'em Autoplay 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 MoPo Texas Hold'em Autoplay?
由 cyberpinkman(@cyberpinkman)开发并维护,当前版本 v1.0.7。
推荐 Skills