$1 USDC entry. 14 coin flips. Get all 14 right, take the entire jackpot. Live on Solana devnet — continuous game, enter anytime.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install the-flip-publish或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install the-flip-publish⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/the-flip-publish/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: the-flip description: "$1 USDC entry. 14 coin flips. Get all 14 right, take the entire jackpot. Live on Solana devnet — continuous game, enter anytime." metadata: openclaw: emoji: "🎰" homepage: "https://github.com/maurodelazeri/the-flip-publish" requires: bins: ["node"] ---
$1 USDC. 14 coin flips. Get all 14 right → take the entire jackpot.
No rounds. No entry windows. The game never stops. Enter anytime, and your ticket rides the next 14 global flips. Winner takes the entire pot.
---
node app/demo.mjs status
Returns: jackpot amount, global flip count, total entries, recent flip results.
node app/demo.mjs enter HHTHHTTHHTHHTH
# Or with a specific wallet:
node app/demo.mjs enter HHTHHTTHHTHHTH ~/.config/solana/id.json
node app/demo.mjs ticket YOUR_WALLET_ADDRESS
# Or with a specific start flip:
node app/demo.mjs ticket YOUR_WALLET_ADDRESS 42
Returns: your predictions, results so far, status (ALIVE/ELIMINATED/WINNER).
node app/demo.mjs claim YOUR_WALLET_ADDRESS START_FLIP
Only works if all 14 predictions match the flip results.
node app/demo.mjs flip
Executes the next coin flip. Permissionless — anyone can call.
---
Base URL: https://the-flip.vercel.app
{
"phase": "active",
"jackpot": 5.25,
"globalFlip": 42,
"totalEntries": 100,
"totalWins": 2,
"recentFlips": ["H", "T", "H", "H", "T", ...]
}
{
"found": true,
"status": "ALIVE",
"score": 5,
"predictions": ["H", "T", "H", ...],
"flips": [
{"index": 0, "predicted": "H", "actual": "H", "match": true, "revealed": true},
...
]
}
---
# Install skill
clawhub install the-flip
cd the-flip && npm install
# Solana wallet (if you don't have one)
sh -c "$(curl -sSfL https://release.anza.xyz/stable/install)"
export PATH="$HOME/.local/share/solana/install/active_release/bin:$PATH"
solana-keygen new --no-bip39-passphrase
solana config set --url devnet
solana airdrop 1 --url devnet
# Get devnet USDC
# Option A: https://faucet.circle.com → Solana → Devnet → paste your address
# Option B: Post your wallet on our Moltbook thread
---
| | | |---|---| | Entry fee | 1 USDC (devnet) | | Predictions | 14 characters — H or T | | Flips | Continuous — permissionless, anyone can call | | Jackpot | 99% of all entries. Winner takes all. Pool resets after win. | | Odds | 1 in 16,384 per entry | | Program | 7rSMKhD3ve2NcR4qdYK5xcbMHfGtEjTgoKCS5Mgx9ECX | | USDC Mint | 4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncDU | | Network | Solana devnet | | Vault | PDA — no private key, can't be rugged | | Dashboard | the-flip.vercel.app |
---
https://github.com/maurodelazeri/the-flip-publish
All game logic is on-chain. The vault is a PDA — no private key holds funds. Claim is atomic (verify + pay in one tx).
安装 The Flip Publish 后,可以对 AI 说这些话来触发它
Help me get started with The Flip Publish
Explains what The Flip Publish does, walks through the setup, and runs a quick demo based on your current project
Use The Flip Publish to $1 USDC entry
Invokes The Flip Publish with the right parameters and returns the result directly in the conversation
What can I do with The Flip Publish in my marketing & growth workflow?
Lists the top use cases for The Flip Publish, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/the-flip-publish/ 目录(个人级,所有项目可用),或 .claude/skills/the-flip-publish/(项目级)。重启 AI 客户端后,用 /the-flip-publish 主动调用,或让 AI 根据上下文自动发现并使用。
The Flip Publish 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
The Flip Publish 可免费安装使用。请查阅仓库了解许可证信息。
$1 USDC entry. 14 coin flips. Get all 14 right, take the entire jackpot. Live on Solana devnet — continuous game, enter anytime.
The Flip Publish 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my marketing & growth tasks using The Flip Publish
Identifies repetitive steps in your workflow and sets up The Flip Publish to handle them automatically