← 返回 Skills 市场
Nad Wallet
作者
Ju Chun Ko
· GitHub ↗
· v1.0.0
867
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install nad-wallet
功能描述
🔐 Nad Wallet - Monad Chain Identity for AI Agents. Create wallets, sign messages (SIWE), manage MON tokens programmatically. Built for the Nad ecosystem (nad.fun, NadMail, NadName).
安全使用建议
This skill appears to do what it says: create Monad (Nad) wallets, sign SIWE messages and register with NadMail. Before installing or running it: 1) Be aware the scripts expect NAD_PRIVATE_KEY (recommended) or will create managed wallet files under ~/.nad-wallet — the published metadata did not declare this env var, so treat that omission as an administrative mismatch. 2) Inspect/verify the endpoints (https://rpc.monad.xyz, https://api.nadmail.ai) yourself if you rely on them. 3) Do not run these scripts with a high-value real private key until you review the code and test in an isolated environment; prefer using a throwaway/test key first. 4) If you use managed mode, confirm file permissions (600/400 as the scripts set) and keep backups offline. 5) Install npm dependencies (ethers) from the official registry and confirm package integrity. If any of these points are unacceptable, don't install or run the skill; otherwise it is coherent with its stated purpose.
功能分析
Type: OpenClaw Skill
Name: nad-wallet
Version: 1.0.0
The OpenClaw AgentSkills skill bundle 'nad-wallet' is designed for programmatic Monad blockchain wallet management and Nad ecosystem integration. It explicitly handles sensitive data (private keys, mnemonics) with strong security recommendations, prioritizing environment variables (`NAD_PRIVATE_KEY`) and enforcing strict file permissions (e.g., `0o600`) for local storage in `~/.nad-wallet/`. All network communications are to stated endpoints (`https://rpc.monad.xyz`, `https://api.nadmail.ai`) directly related to its purpose. The documentation (`SKILL.md`) is transparent, provides clear security warnings, and contains no evidence of prompt injection attempts or instructions for unauthorized actions. Audit logging is implemented, explicitly excluding sensitive data. No malicious execution, data exfiltration to unauthorized endpoints, or persistence mechanisms were found.
能力评估
Purpose & Capability
Name/description (create wallets, sign SIWE, check balances, register for NadMail) align with the included scripts and SKILL.md. The network endpoints and APIs used (rpc.monad.xyz, api.nadmail.ai, explorer) are consistent with the stated Nad/Monad ecosystem purpose.
Instruction Scope
SKILL.md instructions and the scripts are narrowly scoped to wallet creation, signing, balance checks, and NadMail registration. The instructions do not request unrelated system data or attempt broad enumeration. The scripts explicitly instruct use of NAD_PRIVATE_KEY or managed wallet files and document saving tokens/audit logs locally.
Install Mechanism
There is no install spec (instruction-only with bundled scripts). The only dependency is ethers in package.json, which is a reasonable dependency for wallet operations. No remote arbitrary downloads or obscure install URLs are present.
Credentials
The registry metadata lists no required env vars, yet SKILL.md and the scripts rely on NAD_PRIVATE_KEY and optionally NAD_WALLET_DIR (and use HOME). Requesting or using NAD_PRIVATE_KEY is appropriate for a wallet skill, but the metadata omission is an inconsistency that users should be aware of. No unrelated credentials are requested.
Persistence & Privilege
The skill writes managed wallet files, a mnemonic backup, an audit.log and a nadmail-token.json under ~/.nad-wallet. This disk persistence is consistent with the skill's purpose but is persistent and sensitive (contains private keys and tokens) — it does not modify other skills or global agent config.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nad-wallet - 安装完成后,直接呼叫该 Skill 的名称或使用
/nad-wallet触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: wallet creation, MON balance check, NadMail SIWE registration
元数据
常见问题
Nad Wallet 是什么?
🔐 Nad Wallet - Monad Chain Identity for AI Agents. Create wallets, sign messages (SIWE), manage MON tokens programmatically. Built for the Nad ecosystem (nad.fun, NadMail, NadName). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 867 次。
如何安装 Nad Wallet?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nad-wallet」即可一键安装,无需额外配置。
Nad Wallet 是免费的吗?
是的,Nad Wallet 完全免费(开源免费),可自由下载、安装和使用。
Nad Wallet 支持哪些平台?
Nad Wallet 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Nad Wallet?
由 Ju Chun Ko(@daaab)开发并维护,当前版本 v1.0.0。
推荐 Skills