nadclaw-skill

Launch Nad.fun tokens with validated metadata and auditable records.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/NadClaw/NadClaw --skill nadclaw-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nadclaw-skill
Source: https://github.com/NadClaw/NadClaw/tree/main
Command: npx skills add https://github.com/NadClaw/NadClaw --skill nadclaw-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

NadClaw provides a loadable skill that enables clawdbot and other agents to launch Nad.fun tokens by loading a structured skill document and executing a validated launch flow.

Core Features & Use Cases

  • Loadable skill for clawdbot and compatible agents to initiate Nad.fun token launches with structured inputs.
  • Validates required fields (token name, symbol, description, image, initial supply, treasury address) and builds Nad.fun launch payload with safety checks.
  • Returns a launch hash and status endpoint, while producing auditable logs for every launch request.

Quick Start

Load the NadClaw skill into your agent runtime and issue a Nad.fun token launch with validated metadata and a treasury address.

Frequently Asked Questions about nadclaw-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I launch Nad.fun tokens using an autonomous agent?

To launch Nad.fun tokens, load the nadclaw-skill into your agent runtime. It validates token metadata, performs safety checks, constructs the launch payload, signs it, broadcasts the transaction, and returns a launch hash with status.

What metadata is required to initiate a Nad.fun token launch via clawdbot?

A Nad.fun token launch requires token name, symbol, description, image, initial supply, and treasury address. The skill validates these required fields before constructing and signing the launch payload.

How does the clawdbot token launch flow ensure safety and auditability?

The clawdbot token launch flow enforces payload validation and safety checks before broadcasting. It produces auditable logs for every launch request and returns a launch hash with a status endpoint for tracking.

Can I use this skill with any autonomous agent runtime or does it require clawdbot?

While designed for clawdbot, the skill is loadable into compatible agent runtimes. It acts as a structured skill document that enforces metadata validation, payload construction, signing, and broadcasting for Nad.fun launches.

What happens after the agent broadcasts the Nad.fun token launch payload?

After broadcasting the launch payload, the agent runtime receives a launch hash and a status endpoint. The process also generates auditable logs recording the launch request details.

Why should I use a structured skill document for launching Nad.fun tokens instead of manual input?

Using a structured skill document for Nad.fun launches enforces required field validation and safety checks automatically. It standardizes payload construction, signing, and broadcasting while producing auditable records for every request.