Token Launcher for Openclaw

A comprehensive deployment suite for launching tokens on Clanker, Flaunch, and Pump.fun while maximizing creator fee retention.

azep-ninja
v1.0.3
Feb 28, 2026
1
1.4k
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install tator-launch-pad

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 tator-launch-pad 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 Token Launcher?

The Token Launcher is a specialized tool designed for the Openclaw Skills ecosystem that solves the problem of high platform fees. Traditional launchpads often take 30-50% of creator earnings; this skill provides two distinct paths to reclaim that revenue. Users can utilize Easy Mode via the Tator API for a seamless, natural-language deployment experience with a minimal 10% fee, or Direct Mode via SDK integrations to retain 100% of all generated fees. It bridges the gap between complex blockchain engineering and rapid agent-led deployment.

Beyond simple deployment, the skill integrates strategy evaluation frameworks, security scanning through Quick Intel, and automated fee management. It supports major ecosystems including Base, Solana, Arbitrum, and Mainnet, ensuring that developers have the flexibility to launch where the liquidity is highest. By focusing on sovereign fee management, it allows builders to treat their tokens as sustainable products rather than one-off events.

Token Launcher Use Cases

  • Deploying new tokens on Base or Solana with high creator fee retention.
  • Automating the claiming of creator fees from Uniswap V4 or Raydium pools.
  • Performing post-launch security audits to ensure token contract integrity.
  • Updating fee recipients for DAO treasuries or multi-sig wallets.
  • Evaluating token narratives and mechanics using the diagnostic Launch Stack framework.

How Token Launcher Works

  1. Analyze the token concept using the built-in strategy layers (Hook, Engine, Story, Moat).
  2. Choose between Easy Mode (no environment variables, x402 payment) or Direct Mode (full SDK control).
  3. Provide the token metadata, including name, ticker, and IPFS-hosted assets.
  4. Generate unsigned transactions through the Tator API or local SDK logic.
  5. Sign and broadcast transactions using a secure wallet provider to finalize deployment on-chain.
  6. Monitor and claim accumulated creator fees directly through the agent interface.

Token Launcher Setup

For Easy Mode, no environment variables are required. Use the x402-compatible API:

curl -X POST https://x402.quickintel.io/v1/tator/prompt \
  -H "Content-Type: application/json" \
  -d '{"prompt": "launch a token called GATOR on base", "walletAddress": "0x..."}'

For Direct Mode, configure your environment with the following secrets:

export WALLET_PRIVATE_KEY=your_private_key
export RPC_URL=your_blockchain_rpc_url
export IPFS_API_KEY=your_pinata_or_infura_key

Token Launcher Data Schema & Taxonomy

The skill manages deployment data and fee structures across multiple platforms:

Component Details
Metadata JSON schema including name, symbol, description, and image URL stored on IPFS.
Fee Config Defined as reward recipients (EVM) or fee sharing accounts (Solana).
Tx Objects Standard EIP-155 or Solana transaction formats for local signing.
Launch Stack Diagnostic taxonomy for evaluating Hook, Engine, Story, and Moat layers.

Token Launcher Advanced Features

  • Multi-chain support for 7+ EVM chains including Arbitrum, Unichain, and Monad.
  • Integrated sniper protection logic for Uniswap V4 pools via Clanker.
  • Automated Raydium graduation handling for Solana-based Pump.fun tokens.
  • Seamless integration with Quick Intel for real-time honeypot and tax risk scanning.
  • Support for x402-compatible wallets like Lobster and AgentWallet for keyless API interactions.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*