ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 2/5

Uniswap

Assist with Uniswap swaps, liquidity provision, and avoiding common DeFi losses.

Why use this skill?

Automate Uniswap swaps and liquidity management safely. Learn to avoid MEV, verify tokens, and manage V3 positions with the OpenClaw Uniswap AI agent skill.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ivangdavila/uniswap
Or

What This Skill Does

The Uniswap skill provides an intelligent, secure interface for interacting with Uniswap decentralized exchange protocols. It empowers OpenClaw agents to execute token swaps, manage liquidity positions, and navigate the complex landscape of DeFi with built-in safety heuristics. By analyzing transaction parameters before execution, the skill helps users optimize slippage, mitigate MEV (Maximal Extractable Value) risks, and avoid common pitfalls like malicious token contracts or unmanaged impermanent loss.

Installation

You can install this skill directly using the OpenClaw CLI: clawhub install openclaw/skills/skills/ivangdavila/uniswap

Use Cases

  • Optimized Swapping: Automatically setting slippage tolerance based on asset volatility to ensure trades execute without unnecessary failures.
  • Risk Mitigation: Identifying potential sandwich attacks and suggesting routes like Uniswap X to protect your funds.
  • Liquidity Management: Providing analytical insights into V3 concentrated liquidity, helping users understand when to rebalance positions to avoid out-of-range inactivity.
  • Security Auditing: Checking token addresses for verified sources to prevent interactions with fake or honeypot assets.

Example Prompts

  1. "OpenClaw, I want to swap 1 ETH for USDC. Check the current price impact and ensure I'm using an MEV-protected route."
  2. "Analyze my current V3 liquidity position for ETH/USDC. Is it still in-range, and should I consider rebalancing based on current price action?"
  3. "I found a new token called 'PEPE-V2' on a social media link. Can you verify the contract address against official sources and check for liquidity warnings?"

Tips & Limitations

  • Approvals: Be aware that the first time you swap a new token, an approval transaction is required. Avoid infinite approvals when interacting with newer, untrusted protocols; use tools like revoke.cash periodically.
  • Slippage vs. Impact: Do not confuse slippage (your protection) with price impact (the market move your order causes). Always keep an eye on price impact for large trades.
  • V3 Complexity: Remember that V3 positions are represented as NFTs. Your liquidity is locked within that asset. If the price moves out of your specified range, you stop earning fees and hold the depreciating asset. Active monitoring is essential for V3 success.

Metadata

Stars2102
Views1
Updated2026-03-06
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ivangdavila-uniswap": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#defi#blockchain#dex#trading#web3
Safety Score: 2/5

Flags: network-access, external-api