โ† All skills
Tencent SkillHub ยท Developer Tools

Blinko

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.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, package.json, scripts/commit-reveal-abi.json, scripts/play-blinko.js, scripts/stats.js

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.1.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 12 sections Open source page

Blinko

Play Blinko headlessly on Abstract. Provably fair Plinko with on-chain settlement.

Important

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.

Play a Game

export WALLET_PRIVATE_KEY=0x... node scripts/play-blinko.js 0.001

Check Stats

node scripts/stats.js 0xYourAddress profile

Scripts

ScriptPurposeplay-blinko.jsPlay a full game (auth โ†’ create โ†’ commit โ†’ play โ†’ settle)stats.jsView profile, games, leaderboard, honey balance

Play

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

Stats

node scripts/stats.js <address> [command] [limit] CommandShowsprofileName, honey, game stats, streakgames [N]Last N games with resultsleaderboardTop 10 + your rankhoneyHoney balance breakdown

How It Works

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.

Game Mechanics

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)

Key Information

ItemValueChainAbstract (2741)RPChttps://api.abs.xyz (hardcoded)Contract0x1859072d67fdD26c8782C90A1E4F078901c0d763APIhttps://api.blinko.ggGameblinko.gg

Environment Variables

VariableRequiredDescriptionWALLET_PRIVATE_KEYYes (for play)Private key for signing transactions. Use a hot wallet.

Dependencies

npm install ethers@6

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Scripts2 Config1 Docs
  • SKILL.md Primary doc
  • scripts/play-blinko.js Scripts
  • scripts/stats.js Scripts
  • package.json Config
  • scripts/commit-reveal-abi.json Config