Launch tokens on any chain without giving up 30-50% of your fees. Two paths: Easy Mode (call Tator API via x402 — works with any wallet provider, no env vars...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install tator-launch-pad或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install tator-launch-pad⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/tator-launch-pad/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: token-launcher description: > Launch tokens on any chain without giving up 30-50% of your fees. Two paths: Easy Mode (call Tator API via x402 — works with any wallet provider, no env vars required) or Direct Mode (integrate SDKs yourself, keep 100% — requires signing key and RPC). Covers Clanker (7 EVM chains), Flaunch (Base), and Pump.fun (Solana). Includes strategy evaluation, fee management, claiming, recipient updates, and tax/legal guidance. Triggers: "token idea", "launch a coin", "launch a token", "deploy a token", "token strategy", "claim fees", "creator fees", "update fee recipient", "token launch on base", "launch on solana", "clanker", "flaunch", "pump.fun", "token economics", "is this a good token". metadata: openclaw: emoji: "🚀" requires: env: [] notes: > Easy Mode requires NO environment variables — it works with any x402-compatible wallet (Lobster, AgentWallet, Vincent, or local signer). Direct Mode requires WALLET_PRIVATE_KEY, RPC_URL, and an IPFS API key — see the credential table below. publisher: Quick Intel / Web3 Collective homepage: https://quickintel.io source: https://github.com/Quick-Intel/openclaw-skills/tree/main/token-launcher documentation: https://docs.tator.bot ---
Launch tokens and keep your fees. Two paths, one goal: stop giving away 30-50% of your creator earnings to launch platforms.
---
Most token launch platforms take 30-50% of your creator fee earnings. Some charge upfront launch fees on top of that. Others layer in subscriptions, required platform tokens, or custodial wallets that hold your funds. You build the token, drive the volume, and someone else keeps the biggest slice.
A token doing $500K in trading volume on Clanker generates ~$5,000 in pool fees (1% of volume). Here's who keeps what:
| Path | Your Share | Platform Cut | You Keep | |------|-----------|-------------|----------| | Direct Mode (this skill) | $5,000 | $0 | $5,000 (100%) | | Easy Mode (Tator API) | $4,500 | $500 (10%) | $4,500 (90%) | | Typical launch platforms | $2,500-3,500 | $1,500-2,500 (30-50%) | $2,500-3,500 |
The difference compounds. At $5M volume, Direct Mode keeps you an extra $15,000-25,000 versus typical platforms. Easy Mode saves you $10,000-20,000.
---
One API call, natural language, Tator handles everything.
"launch a token called GATOR on base"Best for: Agents and developers who want token launches without writing blockchain code.
Call Clanker, Flaunch, or Pump.fun directly from your agent's code.
Best for: Agents and developers who want maximum control and zero fee overhead.
See REFERENCE.md for Direct Mode overview and the references/ folder for per-platform implementation guides.
---
This skill is instruction-only — it contains no executable code. It provides documentation and code examples. No code is run at install time.
Easy Mode requires ZERO environment variables. It works with any x402-compatible wallet provider (Lobster, AgentWallet, Vincent, local signer). The Tator API only receives your public wallet address — your wallet provider handles payment signing separately. The skill never touches your private key.
Direct Mode requires environment variables because you are running SDK code in your own infrastructure:
| Variable | Required For | Sensitive | How to Store | |----------|-------------|-----------|-------------| | WALLET_PRIVATE_KEY | Signing deploy/claim/update transactions | Yes — grants full wallet control | Secrets manager (AWS SM, GCP SM, Vault). Never plaintext. | | RPC_URL | Talking to the blockchain | No (but keep private to avoid rate limit abuse) | Environment variable or config | | SOLANA_RPC_URL | Solana operations (Pump.fun only) | No | Environment variable or config | | PINATA_API_KEY or IPFS_API_KEY | Uploading token metadata to IPFS | Yes | Secrets manager |
If you only use Easy Mode, you do not need any of these. The skill installs and functions without any environment variables configured.
When you call the Tator x402 API (POST https://x402.quickintel.io/v1/tator/prompt):
walletAddress (public address — not sensitive), prompt (your instruction), provider (your agent name)No private keys ever leave your machine in Easy Mode. The skill itself never has access to your private key — your wallet provider handles signing independently.
Direct Mode code runs entirely in your own infrastructure:
.env files in productionSome platform SDKs (like Clanker) accept an optional context object for analytics tracking. These fields are entirely optional. If you use them, be aware:
context.interface — your agent/app name (sent to Clanker)context.platform — where the user is (e.g., "telegram") (sent to Clanker)context.messageId — message ID that triggered the launch (sent to Clanker)context.id — user identifier (sent to Clanker)If privacy is a concern, omit the context object entirely or use non-identifying values. The context object is not required for any operation to succeed. See the Clanker reference for details.
...
安装 Token Launcher - Tator Launch Pad 后,可以对 AI 说这些话来触发它
Help me get started with Token Launcher - Tator Launch Pad
Explains what Token Launcher - Tator Launch Pad does, walks through the setup, and runs a quick demo based on your current project
Use Token Launcher - Tator Launch Pad to launch tokens on any chain without giving up 30-50% of your fees
Invokes Token Launcher - Tator Launch Pad with the right parameters and returns the result directly in the conversation
What can I do with Token Launcher - Tator Launch Pad in my marketing & growth workflow?
Lists the top use cases for Token Launcher - Tator Launch Pad, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/tator-launch-pad/ 目录(个人级,所有项目可用),或 .claude/skills/tator-launch-pad/(项目级)。重启 AI 客户端后,用 /tator-launch-pad 主动调用,或让 AI 根据上下文自动发现并使用。
Token Launcher - Tator Launch Pad 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Token Launcher - Tator Launch Pad 可免费安装使用。请查阅仓库了解许可证信息。
Launch tokens on any chain without giving up 30-50% of your fees. Two paths: Easy Mode (call Tator API via x402 — works with any wallet provider, no env vars...
Automate my marketing & growth tasks using Token Launcher - Tator Launch Pad
Identifies repetitive steps in your workflow and sets up Token Launcher - Tator Launch Pad to handle them automatically
Token Launcher - Tator Launch Pad 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。