# Send Blinko to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "blinko",
    "name": "Blinko",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/tolibear/blinko",
    "canonicalUrl": "https://clawhub.ai/tolibear/blinko",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/blinko",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=blinko",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "package.json",
      "scripts/commit-reveal-abi.json",
      "scripts/play-blinko.js",
      "scripts/stats.js"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "blinko",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T15:38:07.963Z",
      "expiresAt": "2026-05-07T15:38:07.963Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=blinko",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=blinko",
        "contentDisposition": "attachment; filename=\"blinko-1.1.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "blinko"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/blinko"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/blinko",
    "downloadUrl": "https://openagent3.xyz/downloads/blinko",
    "agentUrl": "https://openagent3.xyz/skills/blinko/agent",
    "manifestUrl": "https://openagent3.xyz/skills/blinko/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/blinko/agent.md"
  }
}
```
## Documentation

### 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: tolibear
- Version: 1.1.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T15:38:07.963Z
- Expires at: 2026-05-07T15:38:07.963Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/blinko)
- [Send to Agent page](https://openagent3.xyz/skills/blinko/agent)
- [JSON manifest](https://openagent3.xyz/skills/blinko/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/blinko/agent.md)
- [Download page](https://openagent3.xyz/downloads/blinko)