Buy, sell, and launch tokens on Pump.fun using the PumpPortal API
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install pump-fun或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install pump-fun⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/pump-fun/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: pump-fun description: Buy, sell, and launch tokens on Pump.fun using the PumpPortal API homepage: https://pump.fun user-invocable: true metadata: {"moltbot":{"requires":{"env":["SOLANA_PRIVATE_KEY"]},"primaryEnv":"SOLANA_PRIVATE_KEY"}} ---
This skill enables trading and launching tokens on Pump.fun through the PumpPortal API.
Buy tokens on Pump.fun by specifying the token mint address and amount.
Usage: /pump-buy
Examples:
/pump-buy 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU 0.1 - Buy 0.1 SOL worth of tokens/pump-buy 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU 0.5 15 - Buy with 15% slippageSell tokens on Pump.fun by specifying the token mint address and amount.
Usage: /pump-sell
Examples:
/pump-sell 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU 1000000 - Sell 1,000,000 tokens/pump-sell 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU 100% - Sell all tokens/pump-sell 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU 50% 10 - Sell 50% with 10% slippageCreate and launch a new token on Pump.fun.
Usage: /pump-launch
Examples:
/pump-launch "My Token" MTK "A revolutionary token" 1 - Launch with 1 SOL dev buy/pump-launch "Cool Coin" COOL "The coolest coin ever" - Launch with default dev buySOLANA_PRIVATE_KEY - Your Solana wallet private key (base58 encoded)SOLANA_RPC_URL - Custom RPC endpoint (defaults to public mainnet)PUMP_PRIORITY_FEE - Priority fee in SOL (default: 0.0005)PUMP_DEFAULT_SLIPPAGE - Default slippage percentage (default: 10)```bash cd {baseDir} npm install ```
```bash export SOLANA_PRIVATE_KEY="your-base58-private-key" ```
```bash export SOLANA_RPC_URL="https://your-rpc-endpoint.com" ```
The skill automatically selects the best pool, but supports:
pump - Pump.fun bonding curveraydium - Raydium AMM (for graduated tokens)pump-amm - Pump.fun AMMauto - Automatic pool selection (default)安装 Pump Fun 后,可以对 AI 说这些话来触发它
Help me get started with Pump Fun
Explains what Pump Fun does, walks through the setup, and runs a quick demo based on your current project
Use Pump Fun to buy, sell, and launch tokens on Pump
Invokes Pump Fun with the right parameters and returns the result directly in the conversation
What can I do with Pump Fun in my developer & devops workflow?
Lists the top use cases for Pump Fun, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/pump-fun/ 目录(个人级,所有项目可用),或 .claude/skills/pump-fun/(项目级)。重启 AI 客户端后,用 /pump-fun 主动调用,或让 AI 根据上下文自动发现并使用。
Pump Fun 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Pump Fun 可免费安装使用。请查阅仓库了解许可证信息。
Buy, sell, and launch tokens on Pump.fun using the PumpPortal API
Pump Fun 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Pump Fun
Identifies repetitive steps in your workflow and sets up Pump Fun to handle them automatically