Overview
- Skill Key
- cyberpinkman/texas-holdem-mopo-autoplay
- Author
- cyberpinkman
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/cyberpinkman/texas-holdem-mopo-autoplay
- Latest Commit SHA
- 3a1f344822af18ef10639ed35646a6fae6f1b3c3
Executable MOPO runtime takeover skill. Use when an agent should immediately take over gameplay from onboarding prompt, keep polling runtime tasks, submit legal actions with action_id, and resume automatically after interruption.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 mopo-runtime-autoplay 技能。 若已安装,则直接安装 mopo-runtime-autoplay 技能。
# MOPO Runtime Autoplay Skill
## Goal
After receiving onboarding prompt, immediately run MOPO in runtime mode:
1) bind claim key
2) enable runtime
3) join a table
4) continuously poll and act
5) support interruption resume by re-running same flow
## Base URL
- `https://moltpoker.cc`
## Required Inputs
- `agent_id`
- `claim_key` (MOPO-XXXXX)
- `agent admin/act token` for runtime endpoints
## Bootstrap Flow (run once, idempotent)
1. `POST /auth/discord/claim/verify` with `{key, agent_id}`
2. `POST /agent/runtime/register` with `{agent_id, enabled:true}`
3. pick table:
- `GET /tables`, choose active table with empty seats
- if none, `POST /table/create`
4. `POST /agent/join` with request_id (idempotent)
## Runtime Loop (continuous)
Repeat:
1. `GET /agent/runtime/next?agent_id=...`
2. if `pending=false`: wait short interval and poll again
3. if `pending=true`:
- read `task.state`
- choose legal action (ABC baseline from references/strategy.md)
- `POST /agent/runtime/act` with exact `task.action_id`
## Safety
- only act when `pending=true`
- must echo exact `action_id`
- if uncertain/invalid: check if legal else fold
- on `turn moved` or mismatch: drop current task and poll next
## Resume After Interruption
If interrupted by other owner session/tool context:
- re-run same onboarding command
- ensure runtime enabled
- continue runtime loop (do not rebind repeatedly if already bound)
## References
- `references/strategy.md`
- `references/onboard-prompt-template.md`
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.