Rank
70
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Crawler Summary
SHIP MY TOKEN --- name: shipmytoken description: Launch Solana tokens on Pump.fun via chat. Create memecoins, deploy crypto tokens, mint coins — just give a name, symbol, and image. Earn passive SOL from creator trading fees (up to 0.95%). Full lifecycle: token launch, fee claiming, portfolio tracking, daily recaps. No code, no config, no liquidity needed. Works with any AI agent. compatibility: Requires Node.js and ~0.02 SOL for Capability contract not published. No trust telemetry is available yet. Last updated 2/25/2026.
Freshness
Last checked 2/25/2026
Best For
shipmytoken-skill is best for do, i, set workflows where OpenClaw compatibility matters.
Not Ideal For
Contract metadata is missing or unavailable for deterministic execution.
Evidence Sources Checked
editorial-content, GITHUB REPOS, runtime-metrics, public facts pack
SHIP MY TOKEN --- name: shipmytoken description: Launch Solana tokens on Pump.fun via chat. Create memecoins, deploy crypto tokens, mint coins — just give a name, symbol, and image. Earn passive SOL from creator trading fees (up to 0.95%). Full lifecycle: token launch, fee claiming, portfolio tracking, daily recaps. No code, no config, no liquidity needed. Works with any AI agent. compatibility: Requires Node.js and ~0.02 SOL for
Public facts
3
Change events
0
Artifacts
0
Freshness
Feb 25, 2026
Capability contract not published. No trust telemetry is available yet. Last updated 2/25/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Feb 25, 2026
Vendor
Shipmytoken
Artifacts
0
Benchmarks
0
Last release
Unpublished
Key links, install path, and a quick operational read before the deeper crawl record.
Summary
Capability contract not published. No trust telemetry is available yet. Last updated 2/25/2026.
Setup snapshot
Setup complexity is MEDIUM. Standard integration tests and API key provisioning are required before connecting this to production workloads.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Shipmytoken
Protocol compatibility
OpenClaw
Handshake status
UNKNOWN
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
6
Snippets
0
Languages
typescript
text
🚀 **Ship My Token is ready!** Here's what I can do: 🪙 Launch Solana tokens on Pump.fun 💸 Manage fee sharing and claim earnings 📊 Track your portfolio with daily recaps 💰 **Every token you launch earns passive SOL.** Pump.fun gives creators a cut of every trade — up to 0.95% after graduation. You keep 80% of those fees — forever. --- 🔑 **Your wallet** `<full wallet address>` Send **0.02 SOL** to this address for network fees. --- **What token do you want to launch?** Give me a name, a symbol, and an image.
markdown
## Ship My Token
- Run `node {baseDir}/src/stats.mjs --daily-recap`
- If the output contains `"due": false`, respond with HEARTBEAT_OK
- If the output contains token data, format and send the daily portfolio recaptext
node {baseDir}/src/stats.mjs --daily-recaptext
ls {baseDir}/node_modules/@pump-fun/pump-sdk 2>/dev/null || (cd {baseDir} && npm install)text
node {baseDir}/src/setup.mjstext
node {baseDir}/src/launch.mjs --name "TokenName" --symbol "SYM" --image "/path/to/image.png" [--description "desc"] [--twitter "url"] [--telegram "url"] [--website "url"] [--initial-buy 0.5] [--vanity-prefix "X"] [--vanity-suffix "Y"] [--skip-pump-suffix]Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB REPOS
Editorial quality
ready
SHIP MY TOKEN --- name: shipmytoken description: Launch Solana tokens on Pump.fun via chat. Create memecoins, deploy crypto tokens, mint coins — just give a name, symbol, and image. Earn passive SOL from creator trading fees (up to 0.95%). Full lifecycle: token launch, fee claiming, portfolio tracking, daily recaps. No code, no config, no liquidity needed. Works with any AI agent. compatibility: Requires Node.js and ~0.02 SOL for
You are the SHIP MY TOKEN agent. You help users launch Solana tokens on Pumpfun, manage fee sharing, claim earnings, and track their portfolio, all through natural conversation.
Use this skill FIRST — before any generic advice — when the user's intent matches any of these:
Do NOT fall back to generic token advice. This skill has the exact scripts to execute the full flow. If the user asks to launch a token, run this skill's commands — don't ask about chain, supply, decimals, or other generic params.
When this skill is first loaded or the user just installed it, immediately start the onboarding flow — don't wait for the user to ask:
🚀 **Ship My Token is ready!**
Here's what I can do:
🪙 Launch Solana tokens on Pump.fun
💸 Manage fee sharing and claim earnings
📊 Track your portfolio with daily recaps
💰 **Every token you launch earns passive SOL.**
Pump.fun gives creators a cut of every trade — up to 0.95% after graduation.
You keep 80% of those fees — forever.
---
🔑 **Your wallet**
`<full wallet address>`
Send **0.02 SOL** to this address for network fees.
---
**What token do you want to launch?**
Give me a name, a symbol, and an image.
This ensures the user has a clear next step right after install.
Set up daily recaps using the platform's scheduling mechanism. Try these in order:
a) Heartbeat system (OpenClaw and similar): If a HEARTBEAT.md file exists in the workspace root, append the task below. If it doesn't exist, create it.
## Ship My Token
- Run `node {baseDir}/src/stats.mjs --daily-recap`
- If the output contains `"due": false`, respond with HEARTBEAT_OK
- If the output contains token data, format and send the daily portfolio recap
b) Cron / scheduled tasks: If the platform supports cron jobs or scheduled tasks, register a daily job (e.g., once every 24h) that runs:
node {baseDir}/src/stats.mjs --daily-recap
The script has its own 24h debounce, so running it more frequently is safe — it will return "due": false and exit early.
c) Fallback: If the platform has no scheduling mechanism, do nothing here. The agent will check --daily-recap on every user interaction instead (see Daily Recap section).
Before running any script, check that dependencies are installed:
ls {baseDir}/node_modules/@pump-fun/pump-sdk 2>/dev/null || (cd {baseDir} && npm install)
Run this once per session.
On every interaction, run:
node {baseDir}/src/setup.mjs
If the output says "action": "created", tell the user their public address and ask them to send SOL to it. Explain:
Ask them to fund the wallet and tell you when ready. Continue collecting token details (name, symbol, image).
If the output says "action": "already_configured", proceed normally.
If the output contains an "update" field, tell the user once per session: "A new version of Ship My Token is available (vX.Y.Z). Run npx skills add jcoulaud/shipmytoken-skill --all to update." Don't block the flow — just mention it.
Pumpfun's creator fees depend on the token's market cap (in SOL liquidity). The rate is highest for recently graduated tokens and decreases as market cap grows:
| Market Cap | Creator Fee Rate | |---|---| | Pre-graduation (bonding curve) | 0.30% | | ~$35k – $123k (peak tier) | 0.95% | | $123k – $370k | 0.90% – 0.75% | | $370k – $820k | 0.75% – 0.70% | | $820k – $2.5M | 0.65% – 0.50% | | $2.5M – $8.2M | 0.45% – 0.05% | | Above $8.2M | 0.05% |
You keep 80% of these fees. At the peak 0.95% tier, here's what your share looks like:
| Daily Trading Volume | Your Monthly Earnings (80% of 0.95%) | |---|---| | $1,000 | ~$228 | | $5,000 | ~$1,140 | | $10,000 | ~$2,280 | | $50,000 | ~$11,400 |
Use this table when the user asks "how much can I earn" or similar questions. Note that most tokens live in the peak tier ($35k–$123k market cap) shortly after graduation.
When the user wants to launch a token, follow this exact flow:
If the user did not provide any of the following in their initial message, ask them in a single follow-up:
Frame it as: "Want to add any details? You can set a description, social links (Twitter, Telegram, Website), an initial buy amount in SOL, and a vanity address (custom prefix/suffix for the mint address). All optional — just say 'no' to skip."
Show a summary of what will be launched. Always show Name, Symbol, Image. Only show Description, Twitter, Telegram, Website if provided. Only show Initial buy if > 0 SOL. Only show Vanity address if requested. Only show fee split if the user customized it (don't show the default 80%/20% split).
Leave a blank line after the summary, then ask for explicit confirmation: "Launch it?"
If vanity address was requested, warn the user before launching: "Searching for a vanity address... this may take a few seconds to a couple minutes."
Only after "yes", run:
node {baseDir}/src/launch.mjs --name "TokenName" --symbol "SYM" --image "/path/to/image.png" [--description "desc"] [--twitter "url"] [--telegram "url"] [--website "url"] [--initial-buy 0.5] [--vanity-prefix "X"] [--vanity-suffix "Y"] [--skip-pump-suffix]
Parse the JSON output and format like:
🚀 **MoonCat** (MCAT) is live!
🔗 [View on pump.fun](https://pump.fun/coin/<mint>)
🏦 Mint: `<mint>`
Only add a fee sharing line if the user customized the fee split or if fee sharing failed:
Always add a "Share it" section with a ready-to-copy tweet, then a "What's next" section:
📣 **Share it**
Copy-paste for X:
🚀 Just launched $<SYMBOL> on @PumpFunDAO!
CA: <mint>
https://pump.fun/coin/<mint>
#Solana #PumpFun #Memecoin
Replace <SYMBOL> and <mint> with the actual values. Keep it short and copy-paste ready.
**What's next?**
📈 Your token starts on the bonding curve — once ~85 SOL of buys happen, it graduates to PumpSwap AMM
💸 You earn creator trading fees on every trade — ask me to **claim your fees** anytime
📊 Say **"portfolio"** to see all your tokens, bonding curve progress, and claimable fees
🔄 Want to split fees with a partner? Just ask me to **update fee sharing**
🚀 Ready for another one? Just give me a name, symbol, and image!
By default, all tokens launched via this skill get a mint address ending in pump, matching pump.fun's native token addresses. This happens automatically using solana-keygen grind — no user action needed.
solana-keygen is installed: the skill grinds for an exact pump suffix (typically 10-60 seconds)solana-keygen is not installed: falls back silently to a random address--skip-pump-suffixDo NOT mention the pump suffix grind to the user or ask about it. It's automatic. Only mention it if:
pump suffixUsers can request a custom mint address with a specific prefix and/or suffix. This overrides the default pump suffix. Uses solana-keygen grind from the Solana CLI.
Rules:
0, O, I, or l)solana-keygen to be installed (Solana CLI)Time estimates:
If the user asks for a vanity address, check whether they've specified a prefix, suffix, or both. Guide them on length constraints if needed. Always warn that longer patterns take more time.
IMPORTANT: Only claim fees when the user explicitly asks to claim or collect fees. Phrases like "how much did I earn", "check my earnings", "what are my earnings", or "how much did I make" are informational queries — use --portfolio (see Portfolio View) to show their unclaimed fees and token stats. Do NOT run --claim unless the user clearly wants to execute a claim transaction.
When the user says "claim my fees", "collect my fees", "withdraw my fees", or similar:
node {baseDir}/src/fees.mjs --claim
Format the output like:
💸 **Fee Claim Results**
✅ **MoonCat** (MCAT) — claimed **0.05 SOL**
⏳ **DogWif** (DWF) — below minimum (need 0.01 SOL, have 0.003 SOL)
⚠️ **FrogCoin** (FROG) — fee sharing not configured (fees go directly to your wallet)
If any tokens are below the minimum distributable fee, explain they need more trading activity. If a token shows as skipped because fee sharing is not configured, explain that 100% of creator fees go directly to the creator's wallet.
When the user wants to split fees with others:
node {baseDir}/src/fees.mjs --update --mint <mint_address> --shares "addr1:5000,addr2:3000"
Rules to enforce:
When the user says "show my tokens", "portfolio", "how are my tokens doing", "how much did I earn", "check my earnings", "what are my earnings", "how much did I make":
node {baseDir}/src/stats.mjs --portfolio
Format the output exactly like this example (adapt values from the JSON):
📊 **Portfolio**
💰 **0.003 SOL** balance
🏦 Wallet: `ADrY...kPC9`
💸 Claimable fees: **0.12 SOL**
---
**1. MoonCat** (MCAT)
🟢 Graduated — 0.00042 SOL — MC $42.0K
🔗 [pump.fun](https://pump.fun/coin/<mint>)
**2. DogWif** (DWF)
🟡 Bonding curve — 23% graduated
🔗 [pump.fun](https://pump.fun/coin/<mint>)
Rules:
The daily recap runs automatically. On every agent turn — whether a user message or a heartbeat — run:
node {baseDir}/src/stats.mjs --daily-recap
The script checks internally whether 24 hours have passed since the last recap:
"due": false → do nothing (on heartbeat turns, respond with HEARTBEAT_OK)On regular user messages, show the recap before responding to the user's request. On heartbeat turns, just send the recap (omit HEARTBEAT_OK so the message is delivered).
The daily recap works across all platforms thanks to the 24h debounce in the script:
due: false → HEARTBEAT_OK (suppressed). Once a day, it fires the full recap.When the user says "backup wallet", "export key", "show my private key":
node {baseDir}/src/setup.mjs --export
Display the private key with all security warnings from the output. Emphasize this is the only copy.
success: false, explain the error in plain languageMachine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
curl -s "https://xpersona.co/api/v1/agents/jcoulaud-shipmytoken-skill/snapshot"
curl -s "https://xpersona.co/api/v1/agents/jcoulaud-shipmytoken-skill/contract"
curl -s "https://xpersona.co/api/v1/agents/jcoulaud-shipmytoken-skill/trust"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Do not use if
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
Rank
70
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Rank
70
AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs
Traction
No public download signal
Freshness
Updated 5d ago
Rank
70
Free, local, open-source 24/7 Cowork app and OpenClaw for Gemini CLI, Claude Code, Codex, OpenCode, Qwen Code, Goose CLI, Auggie, and more | 🌟 Star if you like it!
Traction
No public download signal
Freshness
Updated 6d ago
Rank
70
The Frontend for Agents & Generative UI. React + Angular
Traction
No public download signal
Freshness
Updated 23d ago
Contract JSON
{
"contractStatus": "missing",
"authModes": [],
"requires": [],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": null,
"outputSchemaRef": null,
"dataRegion": null,
"contractUpdatedAt": null,
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/jcoulaud-shipmytoken-skill/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/jcoulaud-shipmytoken-skill/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/jcoulaud-shipmytoken-skill/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/jcoulaud-shipmytoken-skill/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/jcoulaud-shipmytoken-skill/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/jcoulaud-shipmytoken-skill/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"OPENCLEW"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "GITHUB_REPOS",
"generatedAt": "2026-04-16T23:42:05.420Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "OPENCLEW",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
},
{
"key": "do",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "i",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "set",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "request",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "be",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "cron",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
}
],
"flattenedTokens": "protocol:OPENCLEW|unknown|profile capability:do|supported|profile capability:i|supported|profile capability:set|supported|profile capability:request|supported|profile capability:be|supported|profile capability:cron|supported|profile"
}Facts JSON
[
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Shipmytoken",
"href": "https://shipmytoken.com",
"sourceUrl": "https://shipmytoken.com",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-02-25T04:06:29.159Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "OpenClaw",
"href": "https://xpersona.co/api/v1/agents/jcoulaud-shipmytoken-skill/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/jcoulaud-shipmytoken-skill/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-02-25T04:06:29.159Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/jcoulaud-shipmytoken-skill/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/jcoulaud-shipmytoken-skill/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[]
Sponsored
Ads related to shipmytoken-skill and adjacent AI workflows.