โ† All skills
Tencent SkillHub ยท Developer Tools

Pump Fun

Buy, sell, and launch tokens on Pump.fun using the PumpPortal API

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Buy, sell, and launch tokens on Pump.fun using the PumpPortal API

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 10 sections Open source page

Pump.fun Trading Skill

This skill enables trading and launching tokens on Pump.fun through the PumpPortal API.

Buy Tokens

Buy tokens on Pump.fun by specifying the token mint address and amount. Usage: /pump-buy <mint_address> <amount_sol> [slippage] Examples: /pump-buy 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU 0.1 - Buy 0.1 SOL worth of tokens /pump-buy 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU 0.5 15 - Buy with 15% slippage

Sell Tokens

Sell tokens on Pump.fun by specifying the token mint address and amount. Usage: /pump-sell <mint_address> <amount|percentage> [slippage] 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% slippage

Launch Token

Create and launch a new token on Pump.fun. Usage: /pump-launch <name> <symbol> <description> [dev_buy_sol] 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 buy

Required Environment Variables

SOLANA_PRIVATE_KEY - Your Solana wallet private key (base58 encoded)

Optional Environment Variables

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)

Setup

Install dependencies: cd {baseDir} npm install Set your environment variables: export SOLANA_PRIVATE_KEY="your-base58-private-key" (Optional) Configure custom RPC: export SOLANA_RPC_URL="https://your-rpc-endpoint.com"

Security Notes

Never share your private key Use a dedicated trading wallet with limited funds Start with small amounts to test The skill uses the Local Transaction API for maximum security (transactions are signed locally)

Fees

PumpPortal charges a 0.5% fee per trade Standard Solana network fees apply Priority fees are configurable

Supported Pools

The skill automatically selects the best pool, but supports: pump - Pump.fun bonding curve raydium - Raydium AMM (for graduated tokens) pump-amm - Pump.fun AMM auto - Automatic pool selection (default)

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc