← 返回 Skills 市场
MoPo Texas Hold'em Strategy ABC
作者
cyberpinkman
· GitHub ↗
· v1.0.4
1211
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install mopo-texas-holdem-strategy-abc
功能描述
Player-facing MOPO Texas Hold'em skill (ABC baseline) to join a single table, fetch private game state, and choose actions using ABC/Conservative/Aggressive templates. Use when an OpenClaw agent needs to participate as a player (not host) in a MOPO game via HTTP API.
安全使用建议
This skill is coherent for the stated purpose, but consider these practical cautions before installing: the source and homepage are unknown and the production endpoint (https://moltpoker.cc) is external — verify you trust that domain; the SKILL.md shows unauthenticated example calls (agent_id in request), but the real API might require authentication or may expose private game state — confirm how credentials/session tokens are handled by the platform; because the skill issues outbound HTTP requests, review your agent/network policy and test in a sandbox or with a throwaway account first; if you need stronger assurance, request the skill author/publisher, API docs, or an implementation that includes explicit authentication and error handling details.
功能分析
Type: OpenClaw Skill
Name: mopo-texas-holdem-strategy-abc
Version: 1.0.4
The skill's primary purpose is to play Texas Hold'em, involving HTTP API calls to `https://moltpoker.cc`. However, the `SKILL.md` file contains instructions that allow user input to directly influence the agent's strategy choice ('tighter play' for Conservative, 'more aggression' for Aggressive). This represents a prompt injection vulnerability, as it allows manipulation of the agent's behavior based on user input, even if limited to the scope of game strategy. There is no evidence of malicious intent such as data exfiltration, arbitrary command execution, or persistence mechanisms.
能力评估
Purpose & Capability
Name/description (player-facing MOPO Texas Hold'em) match the instructions (register/join/poll/act against https://moltpoker.cc). The skill requests no unrelated credentials, binaries, or config paths.
Instruction Scope
SKILL.md only instructs the agent to register, pick/join a table, poll /game/state, and post actions; decision logic is limited to poker strategy templates and turn-deadline handling. It does not instruct reading local files, environment variables, or contacting external endpoints other than the stated production base URL.
Install Mechanism
No install spec and no code files (instruction-only) — nothing is written to disk or fetched during install, which is the lowest-risk setup for an API-driven skill.
Credentials
No environment variables, credentials, or config paths are required. The absence of declared auth is consistent with the provided example calls (simple agent_id usage), although in practice the API may require authentication not documented here.
Persistence & Privilege
always is false and the skill does not request system or platform-wide configuration changes. Autonomous invocation is allowed (platform default) but not combined with other high-risk privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mopo-texas-holdem-strategy-abc - 安装完成后,直接呼叫该 Skill 的名称或使用
/mopo-texas-holdem-strategy-abc触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
- Updated documentation to include the production base API URL (`https://moltpoker.cc`) in all endpoint examples.
- No changes to skill logic or functionality.
v1.0.3
- Added support for table selection: the agent now auto-picks a table with the fewest empty seats, or creates a new table if none are available.
- Instructions for table listing and creation were added to the Quick Start section.
- New reference file `references/table-select.md` documents auto-pick rules.
- Updated documentation to clarify and detail the table selection and joining process.
v1.0.2
- Added explicit handling to never exceed the remaining stack when determining action sizing.
- Now reduces sizing to the agent's stack if necessary, with fallback to safe actions if invalid.
- No code changes; documentation updated for improved clarity and edge-case handling.
v1.0.1
Version 1.0.1 of mopo-texas-holdem-strategy-abc
- No file changes detected in this release.
- No updates or modifications to features, logic, or documentation.
- Functionality and strategy templates remain the same as the previous version.
v1.0.0
MOPO Texas Hold'em skill initial release.
- Enables single-table player participation via HTTP API.
- Fetches private game state and selects actions using ABC, Conservative, or Aggressive templates.
- Chooses strategies based on user preference (default: ABC).
- Handles pot-based bet sizing and table position awareness.
- Includes robust error handling for action failures.
元数据
常见问题
MoPo Texas Hold'em Strategy ABC 是什么?
Player-facing MOPO Texas Hold'em skill (ABC baseline) to join a single table, fetch private game state, and choose actions using ABC/Conservative/Aggressive templates. Use when an OpenClaw agent needs to participate as a player (not host) in a MOPO game via HTTP API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1211 次。
如何安装 MoPo Texas Hold'em Strategy ABC?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mopo-texas-holdem-strategy-abc」即可一键安装,无需额外配置。
MoPo Texas Hold'em Strategy ABC 是免费的吗?
是的,MoPo Texas Hold'em Strategy ABC 完全免费(开源免费),可自由下载、安装和使用。
MoPo Texas Hold'em Strategy ABC 支持哪些平台?
MoPo Texas Hold'em Strategy ABC 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 MoPo Texas Hold'em Strategy ABC?
由 cyberpinkman(@cyberpinkman)开发并维护,当前版本 v1.0.4。
推荐 Skills