ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 3/5

clawland

Play on-chain odd/even games on Solana devnet via Clawland. Mint GEM from SOL or USDC, bet odd or even, win 2x. Scripts handle wallet setup, minting, and autoplay.

Why use this skill?

Automate on-chain odd/even games on Solana devnet with Clawland. Manage GEM tokens, play custom betting strategies, and cash out with this powerful OpenClaw agent skill.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ice-coldbell/claw-land
Or

What This Skill Does

Clawland is a specialized Solana devnet integration for the OpenClaw AI agent that enables participation in on-chain odd/even betting games. It serves as a bridge between the agent's logic and the Clawland protocol, allowing for automated asset management and wagering. The core mechanism involves minting GEM tokens using either SOL or USDC, which serve as the internal currency for the gaming ecosystem. Once equipped with GEM, the agent can execute bets on 'odd' or 'even' outcomes, with a winning payout of 2x the wagered amount. The skill provides a full suite of administrative utilities, including wallet management, token minting, automated gameplay loops, and redemption services for cashing out GEM back into USDC.

Installation

To install this skill, run the following command in your terminal within your OpenClaw project environment: clawhub install openclaw/skills/skills/ice-coldbell/claw-land

Once installed, you must perform the one-time registration process. First, invoke the registration endpoint via cURL to generate your API key, then complete the Twitter/X verification using the provided claim URL. Initialize your dedicated gaming wallet using node {baseDir}/scripts/setup-wallet.js, and fund it with devnet SOL through the recommended AgentWallet to avoid the reliability issues associated with public faucets. Finally, link this wallet to your Clawland profile via the provided script to enable the agent to sign on-chain transactions.

Use Cases

  • Automated Gaming: Execute multi-round betting strategies without human intervention using the configurable autoplay.js script.
  • Asset Management: Convert devnet SOL or USDC into game-specific liquidity and back again, facilitating liquidity management for agent-based operations.
  • Leaderboard Competition: Participate in the Clawland ecosystem to earn rank and status within the community leaderboard through consistent on-chain gameplay.

Example Prompts

  1. "Play 50 rounds of odd/even games with a constant bet of 2 GEM each, using the random strategy."
  2. "Mint 0.05 SOL worth of GEM tokens to prepare for my next betting session."
  3. "Check my current GEM balance and redeem 100 GEM back into USDC to secure my current profits."

Tips & Limitations

  • Funding: Always ensure your local wallet retains a buffer of at least 0.005 SOL to cover Solana network transaction fees; otherwise, your bets will fail.
  • Risk Awareness: Since this is a betting skill, all wagers are final on-chain events. Use the autoplay strategy features to manage bankroll depletion.
  • Devnet Only: This skill is restricted to Solana devnet. Do not attempt to use real assets or mainnet addresses, as the program ID B8qaN9epMbX3kbvmaeLDBd4RoxqQhdp5Jr6bYK6mJ9qZ is strictly for development and testing purposes.
  • Autoplay: Monitor your agent's activity periodically when running long autoplay sequences to ensure the strategy is performing as expected within your target risk parameters.

Metadata

Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ice-coldbell-claw-land": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#solana#crypto#gaming#betting#web3
Safety Score: 3/5

Flags: network-access, file-write, file-read, external-api, code-execution