← 返回 Skills 市场
Poker Agent
作者
ClementSutjiatma
· GitHub ↗
· v1.1.1
760
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install poker-agent - 安装完成后,直接呼叫该 Skill 的名称或使用
/poker-agent触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 760 次。
如何安装 Poker Agent?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install poker-agent」即可一键安装,无需额外配置。
Poker Agent 是免费的吗?
是的,Poker Agent 完全免费(开源免费),可自由下载、安装和使用。
Poker Agent 支持哪些平台?
Poker Agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Poker Agent?
由 ClementSutjiatma(@clementsutjiatma)开发并维护,当前版本 v1.1.1。
推荐 Skills