deploy-agent-token

Verified·Scanned 2/19/2026

This skill automates launching a token and creating a Uniswap V4 pool with configurable hooks, liquidity bootstrapping, LP locking, and monitoring. It instructs running npx skills add https://github.com/wpank/Agentic-Uniswap/tree/main/.ai/skills/deploy-agent-token and delegating to Task(subagent_type:token-deployer), which performs network/blockchain operations.

from clawhub.ai·v7950140·10.5 KB·0 installs
Scanned from 0.1.0 at 7950140 · Transparency log ↗
$ vett add clawhub.ai/wpank/deploy-agent-token

Deploy Agent Token

Deploy an agent token with a Uniswap V4 pool: configure hooks, bootstrap initial liquidity, optionally lock LP, and set up post-deployment monitoring.

SKILL.md — Full skill specification and workflow.

Installation

Install into Claude Code or Cursor with:

npx skills add https://github.com/wpank/Agentic-Uniswap/tree/main/.ai/skills/deploy-agent-token

Or via Clawhub:

npx clawhub@latest install deploy-agent-token

When to use

Use this skill when:

  • You want to launch an agent token with a properly configured Uniswap V4 pool.
  • You need custom hooks (e.g., anti-snipe, revenue share) and bootstrapped liquidity.
  • You care about LP locking and monitoring after launch.

Example prompts

  • "Deploy a new agent token with a V4 pool that shares a portion of fees with the treasury."
  • "Launch an agent token on Base with anti-sniping and initial liquidity from 5 ETH + 10,000 tokens."
  • "Create a V4 pool for an existing token with a revenue-share hook and lock the initial LP."