uniswap-v4Swap 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.
Install via ClawdBot CLI:
clawdbot install openclaw-consensus-bot/uniswap-v4Grade Good — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Accesses sensitive credential files or environment variables
process.env.PRIVATEPotentially destructive shell commands in tool definitions
rm -rf /Calls external URL not in known-safe list
https://docs.uniswap.org/contracts/v4/deploymentsAI Analysis
The skill interacts with public, documented Uniswap contracts and RPC endpoints for its stated purpose; the 'PRIVATE_KEY' environment variable is a standard requirement for blockchain write operations and is not exfiltrated. The external URL reference is to the official Uniswap documentation, and the shell command example appears to be a placeholder or error, not an executable part of the skill's logic.
Generated Mar 1, 2026
A bot uses this skill to monitor price differences across Uniswap V4 pools on Base and Ethereum, executing profitable swaps automatically. It reads pool state for real-time prices and executes swaps with slippage protection to minimize losses. This enables high-frequency trading strategies in decentralized finance.
A dashboard integrates this skill to provide users with live pool information, swap quotes, and token approvals for managing their crypto portfolios. Investors can view liquidity, fees, and execute swaps directly from the interface, streamlining asset rebalancing across multiple chains like Base and Ethereum.
An e-commerce platform uses this skill to accept payments in various tokens by swapping them to a stablecoin like USDC on Uniswap V4. It quotes swap outputs and handles approvals via Permit2, ensuring fast, low-cost transactions on Base for customer purchases with automated settlement.
A tool leverages this skill to analyze pool data such as liquidity, ticks, and fees on Uniswap V4, helping liquidity providers optimize their positions. It finds the best pools for token pairs and simulates swaps to assess potential returns, supporting informed decision-making in yield farming.
A platform for launching new tokens integrates this skill to enable immediate trading on Uniswap V4. It sets up approvals and executes initial swaps for liquidity, using quotes to manage slippage and pool info to monitor market conditions, facilitating smooth token distribution on Base or Ethereum.
Charge users a small percentage fee on each swap executed through the skill, leveraging the Universal Router for efficient transactions. Revenue scales with swap volume, especially on high-traffic chains like Base, while offering value through automated approvals and slippage protection.
Offer a subscription service that provides enhanced pool state data, custom swap quotes, and predictive analytics using this skill. Target institutional clients who need in-depth insights for trading or liquidity management, with tiered plans based on data access and frequency.
License this skill as a white-label solution for other businesses, such as wallets or exchanges, to embed Uniswap V4 functionality. Revenue comes from setup fees and ongoing support, enabling partners to offer token swaps and pool info without developing the infrastructure themselves.
💬 Integration Tip
Ensure PRIVATE_KEY is securely stored in environment variables, not in code, and use auto-approve flags to streamline token approvals for ERC20 swaps.
Scored Apr 22, 2026
Audited Apr 16, 2026 · audit v1.0
ERC-8004 Trustless Agents - Register, discover, and build reputation for AI agents on Ethereum. Use when registering agents on-chain, querying agent registries, giving/receiving reputation feedback, or interacting with the AI agent trust layer.
Understand blockchain technology, interact with smart contracts, and evaluate when distributed ledgers solve real problems.
网页剪藏到有道云笔记。触发词:剪藏网页、保存网页、收藏网页。
Deploy ERC20 tokens on Base using Clanker SDK. Create tokens with built-in Uniswap V4 liquidity pools. Supports Base mainnet and Sepolia testnet. Requires PRIVATE_KEY in config.
有道云笔记官方 skill,支持笔记 CRUD(创建/读取/更新/删除)、待办管理、网页剪藏、笔记搜索、文件夹管理等基础操作。如需构建知识库或 Wiki,请使用 youdaonote-llm-wiki skill 而非本 skill。
Self-sovereign EVM wallet for AI agents. Use when the user wants to create a crypto wallet, check balances, send ETH or ERC20 tokens, swap tokens, or interact with smart contracts. Supports Base, Ethereum, Polygon, Arbitrum, and Optimism. Private keys stored locally — no cloud custody, no API keys required.