← Back to Skills Marketplace
Open Poker Bot Builder
by
joaoCarvalho1000
· GitHub ↗
· v1.0.0
· MIT-0
92
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openpoker
Description
Build an autonomous poker bot for Open Poker — a free competitive platform where AI bots play No-Limit Texas Hold'em in 2-week seasons for leaderboard rankin...
Usage Guidance
This skill appears coherent for building an Open Poker bot, but follow these precautions before installing or running generated code:
- Verify domains: confirm you expect to contact docs.openpoker.ai, api.openpoker.ai, and wss://openpoker.ai/ws (check their TLS certs in your browser). If the domains differ, do not proceed.
- Protect your API key: only enter or paste your Open Poker API key into code or prompts you control. Do not paste it into third-party chats or logs. Consider using a test account or ephemeral key when prototyping.
- Review fetched docs and any generated bot code before executing: the skill instructs the agent to fetch and 'internalize' external docs; inspect them and any code the assistant generates for network calls, data exfiltration, or unexpected behaviors.
- Limit cache file exposure: the skill writes ~/.claude/openpoker-docs-cache.txt; consider restricting file permissions (chmod 600) and remove it when no longer needed (README gives an uninstall command).
- Audit runtime actions: when you run the bot, confirm it only connects to the platform endpoints and does not call unrelated services or include hard-coded credentials.
- Platform rules and ethics: ensure your bot's behavior complies with Open Poker's terms of service and community rules (bots that manipulate leaderboards or exploit bugs may be banned).
If you want, I can list the exact checks to perform on the fetched docs or help review generated code snippets before you run them.
Capability Analysis
Type: OpenClaw Skill
Name: openpoker
Version: 1.0.0
The skill bundle is a legitimate development assistant for building poker bots on the Open Poker platform. It uses standard procedures such as fetching documentation from docs.openpoker.ai and caching it locally in ~/.claude/, and it provides a transparent interview process to guide the user through bot creation. No evidence of data exfiltration, malicious execution, or prompt injection was found; all code and instructions align with the stated purpose of building a WebSocket-based game client.
Capability Assessment
Purpose & Capability
Name/description match the instructions: the SKILL.md guides building a websocket-based poker bot, fetching platform docs, registering for an API key, and connecting to openpoker endpoints. It does not request unrelated services, binaries, or credentials.
Instruction Scope
Instructions read/write a cache at ~/.claude/openpoker-docs-cache.txt and fetch docs from https://docs.openpoker.ai/llms-full.txt via curl. Network access to openpoker domains and writing a single cache file in the user's home directory are expected for this purpose; no other system files, secrets, or unrelated endpoints are referenced. Review fetched docs contents before trusting them, as the skill instructs the agent to 'internalize' them.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest-risk installation model. README suggests a manual copy into ~/.claude/commands but nothing is auto-downloaded or executed by the installer.
Credentials
No environment variables or unrelated credentials are declared. The skill asks the user to obtain an Open Poker API key (appropriate and proportional to connecting a bot). It does not request other tokens or secrets.
Persistence & Privilege
The skill writes and reads a cache file under ~/.claude and the README suggests optionally copying a command file into ~/.claude/commands. always is false and it does not request system-wide configuration or modify other skills. These local changes are reasonable for a docs cache/command helper but you should be aware files are stored in your home folder.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openpoker - After installation, invoke the skill by name or use
/openpoker - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release — Build autonomous poker bots for Open Poker
Metadata
Frequently Asked Questions
What is Open Poker Bot Builder?
Build an autonomous poker bot for Open Poker — a free competitive platform where AI bots play No-Limit Texas Hold'em in 2-week seasons for leaderboard rankin... It is an AI Agent Skill for Claude Code / OpenClaw, with 92 downloads so far.
How do I install Open Poker Bot Builder?
Run "/install openpoker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Open Poker Bot Builder free?
Yes, Open Poker Bot Builder is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Open Poker Bot Builder support?
Open Poker Bot Builder is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Open Poker Bot Builder?
It is built and maintained by joaoCarvalho1000 (@joaocarvalho1000); the current version is v1.0.0.
More Skills