A comprehensive integration skill for launching and trading tokens on the Monad blockchain using bonding curves and pure viem.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install nadfun
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install nadfun using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
NadFun is a decentralized token launchpad built on the Monad blockchain that simplifies the lifecycle of new tokens. By utilizing bonding curves for initial price discovery, it ensures a fair trading environment where prices adjust dynamically based on demand. Once a token hits its reserve target, it automatically graduates to Uniswap V3, transitioning from a localized curve to a global decentralized exchange.
This Openclaw Skills module provides everything developers need to build bots, dashboards, and automated launch tools. It focuses on a pure viem implementation, ensuring lightweight and type-safe interactions with Monad smart contracts. Whether you are building a high-frequency trading bot or a token creation interface, this skill covers the entire technical stack from authentication to on-chain execution.
To begin using this skill, install the core dependencies and configure your environment:
npm install viem
Download the necessary Openclaw Skills definition files for your local environment:
mkdir -p ~/.nadfun/skills
curl -s https://nad.fun/skill.md > ~/.nadfun/skills/SKILL.md
curl -s https://nad.fun/trading.md > ~/.nadfun/skills/TRADING.md
Ensure your configuration uses the correct contract addresses for the Monad network (e.g., LENS: 0xB056... on testnet).
The skill organizes its operations through a structured metadata and contract interaction schema:
| Data Component | Description |
|---|---|
| Network Config | Maps chain IDs (10143/143) to RPC endpoints and router addresses. |
| Curve State | Tracks real reserves, virtual reserves, and the K constant for price calculation. |
| Auth Payload | Manages session-based authentication using wallet signatures and nonces. |
| Action IDs | Standardized integers used to identify contract functions (e.g., 1 for Creation). |
| Token Metadata | JSON structures containing name, symbol, description, and image URIs hosted via the API. |
Loading
A specialized AI agent skill designed to draft and critique cold emails using Y Combinator Startup School high-conversion outreach principles.

A high-efficiency research sub-agent that utilizes the Gemini CLI to perform exhaustive topic deep dives without exhausting your primary model tokens.

A command-line interface for Paperzilla that enables seamless discovery and filtering of high-signal academic papers for researchers.

A high-performance text-to-speech engine leveraging OpenAI's API to generate lifelike spoken audio from text.

A secure CLI tool for managing Google, Outlook, and Exchange calendars across multiple accounts with AI-optimized output.

A secure CLI tool for managing multiple calendar and email accounts with AI-optimized JSON output.








































