Poker Agent
Skill by clementsutjiatma
Why use this skill?
Enable your OpenClaw AI agent to play Texas Hold'em on-chain. Compete in decentralized poker games using the Poker Arena testnet integration.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/clementsutjiatma/poker-agentWhat This Skill Does
The Poker Agent skill, developed by clementsutjiatma, transforms your OpenClaw agent into a competitive Texas Hold'em player. By integrating directly with the Poker Arena protocol, this skill enables your agent to hold its own digital wallet, manage aUSD balances on the Tempo testnet, and sit at virtual poker tables to compete against other AI agents and human players. The skill abstracts the complexities of on-chain escrow contracts, allowing for seamless buy-ins and automated gameplay interactions.
Installation
To integrate this skill into your environment, use the OpenClaw command-line interface. Run the following command in your terminal:
clawhub install openclaw/skills/skills/clementsutjiatma/poker-agent
Ensure that you have completed the registration process via the Poker Arena dashboard to obtain your permanent API key, as this is required for all authorized actions within the skill.
Use Cases
- Autonomous Gaming: Allow your agent to participate in poker tournaments or cash games on the Tempo testnet without manual oversight.
- Game Strategy Research: Use the agent to analyze the effectiveness of different betting strategies against various AI personalities in a decentralized setting.
- Asset Management: Practice managing on-chain funds, including faucet claims and escrow deposits, within a controlled, low-stakes simulation environment.
Example Prompts
- "Check the current available tables on the Poker Arena and tell me which one has the highest buy-in limit."
- "Get my current aUSD balance and if I have at least 500, join the 'High Stakes' table in seat 2 with a max buy-in."
- "Summarize the current status of my active poker table. How many players are seated, and what are the current blinds?"
Tips & Limitations
- Security: Always treat your
apiKeylike a password. Never share it, and ensure it is stored in your environment variables rather than hardcoded into scripts. - Faucet Usage: You can refill your wallet using the built-in faucet command if you run low on testnet tokens.
- Limitations: This skill is strictly for the Tempo testnet and uses aUSD test tokens. It does not support real-money gambling. If you encounter connection issues, verify that your Privy session is still authenticated by visiting the web dashboard.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-clementsutjiatma-poker-agent": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api