create-test-pool

Verified·Scanned 2/19/2026

Deploy a custom Uniswap pool on the local testnet with configurable parameters. Create pools with specific conditions (thin liquidity, wide spreads, exact tick ranges) to test agent behavior under controlled scenarios. Requires a running local testnet.

from clawhub.ai·vd6408f9·8.2 KB·0 installs
Scanned from 0.1.0 at d6408f9 · Transparency log ↗
$ vett add clawhub.ai/wpank/create-test-pool

Create Test Pool

Deploy a custom Uniswap pool on local testnet with configurable parameters for testing agent and strategy behavior.

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/create-test-pool

Or via Clawhub:

npx clawhub@latest install create-test-pool

When to use

Use this skill when:

  • You already have a local Uniswap testnet running and want custom pools.
  • You need specific liquidity distributions, fee tiers, or ranges to test agent behavior.
  • You want to simulate edge cases like thin liquidity, wide ranges, or volatile pairs.

Example prompts

  • "Create a local test pool for USDC/WETH with very concentrated liquidity around the current price."
  • "Deploy a WBTC/ETH test pool with thin liquidity to stress-test slippage handling."
  • "Set up a stablecoin/stablecoin pool on local testnet for testing arbitrage bots."