← 返回
未分类 Key 中文

Pump.fun Token Launcher

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, dep...
直接从您的代理在 pump.fun 上启动代币。零中间商费用——通过 pumpdotfun-sdk 直接链上操作。用于用户想要创建、启动、部署...
brandonhay brandonhay 来源
未分类 clawhub v1.0.1 1 版本 100000 Key: 需要
★ 0
Stars
📥 308
下载
💾 0
安装
1
版本
#latest

概述

Pump.fun Token Launcher

Setup

The skill lives at skills/pumpfun-launch/. First run:

cd skills/pumpfun-launch && bun install

Environment

Create .env in the skill folder:

HELIUS_RPC_URL=https://mainnet.helius-rpc.com/?api-key=YOUR_KEY
WALLET_PRIVATE_KEY=base58_encoded_private_key

Get a free Helius key at https://dev.helius.xyz/

If WALLET_PRIVATE_KEY is not set, the script will generate a new wallet and save it to .wallet.key (encrypted with a password prompt). Fund the wallet with SOL before launching.

Usage

cd skills/pumpfun-launch
bun run launch.ts --name "TokenName" --symbol "TKN" --description "My token" --image ./logo.png

Options

FlagRequiredDescription
-----------------------------
--nameToken name
--symbolToken ticker
--descriptionToken description
--imagePath to image file (PNG/JPG) or URL
--buyInitial buy amount in SOL (default: 0)
--slippageSlippage in basis points (default: 500)
--priority-feePriority fee in micro-lamports (default: 250000)
--dry-runSimulate without sending transaction
--statusCheck status of a mint address (pass mint pubkey)

Check Token Status

bun run launch.ts --status <MINT_ADDRESS>

⚠️ IMPORTANT — Agent Instructions

  1. ALWAYS confirm with the user before running the launch command. Show them the token name, symbol, description, image, and buy amount.
  2. ALWAYS use --dry-run first to validate parameters before real launch.
  3. Warn the user that this creates a REAL token on Solana mainnet and costs real SOL.
  4. Launching costs ~0.02 SOL (rent + fees). Initial buy is additional.
  5. On success, report the mint address and transaction signature to the user.
  6. The pump.fun link will be: https://pump.fun/

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-05-12 05:45 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Find Skills

guipi888
场景驱动+关键词双模式技能发现工具。当用户用自然语言描述场景/需求(如"我想做一个海报""帮我分析股票"),或明确说"安装技能/find skills/找个skill"时,自动从官方内置、本地已安装、SkillHub、虾评、GitHub、C
★ 1,474 📥 540,045
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,398 📥 323,233
ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 838 📥 315,891