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

monad-wordle

Play a 5-letter Wordle game on the Monad blockchain using $WORDLE tokens. Start games, submit guesses, and retrieve game state via HTTP API.

Why use this skill?

Learn to integrate the Monad Wordle skill into your AI agent. Play 5-letter games, swap tokens on nad.fun, and automate blockchain gaming sessions on Monad.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/husseinrasti/monad-wordle-game
Or

What This Skill Does

The monad-wordle skill empowers your AI agent to participate in an immersive, blockchain-based Wordle game directly on the Monad Mainnet. By bridging the gap between automated logic and decentralized finance, the agent can handle the end-to-end lifecycle of a game session. This includes checking for sufficient $WORDLE token balances, utilizing the nad.fun bonding curve integration to swap $MON for required tokens, managing smart contract approvals, and interacting with the game's API to submit guesses and track session states. It provides a seamless interface for agents to engage in high-frequency, blockchain-native gaming.

Installation

To integrate this skill into your agent, execute the following command in your terminal: clawhub install openclaw/skills/skills/husseinrasti/monad-wordle-game Ensure your environment variables include a valid PRIVATE_KEY for a wallet funded with enough $MON to cover gas fees and gameplay costs. The skill utilizes standard viem configurations to communicate with the Monad RPC endpoints specified in the documentation.

Use Cases

  • Automated Gaming: Automate daily Wordle challenges to climb leaderboards or accumulate rewards.
  • GameFi Testing: Test the reliability and responsiveness of smart contract interactions on the Monad chain.
  • Agentic Strategy Development: Develop agents that analyze word patterns and optimize guess-submission strategies based on blockchain state data.
  • Educational Demos: Use as a template for building other on-chain game skills using the nad.fun liquidity infrastructure.

Example Prompts

  1. "Check my $WORDLE balance and if I have at least 100 tokens, start a new Monad Wordle game for me."
  2. "I want to play Wordle. Use my $MON to buy the necessary $WORDLE tokens on nad.fun, approve the contract, and start the game."
  3. "What is the current state of my active Wordle game, and can you submit the word 'MONAD' as my next guess?"

Tips & Limitations

  • Gas Fees: Ensure your wallet maintains a buffer of $MON tokens, as every transaction—including swaps and game interactions—requires gas.
  • Approval Management: The skill manages the approve function for the game contract; be aware of the token allowance granted to the WordleGame contract address.
  • Network Stability: Since this relies on the Monad Mainnet, network congestion may affect the latency of game state updates. Always verify transaction hashes via the provided API endpoint to ensure successful state transitions.

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-husseinrasti-monad-wordle-game": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#blockchain#web3#gamefi#monad#defi
Safety Score: 3/5

Flags: network-access, external-api, code-execution