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