Communityv2.0.4

Uniswap V4

Swap tokens and read pool state on Uniswap V4 (Base, Ethereum). Use when the agent needs to: (1) swap ERC20 tokens or ETH via Uniswap V4, (2) get pool info (price, tick, liquidity, fees), (3) find the best pool for a token pair, (4) quote expected swap output via the on-chain V4Quoter, (5) set up Permit2 approvals for the Universal Router, or (6) execute exact-input swaps with proper slippage protection. Supports Base and Ethereum mainnet, plus Base Sepolia testnet. TypeScript with strict types. Write operations need a private key via env var.

1.5kdownloads1stars4active installsopenclaw-consensus-bot
View on ClawHubBack to Skills

Skill Details

Slug
uniswap-v4
Latest Version
2.0.4
Author
openclaw-consensus-bot
Published
Feb 9, 2026
Updated
Mar 1, 2026
Total Versions
5

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for Uniswap V4.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v2.0.4

Security: add CI regression test ensuring PRIVATE_KEY never printed; docs: treat stdout/stderr as public logs.