在 Abstract 链上无头玩 Blinko(链上 Plinko)。当代理想要玩 Blinko 游戏、检查游戏统计数据、查看排行榜或跟踪蜂蜜奖励时使用。处理完整的提交-展示流程,包括 API 身份验证、链上游戏创建、模拟和结算。
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install blinko或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install blinko⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/blinko/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: blinko version: 1.1.0 description: 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. author: Bearish (@BearishAF) metadata: {"clawdbot":{"env":["WALLET_PRIVATE_KEY"]}} ---
Play Blinko headlessly on Abstract. Provably fair Plinko with on-chain settlement.
export WALLET_PRIVATE_KEY=0x...
node scripts/play-blinko.js 0.001
node scripts/stats.js 0xYourAddress profile
| Script | Purpose | |--------|---------| | play-blinko.js | Play a full game (auth → create → commit → play → settle) | | stats.js | View profile, games, leaderboard, honey balance |
export WALLET_PRIVATE_KEY=0x...
node scripts/play-blinko.js [betETH] [--hard] [--v2]
| Flag | Effect | |------|--------| | --hard | Hard mode (0% main game RTP, must trigger bonus to win) | | --v2 | V2 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
node scripts/stats.js <address> [command] [limit]
| Command | Shows | |---------|-------| | profile | Name, honey, game stats, streak | | games [N] | Last N games with results | | leaderboard | Top 10 + your rank | | honey | Honey balance breakdown |
API → Chain → API → Chain
createGame() on-chain with ETH bet + random saltcashOut() (win) or markGameAsLost() (loss) on-chainAll games are provably fair via commit-reveal scheme.
| Item | Value | |------|-------| | Chain | Abstract (2741) | | RPC | https://api.abs.xyz (hardcoded) | | Contract | 0x1859072d67fdD26c8782C90A1E4F078901c0d763 | | API | https://api.blinko.gg | | Game | blinko.gg |
| Variable | Required | Description | |----------|----------|-------------| | WALLET_PRIVATE_KEY | Yes (for play) | Private key for signing transactions. Use a hot wallet. |
npm install ethers@6安装 布林科 后,可以对 AI 说这些话来触发它
Help me get started with Blinko
Explains what Blinko does, walks through the setup, and runs a quick demo based on your current project
Use Blinko to play Blinko (on-chain Plinko) headlessly on Abstract chain
Invokes Blinko with the right parameters and returns the result directly in the conversation
What can I do with Blinko in my marketing & growth workflow?
Lists the top use cases for Blinko, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/blinko/ 目录(个人级,所有项目可用),或 .claude/skills/blinko/(项目级)。重启 AI 客户端后,用 /blinko 主动调用,或让 AI 根据上下文自动发现并使用。
布林科 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
布林科 可免费安装使用。请查阅仓库了解许可证信息。
在 Abstract 链上无头玩 Blinko(链上 Plinko)。当代理想要玩 Blinko 游戏、检查游戏统计数据、查看排行榜或跟踪蜂蜜奖励时使用。处理完整的提交-展示流程,包括 API 身份验证、链上游戏创建、模拟和结算。
布林科 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my marketing & growth tasks using Blinko
Identifies repetitive steps in your workflow and sets up Blinko to handle them automatically