/install analyze-pool
Analyze Pool
Overview
Provides a detailed analysis of a specific Uniswap pool by delegating to the pool-researcher agent. Returns TVL, volume, fee APY, liquidity depth, concentration metrics, and risk factors.
When to Use
Activate when the user asks:
- "Analyze the ETH/USDC pool"
- "What's the TVL of X/Y pool?"
- "How much volume does the WETH/USDC pool do?"
- "What's the fee APY for ETH/USDC?"
- "Is this pool good for LPing?"
- "Pool info for ETH/USDC on Base"
- "How deep is the liquidity in this pool?"
Parameters
| Parameter | Required | Default | Description |
|---|---|---|---|
| token0 | Yes | — | First token name, symbol, or address |
| token1 | Yes | — | Second token name, symbol, or address |
| chain | No | ethereum | Chain name (ethereum, base, arbitrum, etc.) |
| feeTier | No | Auto-detect | Fee tier (e.g., "0.05%", "30bp", "3000") |
| version | No | Auto-detect | Protocol version: "v2", "v3", or "v4" |
Workflow
-
Extract parameters from the user's request: identify token0, token1, chain, fee tier, and version.
-
Delegate to pool-researcher: Invoke
Task(subagent_type:pool-researcher)with the extracted parameters. The pool-researcher will gather on-chain data, calculate metrics, and produce a structured report. -
Present results: Format the pool-researcher's report into a user-friendly summary covering:
- Pool identification (address, version, fee tier)
- Current state (price, TVL, liquidity)
- Performance (fee APY 7d/30d, volume 24h/7d, utilization)
- Liquidity depth (trade size at \x3C 1% impact)
- Risk factors (if any)
Output Format
Present a clean summary:
Pool Analysis: WETH/USDC 0.05% (V3, Ethereum)
Address: 0x88e6A0c2dDD26FEEb64F039a2c41296FcB3f5640
TVL: $332M
Price: $1,963.52
Performance:
Fee APY (7d): 21.3%
Fee APY (30d): 6.65%
Volume (24h): $610M
Utilization: 1.84x
Liquidity Depth:
1% impact: $5M trade size
5% impact: $25M trade size
Concentration: 78.5% within ±2% of price
Risk Factors: None identified
Important Notes
- This skill delegates entirely to the
pool-researcheragent — it does not call MCP tools directly. - If the pool doesn't exist, the agent will report this clearly.
- Fee APY is historical (not guaranteed). The output distinguishes realized vs projected APY.
Error Handling
| Error | User-Facing Message | Suggested Action |
|---|---|---|
| Pool not found | "No pool found for X/Y on this chain." | Try different fee tier or chain |
| Token not recognized | "Could not resolve token X." | Provide contract address |
| Insufficient data | "Limited data available for this pool." | Pool may be too new |
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install analyze-pool - 安装完成后,直接呼叫该 Skill 的名称或使用
/analyze-pool触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Uniswap Analyze Pool 是什么?
Analyze a specific Uniswap pool's performance, liquidity depth, fee APY, and risk factors. Use when the user asks about pool metrics, TVL, volume, or whether a pool is good for LPing. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 755 次。
如何安装 Uniswap Analyze Pool?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install analyze-pool」即可一键安装,无需额外配置。
Uniswap Analyze Pool 是免费的吗?
是的,Uniswap Analyze Pool 完全免费(开源免费),可自由下载、安装和使用。
Uniswap Analyze Pool 支持哪些平台?
Uniswap Analyze Pool 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Uniswap Analyze Pool?
由 wpank(@wpank)开发并维护,当前版本 v0.1.0。