← All skills
Tencent SkillHub · Content Creation

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.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

$1 USDC entry. 14 coin flips. Get all 14 right, take the entire jackpot. Live on Solana devnet — continuous game, enter anytime.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
Anchor.toml, Cargo.toml, README.md, SKILL.md, app/demo.mjs, idl/the_flip.json

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
2.0.3

Documentation

ClawHub primary doc Primary doc: SKILL.md 12 sections Open source page

🎰 THE FLIP

$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.

1. Check game status

node app/demo.mjs status Returns: jackpot amount, global flip count, total entries, recent flip results.

2. Enter the game

node app/demo.mjs enter HHTHHTTHHTHHTH # Or with a specific wallet: node app/demo.mjs enter HHTHHTTHHTHHTH ~/.config/solana/id.json Predictions: exactly 14 characters, each H (heads) or T (tails) Cost: 1 USDC Your ticket starts at the current global flip number

3. Check your ticket

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).

4. Claim jackpot (if you got 14/14)

node app/demo.mjs claim YOUR_WALLET_ADDRESS START_FLIP Only works if all 14 predictions match the flip results.

5. Advance the game (anyone can do this)

node app/demo.mjs flip Executes the next coin flip. Permissionless — anyone can call.

API (for agents)

Base URL: https://the-flip.vercel.app

GET /api/game

{ "phase": "active", "jackpot": 5.25, "globalFlip": 42, "totalEntries": 100, "totalWins": 2, "recentFlips": ["H", "T", "H", "H", "T", ...] }

GET /api/ticket?wallet=ADDRESS&startFlip=42

{ "found": true, "status": "ALIVE", "score": 5, "predictions": ["H", "T", "H", ...], "flips": [ {"index": 0, "predicted": "H", "actual": "H", "match": true, "revealed": true}, ... ] }

Setup (first time only)

# 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

Quick Reference

Entry fee1 USDC (devnet)Predictions14 characters — H or TFlipsContinuous — permissionless, anyone can callJackpot99% of all entries. Winner takes all. Pool resets after win.Odds1 in 16,384 per entryProgram7rSMKhD3ve2NcR4qdYK5xcbMHfGtEjTgoKCS5Mgx9ECXUSDC Mint4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncDUNetworkSolana devnetVaultPDA — no private key, can't be ruggedDashboardthe-flip.vercel.app

Source

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).

Category context

Writing, remixing, publishing, visual generation, and marketing content production.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs2 Files1 Scripts1 Config
  • SKILL.md Primary doc
  • README.md Docs
  • app/demo.mjs Scripts
  • idl/the_flip.json Config
  • Anchor.toml Files
  • Cargo.toml Files