ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 2/5

deploy-agent-token

Deploy an agent token with a Uniswap V4 pool — handles pool creation with configurable hooks (anti-snipe, dynamic fees, revenue share), initial liquidity bootstrapping, LP locking, and post-deployment monitoring. Use when the user wants to launch a token on Uniswap.

Why use this skill?

Automate Uniswap V4 token deployments with custom hooks, liquidity bootstrapping, and LP locking. Ensure secure, professional launches for your AI agent.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/wpank/deploy-agent-token
Or

What This Skill Does

The deploy-agent-token skill is an automated pipeline designed to bridge the gap between token creation and active liquidity provisioning on Uniswap V4. It removes the technical friction and security risks associated with manual smart contract deployments. By leveraging the token-deployer agent, this skill manages the complex orchestration of pool creation, including the integration of specialized hook contracts like anti-snipe, dynamic fee structures, and automated revenue sharing. It ensures that the lifecycle of a new token—from liquidity seeding and LP token locking to long-term monitoring—is executed securely and optimally.

Installation

To integrate this skill into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/wpank/deploy-agent-token Once installed, ensure your wallet or agent identity is authorized for the target chain, as the skill will require transaction signing permissions for smart contract interactions.

Use Cases

This skill is built for developers and autonomous agents aiming to replicate the deployment success of platforms like Clanker. Use this skill when you need to:

  • Bootstrap liquidity for a new agent token efficiently.
  • Protect your launch from bots using built-in anti-snipe hooks.
  • Implement a sustainable revenue model through protocol-level revenue sharing.
  • Automate the locking of LP tokens to provide immediate trust for community members.
  • Customize pool economics with dynamic fees suited for specific trading volumes.

Example Prompts

  1. "Deploy a token for my agent using the address 0xabc123... and seed it with 1M tokens and 5 WETH. Use the anti-snipe and revenue-share hooks."
  2. "Launch a new pool for my token on Base. Set the target market cap to $100k, lock the LP tokens for 2 years, and enable dynamic fees."
  3. "I need to deploy my agent token like Clanker. Can you set up the V4 pool, lock liquidity, and configure the anti-snipe protection for 5 blocks?"

Tips & Limitations

  • Security: Always verify the tokenAddress before execution. Once a pool is created, the parameters are immutable.
  • Hooks: Combining too many hooks may increase transaction gas costs during swaps. Prioritize only what is necessary.
  • Pricing: If you provide both initialPrice and targetMarketCap, the skill will prioritize the initialPrice. Ensure your initialLiquidity matches your expected valuation to prevent extreme price slippage upon pool initialization.

Metadata

Author@wpank
Stars919
Views0
Updated2026-02-12
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-wpank-deploy-agent-token": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#web3#defi#uniswap#agent-automation#smart-contracts
Safety Score: 2/5

Flags: external-api, code-execution