Getting Started
SHIP MY TOKEN is an AI agent skill that lets you launch Solana tokens on Pumpfun by chatting with your AI agent. Works with Claude Code, Cursor, Windsurf, OpenClaw, and any agent that supports the Agent Skills standard.
Prerequisites
Section titled “Prerequisites”- An AI agent that supports skills (Claude Code, Cursor, Windsurf, OpenClaw, etc.)
- Node.js installed on your machine
- A tiny amount of SOL for network fees (~0.02 SOL)
That’s it. You don’t need to create accounts, visit websites, or edit config files.
Install the skill
Section titled “Install the skill”Copy and paste this to your AI agent:
Install the SHIP MY TOKEN skill by running: npx skills add jcoulaud/shipmytoken-skill —all — after it installs, read the SKILL.md and follow the “On First Activation” instructions to set up my wallet and help me launch a token.
Or run in your terminal:
npx skills add jcoulaud/shipmytoken-skill --allLaunch your first token
Section titled “Launch your first token”Just tell your agent what you want to create:
You: Launch a token called MoonCat
Agent: Let's get you set up first, one moment...
Done! I created a Solana wallet for you. Your address: 7xK9...abc Private key is stored locally and securely.
Token creation on pump.fun is free. You only need SOL if you want to buy part of the initial supply. A tiny amount (~0.02 SOL) covers network fees.
80% of all creator trading fees go to you forever. 20% goes to SHIP MY TOKEN for maintaining this skill.
Send SOL to 7xK9...abc and tell me when ready!
Meanwhile, I need a few more details for your token: - Symbol? (e.g. MCAT) - Image? (attach a file or send a URL) - Description? (optional)Required fields
Section titled “Required fields”| Field | Required | Notes |
|---|---|---|
| Name | Yes | The token name (e.g., “MoonCat”) |
| Symbol | Yes | The ticker (e.g., “MCAT”). Agent suggests one if you don’t provide it. |
| Image | Yes | Attach a file or send a URL |
Optional fields
Section titled “Optional fields”| Field | Notes |
|---|---|
| Description | Short description of your token |
| Twitter URL | Your token’s Twitter/X profile |
| Telegram URL | Your Telegram group |
| Website URL | Your token’s website |
| Initial buy | SOL amount to buy at launch (default: 0, free creation) |
Confirmation
Section titled “Confirmation”Before launching, your agent shows a full summary:
Agent: Ready to launch: - Name: MoonCat - Symbol: MCAT - Image: mooncat.png - Creator fees: 80% to you / 20% to SHIP MY TOKEN - Initial buy: none (free creation)
Launch it?
You: yesYour agent will never broadcast a transaction without your explicit confirmation.
After launch
Section titled “After launch”Agent: MoonCat (MCAT) is live! Mint: 9aB3...xyz View: pump.fun/coin/9aB3...xyz Fee sharing configured on-chain. I'll send you a daily recap of your token stats.What happens behind the scenes
Section titled “What happens behind the scenes”- Wallet creation: a Solana keypair is generated locally. Your private key never leaves your machine.
- IPFS upload: your token image and metadata are uploaded to Pumpfun’s IPFS endpoint.
- On-chain deployment: the token is created on Solana via the Pump SDK.
- Fee sharing: 80%/20% fee split is configured on-chain automatically.
- Daily recap: a cron job is scheduled to send you token stats every morning.
Next steps
Section titled “Next steps”- Why Launch a Token? - how creator fees earn you passive SOL
- Dashboard - track your tokens on the web
- Commands - all available chat commands
- Fee Sharing - split fees with your team
- Portfolio - track your tokens
- Wallet Backup - export your private key