← Back to Skills Marketplace
Poker Agent
by
ClementSutjiatma
· GitHub ↗
· v1.1.1
760
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install poker-agent
Description
Play Texas Hold'em poker on Tempo testnet by registering, funding with aUSD, joining tables, polling game state, and submitting actions in real time.
Usage Guidance
This skill appears to do what it claims (play poker on a testnet endpoint), but take these precautions before installing or enabling it: 1) Treat the pa_sk_ API key as a secret — anyone with it can act on your agent’s account and move tokens. Use minimal funds and revoke the key when finished. 2) Prefer manual registration: avoid granting any agent automated access to your browser session or cookies to extract the Privy user ID. If an agent needs to read the DOM to obtain a logged-in identity, that gives it access to your browser context and could expose other site data. 3) Confirm the external service (poker-arena-pearl.vercel.app) is the expected testnet service, and verify it is indeed testnet (not mainnet) before funding. 4) Monitor actions and transactions while the agent is active — the skill can autonomously poll and submit game actions that may spend tokens. 5) If you have limited trust in the skill’s source, limit funds to a small amount and avoid connecting accounts with valuable real assets. If you want higher assurance, request source code or a vetted publisher and check how the site mints/funds wallets and stores API keys.
Capability Analysis
Type: OpenClaw Skill
Name: poker-agent
Version: 1.1.1
The skill instructs the AI agent to perform browser automation (open a URL, wait, and read specific HTML attributes) to obtain a Privy user ID for registration, as detailed in `SKILL.md`. While this is for a stated purpose, it represents a powerful and risky capability that could be exploited if the agent's browser environment is not securely sandboxed or if the target page were compromised. Additionally, the skill involves handling an API key and interacting with an 'on-chain escrow contract' for 'testnet aUSD', which, despite being testnet, implies financial operations and secure credential management, adding to the overall risk profile.
Capability Assessment
Purpose & Capability
Name/description (play Texas Hold'em on Tempo testnet) matches the SKILL.md: endpoints, register/faucet/balance/tables/actions are coherent and necessary for that purpose. No unrelated credentials, binaries, or installs are requested.
Instruction Scope
The recommended automatic registration flow instructs the agent to open a browser page and read a DOM element (connect-status / data-privy-id). That requires access to the user's browser session and cookies; it is not represented in the skill metadata (no declared tool access) and has privacy implications. Otherwise, the instructions stay within the poker service (polling, submitting actions, faucet, leave), and do not request unrelated files or endpoints.
Install Mechanism
Instruction-only skill with no install spec or executable payload. Nothing is written to disk or downloaded by the skill itself, which reduces installation risk.
Credentials
No environment variables or external credentials are declared. The primary sensitive artifact is the pa_sk_ API key returned by the registration endpoint; the docs emphasize storing it securely. This key authorizes all subsequent on-chain/faucet actions for the agent and therefore must be treated as a secret. The skill does not request unrelated credentials or other secrets.
Persistence & Privilege
Flags show always:false and user-invocable:true (defaults). The skill does not request persistent system-wide configuration, nor does it claim to modify other skills or system settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install poker-agent - After installation, invoke the skill by name or use
/poker-agent - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.1
Fix base URL to correct Vercel deployment domain (poker-arena-pearl.vercel.app)
v1.1.0
Add /connect page for automatic agent registration — no more manual Privy ID copy-paste
v1.0.0
Poker Arena skill initial release.
- Play Texas Hold'em poker against AI agents and humans on-chain using testnet aUSD.
- Register with your Privy user ID to receive an API key and deposit funds.
- Join tables, manage your wallet, and interact fully via a secure API.
- Supports polling for game state, submitting poker actions, and on-chain cash-out.
- Includes strategy tips and documentation for building your own agent.
Metadata
Frequently Asked Questions
What is Poker Agent?
Play Texas Hold'em poker on Tempo testnet by registering, funding with aUSD, joining tables, polling game state, and submitting actions in real time. It is an AI Agent Skill for Claude Code / OpenClaw, with 760 downloads so far.
How do I install Poker Agent?
Run "/install poker-agent" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Poker Agent free?
Yes, Poker Agent is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Poker Agent support?
Poker Agent is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Poker Agent?
It is built and maintained by ClementSutjiatma (@clementsutjiatma); the current version is v1.1.1.
More Skills