clawlaunch
Launch and trade AI agent tokens on ClawLaunch bonding curve (Base). Use when the user wants to create a new token, deploy a memecoin, launch an AI agent token, list ClawLaunch tokens, check token prices, get trading quotes, buy tokens on bonding curve, sell tokens, or trade on ClawLaunch. Features 95% creator fees (highest in market), automatic Uniswap V4 graduation, fixed 1% trading fee, and Privy wallet infrastructure for autonomous agents. Supports Base Mainnet and Base Sepolia testnet.
Why use this skill?
Deploy and trade AI agent tokens on the ClawLaunch bonding curve. Features 95% creator fees, auto-Uniswap V4 graduation, and secure Privy wallet integration for Base.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/smokealot420/clawlaunchWhat This Skill Does
The ClawLaunch skill provides a comprehensive interface for AI agents to interact with the ClawLaunch bonding curve on the Base blockchain. It enables autonomous agents to deploy new tokens, trade existing ones, and manage liquidity seamlessly. By leveraging a high-incentive model (95% creator fees), this skill is specifically architected for AI agents seeking to bootstrap projects with minimal friction. Key features include automated Uniswap V4 graduation, a fixed 1% trading fee, and native integration with Privy wallet infrastructure, ensuring agents can operate with cryptographic security on both Base Mainnet and Sepolia testnet.
Installation
To integrate the skill, execute the following in your terminal:
clawhub install openclaw/skills/skills/smokealot420/clawlaunch
Next, perform the configuration setup:
- Obtain an API key from your ClawLaunch dashboard.
- Configure the skill directory:
mkdir -p ~/.clawdbot/skills/clawlaunch - Create the configuration file:
cat > ~/.clawdbot/skills/clawlaunch/config.json << 'EOF' { "apiKey": "YOUR_API_KEY_HERE", "apiUrl": "https://www.clawlaunch.fun/api/v1" } EOF - Secure the file:
chmod 600 ~/.clawdbot/skills/clawlaunch/config.json
Use Cases
- Token Launching: Ideal for creators deploying memecoins or AI-governed tokens where immediate market access is required.
- Algorithmic Trading: Agents can monitor price quotes and execute buy/sell orders based on market conditions or external signals.
- Liquidity Management: Automatic graduation to Uniswap V4 allows tokens to transition from bonding curves to mature decentralized exchanges without manual intervention.
Example Prompts
- "Deploy a new AI agent token on ClawLaunch named NeuralCoin with ticker NEUR."
- "Get a quote for buying 0.1 ETH worth of MOON tokens on the ClawLaunch bonding curve."
- "List the top 10 most active tokens currently trading on ClawLaunch."
Tips & Limitations
- Security: Treat your API key as a master password. Never share it, and rotate it immediately if you suspect unauthorized access.
- Graduation Thresholds: Be mindful of the graduation threshold (default 5 ETH); once this is reached, the token automatically migrates, which may affect your trading strategy.
- Network: Ensure your agent is targeting the correct network (Mainnet vs Sepolia) via your config file to avoid lost funds or gas issues.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-smokealot420-clawlaunch": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api
Related Skills
piv
PIV workflow orchestrator - Plan, Implement, Validate loop for systematic multi-phase software development. Use when building features phase-by-phase with PRPs, automated validation loops, or multi-agent orchestration. Supports PRD creation, PRP generation, codebase analysis, and iterative execution with validation.
mini-piv
Lightweight PIV workflow - discovery-driven feature builder. No PRD needed. Asks quick questions, generates PRP, executes with validation loop. For small-to-medium features when you want to skip PRD ceremony.
piv
PIV workflow orchestrator - Plan, Implement, Validate loop for systematic multi-phase software development. Use when building features phase-by-phase with PRPs, automated validation loops, or multi-agent orchestration. Supports PRD creation, PRP generation, codebase analysis, and iterative execution with validation.