LaunchKit · 2026
Back to Skills

blinko

Play Blinko (on-chain Plinko) headlessly on Abstract chain.

2
935 downloads
by @tolibear

Setup & Installation

openclaw skills install @tolibear/blinko

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install blinko

Version History

v1.1.1Feb 11, 2026 - Version note by skill developer:

- Removed README.md; all documentation now consolidated in SKILL.md. - In SKILL.md: lifted the restriction on autonomous invocation by agents—agents can now invoke the skill automatically. - Updated metadata in SKILL.md to remove disableModelInvocation flag.

What This Skill Does

Plays Blinko, a provably fair on-chain Plinko game on Abstract chain. Handles the full commit-reveal flow: API authentication, on-chain game creation, physics simulation, and settlement. Also retrieves player stats, game history, leaderboard rankings, and honey balance.

Automates a multi-step commit-reveal flow that requires coordinated API calls and on-chain transactions, which is impractical to replicate manually for each game.

When to use it

  • Placing automated ETH bets on Blinko games
  • Checking win/loss history for a wallet address
  • Viewing the top 10 leaderboard and your rank
  • Tracking honey earned from special pin hits
  • Running hard mode games to trigger bonus rounds

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Play a Blinko game with 0.002 ETH

AGENT
  1. 1Sign authentication message with wallet private key to obtain JWT from Blinko API
  2. 2Request game seed from API and receive server signature
  3. 3Submit createGame() transaction on Abstract chain with 0.002 ETH and a random salt
  4. 4Send combined seeds to API to simulate ball physics and retrieve the result
  5. 5Call cashOut() on-chain if win, or markGameAsLost() if loss, to settle the game
OUTPUT

Game settled: 10 balls played through 8 rows, final payout calculated from bin multipliers and applied to wallet

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

WALLET_PRIVATE_KEY environment variableETH on Abstract chain (chain ID 2741) for bets and gas fees