Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Play Blinko (on-chain Plinko) headlessly on Abstract chain. Use when an agent wants to play Blinko games, check game stats, view leaderboards, or track honey rewards. Handles the full commit-reveal flow including API auth, on-chain game creation, simulation, and settlement.
Play Blinko (on-chain Plinko) headlessly on Abstract chain. Use when an agent wants to play Blinko games, check game stats, view leaderboards, or track honey rewards. Handles the full commit-reveal flow including API auth, on-chain game creation, simulation, and settlement.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Play Blinko headlessly on Abstract. Provably fair Plinko with on-chain settlement.
This skill signs on-chain transactions that spend real ETH. Use a dedicated hot wallet with only the funds you're willing to risk. Each game costs gas (Abstract chain) on top of your bet amount. Your private key is used locally to sign messages and transactions. It is sent to the Abstract RPC and Blinko API as signed outputs only, never as plaintext. Agents can invoke this skill autonomously when installed.
export WALLET_PRIVATE_KEY=0x... node scripts/play-blinko.js 0.001
node scripts/stats.js 0xYourAddress profile
ScriptPurposeplay-blinko.jsPlay a full game (auth โ create โ commit โ play โ settle)stats.jsView profile, games, leaderboard, honey balance
export WALLET_PRIVATE_KEY=0x... node scripts/play-blinko.js [betETH] [--hard] [--v2] FlagEffect--hardHard mode (0% main game RTP, must trigger bonus to win)--v2V2 algorithm and config Examples: node scripts/play-blinko.js 0.001 # Normal, 0.001 ETH node scripts/play-blinko.js 0.005 --hard # Hard mode node scripts/play-blinko.js 0.002 --v2 # V2 algorithm node scripts/play-blinko.js 0.003 --hard --v2 # V2 hard mode Bet limits: 0.0001 - 0.1 ETH
node scripts/stats.js <address> [command] [limit] CommandShowsprofileName, honey, game stats, streakgames [N]Last N games with resultsleaderboardTop 10 + your rankhoneyHoney balance breakdown
API โ Chain โ API โ Chain Login โ Sign message with wallet, get JWT Create โ API generates game seed, returns server signature Commit โ Call createGame() on-chain with ETH bet + random salt Play โ API combines seeds, simulates physics, returns result Settle โ Call cashOut() (win) or markGameAsLost() (loss) on-chain All games are provably fair via commit-reveal scheme.
10 balls dropped through 8 rows of pins Bin multipliers: 2x, 1.5x, 0.5x, 0.2x, 0.1x, 0.1x, 0.2x, 0.5x, 1.5x, 2x Bonus: Collect B-O-N-U-S letters to trigger bonus rounds (up to level 9) Honey: Earned by hitting special pins (requires a referrer)
ItemValueChainAbstract (2741)RPChttps://api.abs.xyz (hardcoded)Contract0x1859072d67fdD26c8782C90A1E4F078901c0d763APIhttps://api.blinko.ggGameblinko.gg
VariableRequiredDescriptionWALLET_PRIVATE_KEYYes (for play)Private key for signing transactions. Use a hot wallet.
npm install ethers@6
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.