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.
Why use this skill?
Integrate the Blinko skill into your AI agent to automate provably fair Plinko gaming on the Abstract chain, manage bets, and track Honey rewards securely.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/tolibear/blinkoWhat This Skill Does
The Blinko skill allows your OpenClaw AI agent to interact headlessly with the Blinko on-chain Plinko game hosted on the Abstract chain. This is a comprehensive utility that automates the entire game lifecycle: from wallet authentication via message signing to the technical commit-reveal flow required for provably fair on-chain gambling. The skill handles API requests to the Blinko backend and generates the necessary smart contract transactions for placing bets, triggering game physics simulations, and settling results on-chain.
Installation
To add the Blinko skill to your agent, ensure you have the OpenClaw framework installed and run the following command in your terminal:
clawhub install openclaw/skills/skills/tolibear/blinko
Once installed, you must configure your environment variables. Specifically, you need to set the WALLET_PRIVATE_KEY variable. This key is used for signing the required transactions and must belong to a dedicated hot wallet containing only the funds you are willing to risk on the Abstract chain. Never use your main cold storage wallet for this skill.
Use Cases
- Automated Gaming: Agents can play games at set intervals or based on external triggers like market movements or time.
- Portfolio Tracking: Use the stats functionality to monitor your Honey rewards and track your win/loss history on the Abstract network.
- Leaderboard Analysis: Agents can fetch real-time leaderboard data to determine when to play or to compete for rankings.
- Dynamic Strategy: Build agents that adjust their betting behavior (e.g., switching to --hard mode) based on previous game results or current balance.
Example Prompts
- "Play a round of Blinko on the Abstract chain with a bet of 0.002 ETH."
- "Check my current profile and Honey balance, then show me the results of my last 5 games."
- "Run a game in hard mode using the V2 algorithm and report the final outcome."
Tips & Limitations
- Safety First: This skill performs real on-chain transactions using actual ETH. Only ever use a hot wallet with a limited amount of funds.
- Gas Fees: Every game requires gas fees on the Abstract chain, so ensure your wallet has enough extra ETH to cover these network costs beyond your intended bet size.
- Provably Fair: Because this uses a commit-reveal scheme, game integrity is guaranteed; the server cannot cheat once your commitment transaction is confirmed.
- Dependencies: The skill requires an active connection to both the Abstract RPC and the Blinko API; ensure your environment allows these outbound network requests.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-tolibear-blinko": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api, code-execution
Related Skills
promptify
Optimize prompts for clarity and effectiveness. Use when user says "improve this prompt", "optimize my prompt", "make this clearer", or provides vague/unstructured prompts. Intelligently routes to sub-agents for codebase research, clarifying questions, or web search as needed.
promptify
Optimize prompts for clarity and effectiveness. Use when user says "improve this prompt", "optimize my prompt", "make this clearer", or provides vague/unstructured prompts. Intelligently routes to sub-agents for codebase research, clarifying questions, or web search as needed.
bird-dm
An add-on to the Bird skill that lets your agent check its X/Twitter DM inbox. Use when the user asks to check DMs, read Twitter direct messages, list DM conversations, or monitor their X inbox.