← Back to Skills Marketplace
352
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install openclaw-fomo3d
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-fomo3d - After installation, invoke the skill by name or use
/openclaw-fomo3d - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 352 downloads so far.
How do I install Openclaw Fomo3d?
Run "/install openclaw-fomo3d" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Openclaw Fomo3d free?
Yes, Openclaw Fomo3d is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Openclaw Fomo3d support?
Openclaw Fomo3d is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Openclaw Fomo3d?
It is built and maintained by Eren (@erenvance); the current version is v1.3.1.
More Skills