Deploy configurable Uniswap V2 and V3 pools on local testnets using natural language commands without writing Solidity scripts.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install create-test-pool
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install create-test-pool using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Create Test Pool skill is a powerful addition to the Openclaw Skills library, designed to streamline decentralized finance (DeFi) development and testing. It allows developers to deploy Uniswap pools on a local testnet environment, such as Anvil or Hardhat, using simple natural language descriptions. Instead of manually calculating sqrtPriceX96 or managing complex tick ranges in Solidity, users can simply specify token pairs, desired liquidity levels, and fee tiers.
This tool handles the heavy lifting of token address resolution, whale impersonation for funding, and pool initialization, making it an essential part of the Openclaw Skills ecosystem for blockchain engineers. By abstracting away the boilerplate code required for pool deployment, it enables developers to focus on testing agent behavior under specific market conditions, such as thin liquidity or extreme price ranges.
To use this skill within the Openclaw Skills framework, ensure you have a local testnet running that forks a network with Uniswap V3 contracts (like Ethereum mainnet).
# Example of how to trigger pool creation via the agent
"Create a WETH/USDC pool with $1M liquidity at a price of 2500 USDC per ETH"
The skill requires the Uniswap MCP server to be properly configured and connected to your local development environment.
| Parameter | Description | Data Type |
|---|---|---|
| token0 / token1 | Symbols (e.g., WETH) or 0x contract addresses | String |
| version | The Uniswap protocol version (v2 or v3) | String |
| fee | The fee tier in hundredths of a basis point (100, 500, 3000, 10000) | Integer |
| initialPrice | The starting price of token0 denominated in token1 | Number |
| liquidityUsd | The total dollar value of the initial liquidity provided | Number |
| tickLower / tickUpper | Optional custom V3 tick boundaries for concentrated liquidity | Integer |
Loading
Transform project context into a managed artifact to ensure consistent AI behavior and seamless team alignment.

A specialized skill to configure HTTP-native micropayments for AI agents using the x402 protocol and USDC on the Base network.

An expert-level framework for building scalable React components using advanced composition techniques to eliminate boolean prop proliferation.

Analyze and rank Uniswap liquidity pools across versions and fee tiers to find the most profitable trading or liquidity provision opportunities.

Automate the discovery and execution of profitable price discrepancies across 11 blockchain networks with integrated risk management.

An automated AI agent skill for executing and monitoring secure cross-chain token swaps using Uniswap bridge infrastructure.








































