← 返回 Skills 市场
nadfun
作者
portdeveloper
· GitHub ↗
· v1.0.0
1653
总下载
4
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install nadfun
功能描述
Decentralized Monad token launchpad with bonding curve trading, token creation, real-time event streaming, and historical data querying via pure viem calls.
安全使用建议
This is an instruction-only NadFun integration guide (no code executed by the registry). Before running anything: 1) Do NOT run the curl commands blindly — inspect the remote URLs (https://nad.fun, https://dev-api.nad.fun, https://api.nadapp.net) in a browser first. 2) Never paste your real private key or session cookie into examples; use a throwaway/test key on testnet or a hardware wallet for signing. 3) When the docs ask for an API key or session cookie, create a scoped key with minimal permissions and set expiration/rotate it. 4) Avoid running examples that print private keys to logs. 5) If you plan to save downloaded files, keep them in a directory you control and review their contents before executing any scripts. If you want stronger assurance, request the publisher/site source code or host-signed releases (GitHub/official releases) instead of raw curl downloads.
功能分析
Type: OpenClaw Skill
Name: nadfun
Version: 1.0.0
The skill is classified as suspicious due to the presence of `curl` commands in `SKILL.md` that instruct the AI agent to download additional skill files from a remote domain (`https://nad.fun`) and save them to the local filesystem (`~/.nadfun/skills/`). While these commands appear to be for modular skill loading or updates, they introduce a supply chain risk, as the integrity of remotely fetched content cannot be guaranteed. This represents a risky capability without clear malicious intent, aligning with the 'suspicious' threshold.
能力评估
Purpose & Capability
The SKILL.md and associated files describe a token launchpad (bonding curves, token creation, indexing, trading) and all referenced endpoints, ABIs, and RPCs match that purpose. Required binaries/env in registry metadata are empty but that is plausible for an instruction-only skill.
Instruction Scope
The runtime instructions include commands to curl documentation files from https://nad.fun into ~/.nadfun/skills and many code examples that require a private key (process.env.PRIVATE_KEY) and an API key (X-API-Key). The docs also show examples that print private keys in console (even though a security note advises not to). These instructions are within the domain of a blockchain wallet/launchpad skill but they ask the user/agent to fetch remote content and to handle sensitive secrets — which merits caution.
Install Mechanism
No formal install spec in the registry (instruction-only). The SKILL.md recommends curl commands that download files from nad.fun and write them to ~/.nadfun/skills. Downloading remote docs is expected for a docs-driven skill, but it writes content from an external host to disk — verify the domain before running.
Credentials
The skill documentation repeatedly references PRIVTE_KEY / NAD_API_KEY / session cookies for wallet login and API key management, which are necessary for creating tokens and signing transactions. However, the skill metadata declares no required environment variables or primary credential. This mismatch means the skill will functionally require sensitive secrets even though none are declared — users should not expose private keys/session cookies or paste them into untrusted environments.
Persistence & Privilege
The skill does not request always: true and does not include an install script that modifies other skills or agent-wide settings. It is instruction-only and will not persist code automatically beyond any files the user chooses to curl/save.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nadfun - 安装完成后,直接呼叫该 Skill 的名称或使用
/nadfun触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
nadfun 1.0.0
- Initial release of the NadFun skill documentation.
- Includes modular guides: architecture, trading, quoting, token management, creation, event indexing, and REST API for bots.
- Provides step-by-step authentication/login flow for API access.
- Lists Monad network endpoints and contract addresses for testnet and mainnet.
- Features code examples to set up clients using viem and TypeScript interfaces for API interaction.
- Explains core launchpad concepts: bonding curves, token graduation, real-time and historical event access.
元数据
常见问题
nadfun 是什么?
Decentralized Monad token launchpad with bonding curve trading, token creation, real-time event streaming, and historical data querying via pure viem calls. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1653 次。
如何安装 nadfun?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nadfun」即可一键安装,无需额外配置。
nadfun 是免费的吗?
是的,nadfun 完全免费(开源免费),可自由下载、安装和使用。
nadfun 支持哪些平台?
nadfun 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 nadfun?
由 portdeveloper(@portdeveloper)开发并维护,当前版本 v1.0.0。
推荐 Skills