find-yield
Find the highest-yield LP pools on Uniswap filtered by risk tolerance and minimum TVL. Use when the user asks about the best yields, highest APY pools, or where to earn fees.
Why use this skill?
Use the OpenClaw find-yield skill to discover the top Uniswap LP pools. Filter by risk, TVL, and chain to maximize your fee earnings securely.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/wpank/find-yieldWhat This Skill Does
The find-yield skill acts as an intelligent financial filter for OpenClaw users seeking liquidity provider (LP) opportunities on Uniswap. Rather than overwhelming you with the entire landscape of decentralized finance, this skill narrows the field to the highest-performing pools based on specific user-defined parameters: risk tolerance, minimum total value locked (TVL), and network preference. By acting as a specialized interface for the opportunity-scanner agent, it filters out noise such as arbitrage bots or new, unproven pools, focusing purely on sustainable fee-earning prospects. The skill provides a ranked, structured overview of potential returns, ensuring that your liquidity deployment decisions are data-driven.
Installation
To add this capability to your OpenClaw agent, execute the following command in your terminal:
clawhub install openclaw/skills/skills/wpank/find-yield
Ensure that you have the necessary environment permissions to allow your agent to interface with external data sources required for pool scanning.
Use Cases
This skill is ideal for DeFi participants looking to maximize capital efficiency on Uniswap. Use it when you are rebalancing your portfolio, looking for high-fee environments, or researching the performance of specific tokens across different chains. It serves as a tactical tool to avoid "yield traps" by enforcing TVL floors and risk thresholds that keep your capital in more liquid, stable environments.
Example Prompts
- "What are the best yields currently available on Uniswap for a conservative investor with at least $500k TVL?"
- "Show me the highest APY pools on Base and Arbitrum where I can earn fees on my WETH holdings."
- "I'm feeling aggressive today; find me the top-earning LP pools with at least $50,000 in liquidity."
Tips & Limitations
When using find-yield, keep in mind that the APY figures provided are based on historical 7-day fee performance. This is not a predictor of future success. Furthermore, always account for Impermanent Loss (IL), which is not fully factored into the APY calculation. A "conservative" risk setting will automatically filter out pools with less than $1M in TVL and volatile or exotic token pairs. If you find no results, consider lowering your minTvl or relaxing your risk tolerance settings. Always cross-reference the data provided with current market volatility before committing capital.
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-find-yield": {
"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.