← Back to Skills Marketplace
NadFun Token Creation
by
therealharpaljadeja
· GitHub ↗
· v1.0.0
1591
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install nadfun-token-creation
Description
Guide users through uploading an image and metadata, mining a vanity salt, and deploying a token on-chain via BondingCurveRouter in a 4-step flow on Nad.fun.
Usage Guidance
This skill's instructions do what it says (create a Nad.fun token) but you should NOT proceed without reviewing two things first: (1) the monad-development skill it depends on — inspect its code/permissions to see how it handles private keys and signing, and (2) the Nad.app API / contract addresses — confirm they are legitimate and that you trust them. Deployment will require sending ETH/value from your wallet (deploy fees and optional initial buy), so use a throwaway/testnet wallet first. Do not paste private keys or secrets here; if the monad skill asks for them, verify its origin and code. If you cannot audit the monad-development skill or the Nad.app endpoints, treat this skill as high risk for fund loss or credential exposure.
Capability Analysis
Type: OpenClaw Skill
Name: nadfun-token-creation
Version: 1.0.0
The skill bundle describes a multi-step process for creating a token on Nad.fun, involving API calls to `https://api.nadapp.net` and on-chain interactions with specified smart contracts. The `SKILL.md` clearly outlines the process and provides instructions for the AI agent, including a prerequisite `monad-development` skill for wallet management. Crucially, it explicitly delegates sensitive operations like private key handling and RPC setup to this prerequisite skill, rather than attempting to access or exfiltrate such data itself. There is no evidence of prompt injection, data exfiltration, malicious execution, persistence, or obfuscation beyond the legitimate scope of token creation.
Capability Assessment
Purpose & Capability
The SKILL.md clearly documents a 4‑step Nad.fun token creation flow (image upload, metadata upload, salt mining for vanity address, and on‑chain deploy). The required actions (HTTP calls to api.nadapp.net and contract interactions) are coherent with the stated purpose.
Instruction Scope
Instructions are focused on the token creation flow and only call nadapp.net endpoints and on‑chain contracts. They do not request reading local files or unrelated system state. However, the runtime depends on the separate 'monad-development' skill for wallet management and on‑chain signing — that external dependency expands the effective scope (access to a wallet/private keys and ability to send funds).
Install Mechanism
This is an instruction‑only skill with no install spec and no bundled code — nothing is written to disk by the skill itself. Lowest install risk for this skill package.
Credentials
The skill declares no environment variables or credentials itself, but it explicitly requires the 'monad-development' skill for wallet management and signing. That means sensitive credentials (private keys, signer access) will be used at runtime via another skill that is not included or audited here. The SKILL.md does not document what access the monad skill requires or where private keys reside, nor does it warn about sending value during deployment.
Persistence & Privilege
always is false and the skill is user‑invocable only. It does not request persistent installation or modify other skills' configs in the provided documentation.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nadfun-token-creation - After installation, invoke the skill by name or use
/nadfun-token-creation - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release: comprehensive step-by-step guide for creating a token on Nad.fun.
- Documents the full 4-step flow: image upload, metadata upload, salt mining for a vanity address, and on-chain deployment using BondingCurveRouter.
- Lists all required API endpoints, schemas, error codes, and contract methods.
- Includes mandatory prerequisites, wallet handling instructions, and validation rules.
- Provides code snippets and key contracts for seamless integration and automation.
Metadata
Frequently Asked Questions
What is NadFun Token Creation?
Guide users through uploading an image and metadata, mining a vanity salt, and deploying a token on-chain via BondingCurveRouter in a 4-step flow on Nad.fun. It is an AI Agent Skill for Claude Code / OpenClaw, with 1591 downloads so far.
How do I install NadFun Token Creation?
Run "/install nadfun-token-creation" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is NadFun Token Creation free?
Yes, NadFun Token Creation is completely free (open-source). You can download, install and use it at no cost.
Which platforms does NadFun Token Creation support?
NadFun Token Creation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created NadFun Token Creation?
It is built and maintained by therealharpaljadeja (@therealharpaljadeja); the current version is v1.0.0.
More Skills