Ship My Token for Openclaw

A no-code AI agent skill for launching and managing Solana tokens on Pump.fun through natural conversation.

jcoulaud
v1.5.3
Feb 23, 2026
0
1.2k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install ship-my-token

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install ship-my-token using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Ship My Token?

Ship My Token is a specialized technical integration designed for AI agents to facilitate the seamless creation and management of Solana-based assets. By leveraging the Pump.fun protocol, this Openclaw Skills addition allows developers and enthusiasts to deploy memecoins, configure fee sharing, and monitor trading performance without writing a single line of code.

This skill transforms complex blockchain interactions into a conversational workflow, making it an essential tool for the modern decentralized finance ecosystem. It handles everything from wallet creation and metadata uploading to IPFS, to the actual minting transaction on the Solana network, ensuring a professional deployment experience.

Ship My Token Use Cases

  • Launching new Solana tokens or memecoins on the Pump.fun bonding curve via chat.
  • Automating the collection of creator trading fees and sharing them with partners.
  • Generating custom vanity mint addresses with specific prefixes or suffixes using GPU/CPU grinding.
  • Tracking portfolio performance and market cap growth via automated daily summaries.
  • Securely exporting and backing up Solana wallet private keys for external use.

How Ship My Token Works

  1. The user initiates a request like "launch a token" or "check my portfolio" within an AI agent environment powered by Openclaw Skills.
  2. The skill performs an initial setup to create or verify a local Solana wallet and ensures all Node.js dependencies are correctly installed.
  3. For token launches, the agent collects essential metadata including name, symbol, and image, while calculating the required network fees (~0.02 SOL).
  4. The skill executes specialized scripts to upload assets and broadcast the mint transaction to the Solana blockchain.
  5. Post-launch, the skill monitors the bonding curve and manages fee distributions according to the user's specified split configuration.
  6. Users receive real-time updates and daily recaps through a persistent heartbeat or scheduling system integrated into the workspace.

Ship My Token Setup

Ensure you have Node.js installed and approximately 0.02 SOL available for network fees. To begin using this skill within Openclaw Skills, follow these steps:

# Install the necessary Pump.fun SDK dependencies
npm install @pump-fun/pump-sdk

# Initialize your deployment wallet and configuration
node src/setup.mjs

After setup, fund the generated wallet address provided by the agent. To update to the latest version of the skill at any time, run:

npx skills add jcoulaud/shipmytoken-skill --all

Ship My Token Data Schema & Taxonomy

The skill maintains local configuration and metadata to track deployed assets and fee sharing logic. Data is organized as follows:

Component Description Format
Wallet Address The public key used for token deployment and fee collection Base58 String
Token Mint Unique identifier for each launched token on Solana Base58 String
Fee Shares Configuration for profit distribution among partners BPS (Basis Points)
Recap Log Timestamp and status for the 24-hour debounce logic JSON Metadata
Metadata Token-specific details like URI, social links, and description IPFS/JSON

Ship My Token Advanced Features

  • Automated vanity address grinding using the Solana CLI to create custom "pump" suffixes for brand recognition.
  • Sophisticated fee-tier tracking that adjusts based on token market capitalization ranges (from 0.30% to 0.95%).
  • Multi-shareholder support allowing granular fee splits across up to 10 different wallet addresses.
  • Intelligent daily recaps with automated 24-hour debounce logic to prevent notification fatigue.
  • Built-in retry mechanisms for IPFS uploads and transaction broadcasting to ensure high reliability in Openclaw Skills.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*