scan-opportunities
Scan for LP opportunities, arbitrage, and high-yield pools across all Uniswap deployments. Use when the user asks about the best opportunities, high-yield pools, or arbitrage.
Why use this skill?
Use the OpenClaw scan-opportunities skill to track high-yield LP pools, monitor arbitrage spreads, and discover trending liquidity on Uniswap across all chains.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/wpank/scan-opportunitiesWhat This Skill Does
The scan-opportunities skill serves as a powerful analytical engine for the OpenClaw agent, enabling it to navigate the complexities of decentralized finance across all Uniswap deployments. At its core, this skill functions as an automated scout, monitoring high-yield liquidity pools, price discrepancies for arbitrage, and emerging market opportunities. By delegating data processing to the dedicated opportunity-scanner subagent, the skill provides actionable intelligence, filtering raw blockchain data into a structured, risk-aware dashboard that informs the user where capital might be most efficiently deployed.
Installation
To integrate this capability into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/wpank/scan-opportunities
Ensure that your OpenClaw instance is updated to the latest version to maintain compatibility with the data aggregation APIs used by the scanner.
Use Cases
- Yield Optimization: Investors looking to maximize APY on stablecoins or major assets will find the LP scanning feature invaluable for identifying pools with the best volume-to-TVL ratios.
- Market Arbitrage: Traders can use the arb-scanning functionality to identify fleeting price differences across Uniswap V2/V3 deployments to capture potential profit spreads.
- Early Adoption: Users seeking high-growth potential can leverage the 'new-pools' parameter to surface tokens with significant 7-day volume growth.
Example Prompts
- "Find me the best stablecoin LP opportunities on Ethereum with a TVL over $100k."
- "Are there any high-yield arbitrage opportunities currently available across Arbitrum and Base?"
- "Show me the trending new pools with high volume growth for the last week."
Tips & Limitations
- Risk Awareness: Always treat APY numbers as historical estimates, not financial advice or guaranteed returns. High-APY pools are often subject to volatile price movements or impermanent loss.
- Data Currency: Arbitrage opportunities are highly time-sensitive; by the time the agent reports them, the discrepancy may have already been closed by other market participants.
- Refinement: If the agent returns too many results, use the
riskToleranceparameter ('conservative', 'moderate', 'aggressive') and theminTvlfilter to narrow down your search results to assets that fit your specific financial strategy.
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-scan-opportunities": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, 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.