← 返回 Skills 市场
352
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install openclaw-fomo3d
功能描述
Play Fomo3D, Slot Machine, and Prediction Market on BNB Chain (BSC). Fomo3D is a blockchain game where players buy shares using tokens — the last buyer befor...
安全使用建议
This skill is a CLI wallet that will sign real BNB Chain transactions, so supplying your private key lets it move funds and approve token allowances. Before installing: (1) inspect the repository code yourself (or have a trusted auditor do so), especially any code paths that auto-approve tokens or save keys; (2) do not use your main wallet private key—use a throwaway or limited‑fund account; (3) run npm install in an isolated environment (container/VM) if you want to test; (4) verify RPC endpoints and contract addresses (a malicious RPC or contract can trick you into signing harmful txs); (5) consider setting FOMO3D_RPC_URL to a trusted node and avoid saving keys on disk—if you must, secure the config file and remove keys after use. The registry metadata lacks an explicit install spec despite shipping many source files—treat that discrepancy as a reason to review the code before granting any credentials.
功能分析
Type: OpenClaw Skill
Name: openclaw-fomo3d
Version: 1.3.1
The skill bundle provides a comprehensive CLI for interacting with Fomo3D gaming and prediction market contracts on the BNB Chain. It uses the 'viem' library for local transaction signing and correctly manages sensitive data by reading the private key from environment variables or a local config file without evidence of exfiltration. While the trading logic in 'buy.ts' and 'sell.ts' lacks slippage protection (setting minOutputAmount to 0), this risk is explicitly documented in 'SKILL.md' as a known limitation for users to consider.
能力评估
Purpose & Capability
Name/description (Fomo3D game, slots, prediction markets) align with the included code: many CLI commands, ABIs, and blockchain client code are present. Requesting a BSC private key is expected for signing game/trading transactions.
Instruction Scope
SKILL.md instructs interactive setup that asks for and stores a private key (writes config.json), runs transactions (buy/sell/approve/spin/claim/settle), and auto-approves ERC20 allowances. The doc also references additional environment variables (FOMO3D_NETWORK, FOMO3D_RPC_URL, FOMO3D_FLAP_TOKEN) that are not listed in requires.env; while optional, SKILL.md uses them at runtime. Storing a private key on disk and automatic approval behavior increases risk if the code or environment is compromised.
Install Mechanism
Registry metadata shows no formal install spec, yet the repo contains package.json and many source files and SKILL.md instructs running `npm install` and executing the CLI. That means code and npm dependencies will be fetched and executed on the user's machine (dependencies: tsx, viem). The lack of an explicit install spec in the registry is inconsistent with the included code and increases operational ambiguity.
Credentials
The skill requires a single high‑sensitivity credential (FOMO3D_PRIVATE_KEY) which is proportionate to a CLI that signs blockchain transactions. Optional env vars are referenced in the docs but not declared as required. Because the private key grants full control of the wallet, this is a sensitive privilege—expected for the task but dangerous if misused.
Persistence & Privilege
always is false and the skill does not request system-wide privileges. It will write its own config.json and may store the provided private key there if the user runs setup—this is normal for CLI wallet tooling but should be considered a sensitive local persistence.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-fomo3d - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-fomo3d触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.3.1
Add prediction market CLI commands (pred *): 14 new subcommands for betting, creating markets, settling, and optimistic oracle flow
v1.3.0
Add prediction market CLI commands (pred *): 14 new subcommands for betting, creating markets, settling, and optimistic oracle flow
元数据
常见问题
Openclaw Fomo3d 是什么?
Play Fomo3D, Slot Machine, and Prediction Market on BNB Chain (BSC). Fomo3D is a blockchain game where players buy shares using tokens — the last buyer befor... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 352 次。
如何安装 Openclaw Fomo3d?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-fomo3d」即可一键安装,无需额外配置。
Openclaw Fomo3d 是免费的吗?
是的,Openclaw Fomo3d 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Openclaw Fomo3d 支持哪些平台?
Openclaw Fomo3d 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Openclaw Fomo3d?
由 Eren(@erenvance)开发并维护,当前版本 v1.3.1。
推荐 Skills