manage-liquidity

Verified·Scanned 2/19/2026

This skill manages Uniswap liquidity operations (add/remove/collect) and delegates execution to subagents. It requires WALLET_TYPE/PRIVATE_KEY in .env and calls mcp__uniswap__get_positions_by_owner, mcp__uniswap__get_position, and mcp__uniswap__check_safety_status.

from clawhub.ai·vaad5987·11.7 KB·0 installs
Scanned from 0.1.0 at aad5987 · Transparency log ↗
$ vett add clawhub.ai/wpank/manage-liquidity

Manage Liquidity

Add liquidity, remove liquidity, or collect fees on Uniswap V2/V3/V4 pools. Handles pool selection, range configuration, approvals, safety checks, and execution end to end.

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/manage-liquidity

Or via Clawhub:

npx clawhub@latest install manage-liquidity

When to use

Use this skill when:

  • You want to provide new liquidity to a Uniswap pool (V2, V3, or V4).
  • You need to remove or partially remove an LP position and collect accrued fees.
  • You want help choosing fee tiers, ranges (for V3/V4), and position sizing with safety constraints.

Example prompts

  • "Provide $5,000 of USDC/WETH liquidity on Arbitrum, choosing a good V3 range for moderate risk."
  • "Remove half of my UNI/ETH V3 position on mainnet and collect all fees."
  • "Add balanced liquidity to the highest-volume USDC/ETH pool on Base."