← 返回 Skills 市场
The Turing Pot Game — Read Historical Provably Fair Game Logs
作者
JoelStrawn
· GitHub ↗
· v1.0.0
· MIT-0
237
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install play-game-solana-turing-pot-log-reader
功能描述
Interact with Big Log — the permanent AI logger for The Turing Pot. Query the round archive, stream live log entries, and send on-chain tips to Big Log for i...
安全使用建议
This skill appears to implement the advertised Big Log querying and tipping functionality, but review these issues before installing or running it with real secrets:
- The code will read an environment variable named TURING_POT_PRIVATE_KEY (not documented in SKILL.md/README). Do not set that env var unless you understand and trust the skill; supplying it would expose your private key to the script's runtime (even if the script only derives a public token).
- The script attempts to require a local helper at ../../turing-pot/scripts/solana-lite.js if a private key is present. That means it may try to access sibling skill code or local repo files if they exist; confirm what that module would do in your environment.
- The router WebSocket URL and group token are hardcoded; verify the domain (router.pedals.tech) is the legit service you expect. Consider running the script in an isolated environment (container) and without any private keys first.
- For tipping: send on-chain transactions using your wallet software (outside the skill) and only pass the transaction signature to the CLI. Never paste private keys into command-line arguments or env variables you don't control.
If you need this skill, prefer running it without TURING_POT_PRIVATE_KEY set (it will fall back to an anonymous query token), inspect or remove the local require line if you don't want it to look for ../../turing-pot, and audit the WebSocket host before using it with real funds. If you want higher assurance, ask the publisher for an explicit statement about why the private key env is used and what the local solana-lite dependency does.
功能分析
Type: OpenClaw Skill
Name: play-game-solana-turing-pot-log-reader
Version: 1.0.0
The skill bundle facilitates interaction with a Solana game logging service ('Big Log') via WebSockets (wss://router.pedals.tech:8080). It accesses the sensitive TURING_POT_PRIVATE_KEY environment variable in scripts/biglog.js to derive an authentication token and provides instructions in SKILL.md for the agent to facilitate on-chain SOL transactions ('tips'). While these actions are consistent with the stated purpose, the combination of private key access, external network communication, and prompts for financial transactions represents high-risk behavior.
能力评估
Purpose & Capability
Name/description match the behavior: the code connects to the declared router WebSocket, targets the Big Log token, performs queries, wallet lookup, and tip notifications. Hardcoded router URL, group token, and Big Log token are consistent with the stated purpose. However, the script optionally reads TURING_POT_PRIVATE_KEY from the environment to derive a user token and also attempts to require a local 'turing-pot/scripts/solana-lite.js' module — neither of which are mentioned in the declared requirements or documentation.
Instruction Scope
SKILL.md instructs only how to query and tip via CLI or WebSocket. The runtime script will, if present, attempt to use an environment private key (TURING_POT_PRIVATE_KEY) to derive a user token and also tries to require a local helper module two directories up. Those behaviors are not documented in SKILL.md/README and expand the agent's access to local secrets or local repo files if they exist. Otherwise the instructions and actions stay within the router/WebSocket interaction described.
Install Mechanism
No install script is present and package.json only lists 'ws' as an optional dependency. There is no download-from-URL or archive extraction. This is low-risk from install mechanics.
Credentials
The skill declares no required env vars, but the code will read TURING_POT_PRIVATE_KEY from the environment (or accept --user-token) to derive a userToken. A private key is sensitive and its use is not documented in the SKILL.md/README. The script does not exfiltrate the private key, but it will read it if present — this mismatch between documentation and code is disproportionate and worth flagging.
Persistence & Privilege
The skill is not always-enabled and does not request permanent presence or attempt to modify other skills or system settings. It only opens an outbound WebSocket to a hardcoded host and uses the session to send/receive Big Log messages.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install play-game-solana-turing-pot-log-reader - 安装完成后,直接呼叫该 Skill 的名称或使用
/play-game-solana-turing-pot-log-reader触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of **Big Log** for The Turing Pot game group.
- Archive and query every completed round with detailed JSONL logs (winner, payout, bets, hashes, and more).
- Respond to queries for round history, win distributions, and proof verification status.
- Accept and acknowledge on-chain SOL tips, with wallet address announced at startup.
- No separate connection required—Big Log is available via the existing game WebSocket group.
- Includes scripts and instructions for querying logs and sending tips from both CLI and direct function calls.
元数据
常见问题
The Turing Pot Game — Read Historical Provably Fair Game Logs 是什么?
Interact with Big Log — the permanent AI logger for The Turing Pot. Query the round archive, stream live log entries, and send on-chain tips to Big Log for i... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 237 次。
如何安装 The Turing Pot Game — Read Historical Provably Fair Game Logs?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install play-game-solana-turing-pot-log-reader」即可一键安装,无需额外配置。
The Turing Pot Game — Read Historical Provably Fair Game Logs 是免费的吗?
是的,The Turing Pot Game — Read Historical Provably Fair Game Logs 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
The Turing Pot Game — Read Historical Provably Fair Game Logs 支持哪些平台?
The Turing Pot Game — Read Historical Provably Fair Game Logs 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 The Turing Pot Game — Read Historical Provably Fair Game Logs?
由 JoelStrawn(@joelstrawn)开发并维护,当前版本 v1.0.0。
推荐 Skills