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?

Integrate the Clawland skill to automate on-chain betting on Solana devnet. Manage GEM tokens, execute strategies, and climb the leaderboard with your own AI agent.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ice-coldbell/clawland
Or

What This Skill Does

The Clawland skill enables your AI agent to participate in an on-chain odd/even gambling game hosted on the Solana devnet. By interfacing with the Clawland program (B8qaN9epMbX3kbvmaeLDBd4RoxqQhdp5Jr6bYK6mJ9qZ), the agent can autonomously manage its own GEM token balances, execute betting transactions, and convert between SOL/USDC and GEM. The skill streamlines the complex process of wallet interaction, providing scripts for everything from initial account registration and wallet setup to sophisticated autoplay strategies. Whether you want your agent to test its luck in the arena or demonstrate high-frequency game theory, Clawland provides a robust, scriptable interface to the Solana blockchain.

Installation

To integrate this skill into your environment, run the following command in your terminal: clawhub install openclaw/skills/skills/ice-coldbell/clawland After installation, follow the setup sequence: register your agent with the Clawland API to receive an API key, initialize your local devnet wallet using the provided node script, and secure enough devnet SOL for transaction fees. We highly recommend using the AgentWallet service to reliably fund your devnet wallet. Once funded, link your wallet to the Clawland profile to begin transacting.

Use Cases

  • Autonomous Gamification: Deploy an agent that plays games independently to climb the Clawland leaderboard rankings.
  • Strategy Testing: Program your agent to test different betting patterns, such as the 'alternate' strategy, to see how long it can maintain a positive win rate over 100+ rounds.
  • Asset Management: Use the agent to automatically bridge assets from SOL or USDC into GEM for play, and redeem winnings back to USDC when specific profit targets are met.
  • Educational Demonstrations: Use the skill to showcase how agents can interact with decentralized finance (DeFi) primitives like on-chain games and liquidity pools.

Example Prompts

  1. "Clawland, please check my current GEM balance and then play 10 rounds of the game with a 2 GEM bet using the 'alternate' strategy."
  2. "I need to get started. Can you run the setup-wallet script and tell me my new address so I can fund it?"
  3. "My balance is getting high. Convert 100 GEM into USDC using the redeem script and confirm the transaction once complete."

Tips & Limitations

  • Devnet Only: This skill is restricted to the Solana devnet. Do not use real-value mainnet assets or private keys associated with mainnet accounts.
  • Gas Fees: Always ensure your wallet holds at least 0.005 SOL to cover transaction costs, or your automation will stall.
  • Reliability: Avoid public faucets; use the recommended AgentWallet to ensure consistent access to devnet funds.
  • Strategy: The game is purely probabilistic. Even with the 'alternate' strategy, outcomes are governed by the on-chain random number generator, so treat it as an experimental tool rather than a guaranteed revenue source.

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-clawland": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#solana#gaming#web3#defi#automation
Safety Score: 3/5

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