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.
Why use this skill?
Deep-dive into Uniswap pool metrics, including TVL, fee APY, liquidity depth, and risk factors with the OpenClaw analyze-pool skill for DeFi experts.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/wpank/analyze-poolWhat This Skill Does
The analyze-pool skill acts as an intelligent interface for deep-diving into Uniswap liquidity pools across multiple EVM-compatible chains. Rather than just returning raw blockchain data, this skill leverages a specialized pool-researcher subagent to aggregate, calculate, and synthesize complex decentralized finance metrics. It retrieves real-time performance indicators, including Total Value Locked (TVL), 24-hour trading volume, historical fee APY, and precise liquidity depth metrics. The skill excels at identifying how concentrated the liquidity is around the current price, which is vital for Liquidity Providers (LPs) looking to maximize efficiency while managing impermanent loss risks.
Installation
To integrate this skill into your OpenClaw agent, execute the following command in your terminal or command-line interface:
clawhub install openclaw/skills/skills/wpank/analyze-pool
Use Cases
- Investment Due Diligence: Evaluate whether a specific Uniswap V3 pool is currently generating sufficient fees to justify the risk of providing liquidity.
- Market Analysis: Compare the performance of identical pools across different chains (e.g., Ethereum vs. Base) to identify arbitrage or yield opportunities.
- Liquidity Planning: Understand the 'slippage' environment for traders and LPs by examining the liquidity depth within specific price ranges (e.g., 1% and 5% impact thresholds).
- Monitoring: Quickly query the health of a portfolio's LP positions by checking current utilization rates and price ranges.
Example Prompts
- "Analyze the ETH/USDC pool on Base and tell me if it is currently a good candidate for providing liquidity."
- "What is the current 7-day fee APY and 24-hour trading volume for the WBTC/WETH 0.05% pool on Ethereum?"
- "How deep is the liquidity for the Arbitrum ARB/ETH pool, and what does the concentration look like within a 2% range?"
Tips & Limitations
- Historical Data: Remember that Fee APY is based on past performance and does not represent a guarantee of future returns. Always account for impermanent loss.
- Fee Tiers: If you are unsure of a pool's fee tier (e.g., 0.01%, 0.05%, 0.3%, 1%), the agent is capable of auto-detecting it, but specifying the tier improves response speed and accuracy.
- Complexity: This skill is designed for analytical tasks. If you need to execute a swap, use a separate trading-focused skill instead.
- Chain Support: Ensure you specify the chain if you are looking for pools outside of the default Ethereum mainnet; otherwise, the agent may default to Ethereum.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-wpank-analyze-pool": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api
Related Skills
mermaid-diagrams
Create software diagrams using Mermaid syntax. Use when users need to create, visualize, or document software through diagrams including class diagrams, sequence diagrams, flowcharts, ERDs, C4 architecture diagrams, state diagrams, git graphs, and other diagram types. Triggers include requests to diagram, visualize, model, map out, or show the flow of a system.
api-design-principles
Skill by wpank
auto-context
Automatically read relevant context before major actions. Loads TODO.md, roadmap.md, handoffs, task plans, and other project context files so the AI operates with full situational awareness. Use when starting a task, implementing a feature, refactoring, debugging, planning, or resuming a session.
clear-writing
Write clear, concise prose for humans — documentation, READMEs, API docs, commit messages, error messages, UI text, reports, and explanations. Combines Strunk's rules for clearer prose with technical documentation patterns, structure templates, and review checklists.
track-performance
Track the performance of Uniswap LP positions over time — check which positions need attention, are out of range, or have uncollected fees. Use when the user asks how their positions are doing.