← Back to Skills Marketplace
vvardhan14

pokerpal

by vvardhan14 · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
1629
Downloads
1
Stars
4
Active Installs
1
Versions
Install in OpenClaw
/install pokerpal
Description
Query PokerPal poker game data - games, players, buy-ins, settlements
Usage Guidance
This skill appears coherent and only uses the API URL and bot API key to query PokerPal endpoints. Before installing: ensure the POKERPAL_API_URL points to a trusted PokerPal instance (prefer https), and that the POKERPAL_BOT_API_KEY you supply has only the minimum needed permissions (ideally read-only) and is rotated if compromised. Verify that sharing player and buy-in data with this service complies with your privacy expectations. Confirm your runtime environment provides fetch or equivalent, since the code uses fetch to call the API.
Capability Analysis
Package: (mcp) Version: Description: The package provides a set of functions to interact with a PokerPal API to retrieve poker game data. It securely configures the API endpoint and authentication key using environment variables (`POKERPAL_API_URL`, `POKERPAL_BOT_API_KEY`). All API calls are read-only (GET requests) and properly encode URL parameters to prevent injection vulnerabilities. The code logic is straightforward, focusing solely on querying specific poker-related data. There are no indications of malicious activities such as data exfiltration to unauthorized destinations, arbitrary code execution, or file system manipulation.
Capability Assessment
Purpose & Capability
Name/description map directly to the code and declared env vars: the skill calls a PokerPal API at POKERPAL_API_URL using POKERPAL_BOT_API_KEY. Nothing requested appears unrelated to querying games, players, buy-ins, and summaries.
Instruction Scope
SKILL.md confines runtime behavior to the provided tool calls (list_groups, get_group_games, get_game_players, get_player_buyins, get_group_summary) and formatting rules. It does not instruct reading local files, unrelated env vars, or exfiltrating data to third-party endpoints beyond the configured API URL.
Install Mechanism
There is no install spec (instruction-only runtime plus a small index.js implementation). No downloads or external installers are used, so nothing arbitrary is written to disk by an installer.
Credentials
Only POKERPAL_API_URL and POKERPAL_BOT_API_KEY are required and the code uses exactly those. The primary credential matches the service being accessed and is proportional to the skill's function.
Persistence & Privilege
always is false and the skill does not request persistent system-wide changes or access to other skills' configs. Autonomous invocation is allowed (platform default) but not combined with any broad or unexpected privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pokerpal
  3. After installation, invoke the skill by name or use /pokerpal
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of PokerPal assistant. - Query live poker game data including games, players, buy-ins, and settlements - Tools available: list groups, view group games, summaries, player stats, and buy-in details - Supports filtering active/closed games and summarizing results - Formats responses for clear display, including money and player lists
Metadata
Slug pokerpal
Version 1.0.0
License
All-time Installs 4
Active Installs 4
Total Versions 1
Frequently Asked Questions

What is pokerpal?

Query PokerPal poker game data - games, players, buy-ins, settlements. It is an AI Agent Skill for Claude Code / OpenClaw, with 1629 downloads so far.

How do I install pokerpal?

Run "/install pokerpal" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is pokerpal free?

Yes, pokerpal is completely free (open-source). You can download, install and use it at no cost.

Which platforms does pokerpal support?

pokerpal is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created pokerpal?

It is built and maintained by vvardhan14 (@vvardhan14); the current version is v1.0.0.

💬 Comments