📦 pokerpal — 扑克数据查询

v1.0.0

一键查询 PokerPal 扑克游戏数据,包括游戏场次、玩家列表、买入金额与结算记录,方便复盘统计。

1· 1.6k·4 当前·4 累计
下载技能包
最后更新
2026/2/26
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
NULL
评估建议
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,...
详细分析 ▾
用途与能力
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.
指令范围
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.
安装机制
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.
凭证需求
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.
持久化与权限
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.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/2/5

NULL

无害

安装命令

点击复制
官方npx clawhub@latest install pokerpal
镜像加速npx clawhub@latest install pokerpal --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库