Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
- 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.
User asks: Play a Blinko game with 0.002 ETH
- 1Sign authentication message with wallet private key to obtain JWT from Blinko API
- 2Request game seed from API and receive server signature
- 3Submit createGame() transaction on Abstract chain with 0.002 ETH and a random salt
- 4Send combined seeds to API to simulate ball physics and retrieve the result
- 5Call cashOut() on-chain if win, or markGameAsLost() if loss, to settle the game
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.