Signing actions for pump.fun. Pairs with the read-only pump-fun skill.
Tool
Use it for
quoteTrade
Simulate buy/sell, get price impact and route
buyToken
Buy via bonding curve or PumpSwap AMM (auto-routed)
sellToken
Sell by token amount or % of holdings
createToken
Launch a new token, optional dev buy
Wallet
Host runtime must inject ctx.wallet with { publicKey, sendAndConfirm(tx, conn) }.
No keys are accepted via tool args.
Safety caps
manifest.config.maxSpendSol hard-caps any single buyToken call.
slippageBps defaults to 100 (1%); override per call.
All trades are noted in ctx.memory for the orchestrator to audit.
Suggested pairing
Compose with pump-fun (read-only) — research first, then act:
pump-fun.searchTokens → pick mint
pump-fun.getCreatorProfile → reject on rug flags
pump-fun-trade.quoteTrade → check impact
pump-fun-trade.buyToken → execute under cap
1---2name: pump-fun-trade3description: pump-fun-trade4---5# pump-fun-trade67Signing actions for pump.fun. Pairs with the read-only `pump-fun` skill.89| Tool | Use it for |10|---|---|11| `quoteTrade` | Simulate buy/sell, get price impact and route |12| `buyToken` | Buy via bonding curve or PumpSwap AMM (auto-routed) |13| `sellToken` | Sell by token amount or % of holdings |14| `createToken` | Launch a new token, optional dev buy |1516## Wallet1718Host runtime must inject `ctx.wallet` with `{ publicKey, sendAndConfirm(tx, conn) }`.19No keys are accepted via tool args.2021## Safety caps2223- `manifest.config.maxSpendSol` hard-caps any single `buyToken` call.24- `slippageBps` defaults to 100 (1%); override per call.25- All trades are noted in `ctx.memory` for the orchestrator to audit.2627## Suggested pairing2829Compose with `pump-fun` (read-only) — research first, then act:30311. `pump-fun.searchTokens` → pick mint322. `pump-fun.getCreatorProfile` → reject on rug flags333. `pump-fun-trade.quoteTrade` → check impact344. `pump-fun-trade.buyToken` → execute under cap
Run npx skillmds@latest add nirholas/pump-fun-trade in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
pump-fun-trade It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
nirholas (@nirholas) published this skill. Their other Agent Skills are listed on their SkillMD profile.