← 返回 Skills 市场
Monad Wordle Skill
作者
husseinrasti
· GitHub ↗
· v1.0.0
733
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install monad-wordle-game
功能描述
Play a 5-letter Wordle game on the Monad blockchain using $WORDLE tokens. Start games, submit guesses, and retrieve game state via HTTP API.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install monad-wordle-game - 安装完成后,直接呼叫该 Skill 的名称或使用
/monad-wordle-game触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 733 次。
如何安装 Monad Wordle Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install monad-wordle-game」即可一键安装,无需额外配置。
Monad Wordle Skill 是免费的吗?
是的,Monad Wordle Skill 完全免费(开源免费),可自由下载、安装和使用。
Monad Wordle Skill 支持哪些平台?
Monad Wordle Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Monad Wordle Skill?
由 husseinrasti(@husseinrasti)开发并维护,当前版本 v1.0.0。
推荐 Skills