ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 2/5

pumpfun-launch

Launch tokens on pump.fun directly from your agent. Zero middleware fees — direct on-chain via pumpdotfun-sdk. Use when the user wants to create, launch, deploy, or mint a new token or memecoin on pump.fun (Solana). Handles wallet generation, IPFS metadata upload, and on-chain token creation in one command. Supports dry-run mode, encrypted wallet storage, custom images, and optional initial buy. No PumpPortal, no third-party fees. Just provide a name, ticker, description, and image.

Why use this skill?

Deploy tokens on Solana using the pump.fun-launch OpenClaw skill. Features include IPFS metadata support, automated wallet generation, and safe dry-run simulation.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/brandonhay/pumpfun-launch
Or

What This Skill Does

The pump.fun-launch skill allows your OpenClaw agent to programmatically deploy memecoins onto the Solana blockchain via the pump.fun protocol. It streamlines the entire token lifecycle: generating a secure wallet, uploading metadata (including token name, ticker, and image) to IPFS, and executing the on-chain creation transaction. By utilizing the pumpdotfun-sdk directly, this skill bypasses third-party middleware and associated fees, ensuring you only pay the standard network rent and transaction costs associated with token deployment on Solana.

Installation

To integrate this skill into your agent, ensure you have the OpenClaw environment configured. First, install the skill package using the command: clawhub install openclaw/skills/skills/brandonhay/pumpfun-launch. Once installed, navigate to the skill directory via cd skills/pumpfun-launch and run bun install to pull the necessary dependencies. You must configure your environment by creating a .env file containing your HELIUS_RPC_URL. If you omit the WALLET_PRIVATE_KEY in your environment variables, the script will automatically generate a secure keypair for your agent, which will be encrypted and stored locally. Ensure your deployment wallet is sufficiently funded with SOL before initiating any transactions.

Use Cases

This skill is designed for autonomous memecoin developers, decentralized finance enthusiasts, and community builders who need to launch tokens programmatically without navigating complex browser interfaces. It is ideal for rapid prototyping of token concepts, community-driven token launches, or integrating memecoin creation into a broader agentic workflow where a token launch is a step in a larger project.

Example Prompts

  1. "I want to launch a new memecoin called 'AlphaNode' with ticker 'ALPH' and description 'The first agent-owned memecoin'. Here is the logo path: ./branding/logo.png. Please perform a dry run first."
  2. "Deploy a token with the name 'TestToken', ticker 'TEST', and description 'Testing deployment'. After the dry run, go ahead and launch it with a 1 SOL initial buy."
  3. "Check the status of this mint address: 6Z6... (rest of pubkey) to see if the token is live on pump.fun."

Tips & Limitations

Always prioritize the --dry-run flag to ensure your transaction parameters, such as slippage and priority fees, are correctly calculated before risking real funds. Remember that launching a token costs approximately 0.02 SOL in network rent and protocol fees; an additional initial buy will require extra SOL. Use this tool responsibly, as all transactions are immutable and permanent on the Solana mainnet. If you are a developer, consider fine-tuning the priority-fee flag during periods of high network congestion to ensure your transaction is included in the next block.

Metadata

Stars1865
Views0
Updated2026-03-03
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-brandonhay-pumpfun-launch": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#solana#memecoin#crypto#blockchain#web3
Safety Score: 2/5

Flags: network-access, file-write, file-read, external-api