Install
openclaw skills install scan-opportunitiesScan 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.
openclaw skills install scan-opportunitiesScans across all Uniswap deployments for LP opportunities, price discrepancies, and high-yield pools. Delegates to the opportunity-scanner agent which analyzes pools, compares prices, and evaluates emerging opportunities.
Activate when the user asks:
| Parameter | Required | Default | Description |
|---|---|---|---|
| type | No | all | "lp", "arb", "new-pools", or "all" |
| chains | No | All chains | Specific chains or "all" |
| riskTolerance | No | moderate | "conservative", "moderate", "aggressive" |
| minTvl | No | $50,000 | Minimum TVL filter for pool consideration |
Extract parameters from the user's request: identify opportunity type, chain filter, risk tolerance, and minimum TVL.
Delegate to opportunity-scanner: Invoke Task(subagent_type:opportunity-scanner) with the parameters. The agent scans LP opportunities (high APY pools), arbitrage opportunities (>0.5% spread after fees), and emerging pools (>100% volume growth in 7d).
Present results: Format as a ranked list of opportunities with risk ratings.
Opportunities Found: 5
1. LP: WETH/USDC 0.05% (Ethereum)
APY: 21.3% | TVL: $332M | Risk: LOW
Why: Highest volume-to-TVL ratio on mainnet
2. LP: ARB/WETH 0.30% (Arbitrum)
APY: 35.2% | TVL: $12M | Risk: MEDIUM
Why: Growing volume trend (+45% 7d)
3. New Pool: AGENT/WETH 0.30% (Base)
APY: 120%* | TVL: $500K | Risk: HIGH
Why: New pool with strong early volume (*projected, limited data)
| Error | User-Facing Message | Suggested Action |
|---|---|---|
| No opportunities found | "No opportunities matching your criteria found." | Adjust risk tolerance or min TVL |
| Chain unreachable | "Could not scan [chain]. Data may be incomplete." | Try again or narrow chain scope |