← Back to Skills Marketplace
Monad Wordle Skill
by
husseinrasti
· GitHub ↗
· v1.0.0
733
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install monad-wordle-game
Description
Play a 5-letter Wordle game on the Monad blockchain using $WORDLE tokens. Start games, submit guesses, and retrieve game state via HTTP API.
Usage Guidance
This skill will need a wallet private key and will perform on‑chain purchases and approvals that spend real funds, but the registry metadata doesn't declare any required credentials — a mismatch that could expose your keys or money if you provision them blindly. Before installing: (1) Do NOT provide your main private key as an env var to unreviewed skills. Use a separate wallet with minimal funds or an account specifically for testing. (2) Verify the contract addresses and ABI links (the skill points to a GitHub ABI and specific addresses) and inspect the smart contract source yourself or on a block explorer. (3) Confirm the external API host (https://wordle.nadnation.xyz) is legitimate and review its privacy/security practices. (4) Prefer signing transactions with a hardware wallet or WalletConnect flow rather than injecting PRIVATE_KEY into environment variables. (5) Ask the publisher to update the skill metadata to declare required env vars (e.g., PRIVATE_KEY) and to provide explicit safety/consent steps; request code or a manifest so you can review exactly what actions the agent will take. If you cannot verify these points, treat the skill as risky and avoid supplying signing credentials.
Capability Analysis
Type: OpenClaw Skill
Name: monad-wordle-game
Version: 1.0.0
The skill is classified as suspicious due to its high-risk operational requirements and explicit instructions to the AI agent. It requires the agent to access a private key from `process.env.PRIVATE_KEY` to sign blockchain transactions, which is a significant security vulnerability if the agent's environment is not perfectly secured. Furthermore, the `SKILL.md` file contains direct instructions for the agent to perform financial transactions (buying $WORDLE tokens on `nad.fun`) and interact with external APIs (`https://wordle.nadnation.xyz`) to initiate and play games, involving real cryptocurrency. While these actions align with the stated purpose of playing a blockchain-based game, the direct handling of sensitive cryptographic material and execution of financial transactions based on markdown instructions represents a substantial risk without clear malicious intent.
Capability Assessment
Purpose & Capability
The name/description (play Wordle on Monad using $WORDLE) matches the instructions' on‑chain workflows, but the skill's declared requirements (no env vars, no credentials) do not match the actual needs: SKILL.md expects a wallet private key and on‑chain token approvals and purchases. The absent declaration of required credentials is inconsistent and surprising.
Instruction Scope
Runtime instructions instruct the agent to read process.env.PRIVATE_KEY, create a wallet client, buy tokens on nad.fun, approve contract spending, sign/send transactions, and POST transaction hashes to an external API (https://wordle.nadnation.xyz). These actions involve sensitive keys and fund transfers; the SKILL.md does not limit or require explicit interactive user consent for transactions and does not document how to safely supply signing authority.
Install Mechanism
This is an instruction‑only skill with no install spec and no code files, so nothing is written to disk by an installer. That minimizes install‑time risk.
Credentials
The skill uses process.env.PRIVATE_KEY in examples (privateKeyToAccount) but the registry lists no required env vars or primary credential. Requesting a private key (or any signing key) is highly sensitive — it is proportionate for an on‑chain signing workflow only if declared explicitly and if safeguards are described. That declaration and safeguards are missing.
Persistence & Privilege
The skill does not request always:true or other elevated persistence flags; it is user‑invocable and can be invoked autonomously per platform defaults. No indications it modifies other skills or system settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install monad-wordle-game - After installation, invoke the skill by name or use
/monad-wordle-game - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of monad-wordle skill.
- Play 5-letter Wordle on Monad blockchain; pay 100 $WORDLE tokens per game.
- Start games, submit guesses, and fetch game state via a dedicated HTTP API.
- Integrated wallet/contract setup guide and token purchase/approval flow with nad.fun.
- Strong payment and replay-attack validation enforced for all game sessions.
Metadata
Frequently Asked Questions
What is Monad Wordle Skill?
Play a 5-letter Wordle game on the Monad blockchain using $WORDLE tokens. Start games, submit guesses, and retrieve game state via HTTP API. It is an AI Agent Skill for Claude Code / OpenClaw, with 733 downloads so far.
How do I install Monad Wordle Skill?
Run "/install monad-wordle-game" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Monad Wordle Skill free?
Yes, Monad Wordle Skill is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Monad Wordle Skill support?
Monad Wordle Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Monad Wordle Skill?
It is built and maintained by husseinrasti (@husseinrasti); the current version is v1.0.0.
More Skills