# Send Pump Fun to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "pump-fun",
    "name": "Pump Fun",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/PlaydaDev/pump-fun",
    "canonicalUrl": "https://clawhub.ai/PlaydaDev/pump-fun",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/pump-fun",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=pump-fun",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "pump-fun",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T14:17:51.078Z",
      "expiresAt": "2026-05-14T14:17:51.078Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=pump-fun",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=pump-fun",
        "contentDisposition": "attachment; filename=\"pump-fun-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "pump-fun"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/pump-fun"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/pump-fun",
    "downloadUrl": "https://openagent3.xyz/downloads/pump-fun",
    "agentUrl": "https://openagent3.xyz/skills/pump-fun/agent",
    "manifestUrl": "https://openagent3.xyz/skills/pump-fun/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/pump-fun/agent.md"
  }
}
```
## Documentation

### 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)
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: PlaydaDev
- Version: 1.0.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-07T14:17:51.078Z
- Expires at: 2026-05-14T14:17:51.078Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/pump-fun)
- [Send to Agent page](https://openagent3.xyz/skills/pump-fun/agent)
- [JSON manifest](https://openagent3.xyz/skills/pump-fun/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/pump-fun/agent.md)
- [Download page](https://openagent3.xyz/downloads/pump-fun)