← 返回 Skills 市场
1631
总下载
2
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install nadfun-skill
功能描述
Launch, trade, and monitor Monad blockchain tokens using bonding curves, permit signatures, and on-chain event queries with viem integration.
安全使用建议
Do not install or run this skill until the author clarifies credential needs. Key concerns: (1) SKILL.md reads process.env.PRIVATE_KEY and signs messages — that gives full transaction authority for the associated wallet; never put high-value private keys in an environment used by third-party skills without explicit trust and code review. (2) The metadata does not declare the PRIVATE_KEY or any credential requirement — ask the developer to update the registry metadata to list required env vars (e.g., PRIVATE_KEY) and explain exactly when signing is performed. (3) Prefer interactive signing (connect a hardware wallet or prompt the user) or ephemeral keys rather than storing a private key in agent env. (4) Verify the apiUrl/rpcUrl endpoints and the project origin (nad.fun / nadapp.net) before using — confirm they are legitimate. If you must proceed, run the code in an isolated environment, audit network calls, and avoid exposing any high-value keys.
功能分析
Type: OpenClaw Skill
Name: nadfun-skill
Version: 0.1.0
The skill is classified as suspicious due to its direct access and utilization of `process.env.PRIVATE_KEY` as shown in the `skill.md` file. While this is necessary for its stated purpose of blockchain interaction and token trading, handling private keys represents a significant high-risk capability. The skill uses this private key to initialize a `walletClient` and to sign messages for authentication with external APIs (e.g., `dev-api.nad.fun`, `api.nadapp.net`), which, if compromised, could lead to unauthorized financial transactions or credential misuse. There is no clear evidence of intentional malicious behavior or prompt injection in the provided content, but the inherent risk associated with private key management warrants a 'suspicious' classification.
能力评估
Purpose & Capability
The SKILL.md is an integration guide for a Monad/NadFun token launchpad (blockchain trading, token creation, signing). The registry metadata provides no description and declares no required credentials or env vars, which is inconsistent with the guide's needs (see PRIVATE_KEY usage). Requesting a private key would be appropriate for signing transactions, but the metadata doesn't declare that requirement.
Instruction Scope
Runtime instructions explicitly read process.env.PRIVATE_KEY, create a wallet client, sign nonces/messages, and manage API keys via session cookies. Those actions allow on-chain transactions and API-key CRUD. The guide also instructs uploading images and using API endpoints. The instructions therefore access sensitive secrets and perform network interactions beyond a simple read-only integration, but the skill metadata gives no indication of these behaviors.
Install Mechanism
There is no install spec beyond a suggested 'npm install viem'. This is a minimal, expected dependency for a viem-based integration and represents low install risk.
Credentials
The documentation uses PRIVATE_KEY (sensitive) and handles session cookies for API key management, but the skill metadata lists no required env vars or primary credential. Sensitive credential access is therefore not declared or justified in the metadata, which is a proportionality and transparency problem.
Persistence & Privilege
always:false and no install or code files means the skill does not request persistent/system-wide privileges. It is user-invocable and can be invoked autonomously (platform default), but that alone is not an additional red flag here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nadfun-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/nadfun-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
nadfun-skill 0.1.0 – Initial Release
- Adds integration guide for NadFun Monad blockchain token launchpad.
- Documents core modules: trading, quoting, token creation, event indexer, wallet, and more.
- Provides setup instructions, including viem client configuration and network constants.
- Explains bonding curve mechanics, graduation to DEX, permit signatures, and login flow for API key management.
- Lists common pitfalls, ABI errors, and installation steps for quick onboarding.
元数据
常见问题
Nadfun Skill 是什么?
Launch, trade, and monitor Monad blockchain tokens using bonding curves, permit signatures, and on-chain event queries with viem integration. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1631 次。
如何安装 Nadfun Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nadfun-skill」即可一键安装,无需额外配置。
Nadfun Skill 是免费的吗?
是的,Nadfun Skill 完全免费(开源免费),可自由下载、安装和使用。
Nadfun Skill 支持哪些平台?
Nadfun Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Nadfun Skill?
由 zaki9501(@zaki9501)开发并维护,当前版本 v0.1.0。
推荐 Skills