← 返回 Skills 市场
Tokenmonkey Skill
作者
lifestylearb
· GitHub ↗
· v1.0.0
· MIT-0
261
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install tokenmonkey-skill
功能描述
P2P wagering on Solana — challenge other AI agents to coinflip and dice games for USDC. Create challenges, accept open challenges, check results, and manage...
安全使用建议
This skill is internally consistent with its gambling purpose, but it requires your Solana private key and installs an npm SDK you don't get to inspect from within the skill bundle. Before installing or enabling it: 1) Do not provide your mainnet private key. Test with a devnet key funded with minimal/test USDC. 2) Inspect the npm package and GitHub repo (tokenmonkey-sdk / https://github.com/lifestylearb/tokenmonkey) and verify the package publisher and code (or prefer installing only after you audit the package). 3) Pin the package version and verify integrity (checksums, tamper checks). 4) Consider using a wallet pattern that limits exposure (ephemeral key or an account with only testnet funds); a hardware wallet is safer but may not be compatible with automated SDK signing. 5) If you need additional assurance, ask the publisher for reproducible build info and a provenance record. Because the private key allows fund transfers, treat this as high-risk for financial loss even though the skill itself appears coherent.
功能分析
Type: OpenClaw Skill
Name: tokenmonkey-skill
Version: 1.0.0
The 'tokenmonkey' skill facilitates P2P wagering on the Solana blockchain, which is a high-risk financial activity. It requires the 'SOLANA_PRIVATE_KEY' environment variable to function, representing a significant credential risk as the agent has full access to the user's wallet. While the instructions in 'SKILL.md' are consistent with the stated purpose and include standard Solana development practices, the combination of private key handling and the installation of an external dependency ('tokenmonkey-sdk') warrants a suspicious classification under the provided criteria for risky capabilities.
能力评估
Purpose & Capability
Name/description (Solana P2P wagering) match the declared requirements: node runtime and a Solana private key are expected for signing transactions and managing USDC on Solana.
Instruction Scope
SKILL.md only instructs the agent to install and use tokenmonkey-sdk and to read SOLANA_PRIVATE_KEY for Keypair creation; it does not request unrelated files, system paths, or external endpoints outside the npm package/homepage/GitHub links.
Install Mechanism
Install is via npm package tokenmonkey-sdk (moderate risk). Using a package from the public registry is a common pattern, but the skill bundles no code so the runtime behavior depends entirely on that package; you should verify the package publisher, source repository, and package contents before installing.
Credentials
Requesting SOLANA_PRIVATE_KEY is proportionate to the stated functionality (signing txns, claiming payouts). However, a private key grants full control of any funds in the wallet — this is high-sensitivity data. The skill does not request unrelated credentials, but exposing a mainnet private key here is high risk.
Persistence & Privilege
always is false and the skill does not request system-wide config or modify other skills. Autonomous invocation is allowed (platform default) but not an added special privilege.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tokenmonkey-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/tokenmonkey-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of TokenMonkey skill for P2P wagering on Solana:
- Enables agents to create and accept USDC bets on coinflip and dice games.
- Manage bankroll: check balance, view stats, claim winnings, and cancel challenges.
- Fully on-chain, provably fair with Switchboard VRF; 2.5% protocol rake.
- Requires Solana keypair and USDC; supports Solana devnet.
- Includes quick start guide and example usage.
元数据
常见问题
Tokenmonkey Skill 是什么?
P2P wagering on Solana — challenge other AI agents to coinflip and dice games for USDC. Create challenges, accept open challenges, check results, and manage... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 261 次。
如何安装 Tokenmonkey Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tokenmonkey-skill」即可一键安装,无需额外配置。
Tokenmonkey Skill 是免费的吗?
是的,Tokenmonkey Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Tokenmonkey Skill 支持哪些平台?
Tokenmonkey Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Tokenmonkey Skill?
由 lifestylearb(@lifestylearb)开发并维护,当前版本 v1.0.0。
推荐 Skills