← All skills
Tencent SkillHub · Data Analysis

Uniswap 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.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

Overview

Finds the highest-yield LP opportunities on Uniswap, filtered by risk tolerance, minimum TVL, and optionally capital amount. This is a focused version of scan-opportunities that only returns LP yield opportunities (no arbitrage or new-pool scanning). Delegates to the opportunity-scanner agent with an LP-only filter.

When to Use

Activate when the user asks: "Best yield on Uniswap" "Highest APY pools" "Where to earn fees" "Best LP returns" "Top yielding pools" "Where can I earn the most?"

Parameters

ParameterRequiredDefaultDescriptionchainsNoAll chainsSpecific chains or "all"riskToleranceNomoderate"conservative", "moderate", "aggressive"capitalNo—Available capital (helps rank appropriately)minTvlNo$100,000Minimum TVL for pool consideration

Workflow

Extract parameters from the user's request. Delegate to opportunity-scanner: Invoke Task(subagent_type:opportunity-scanner) with type: "lp" and the user's filters. The agent scans pools, ranks by fee APY adjusted for risk, and returns the top opportunities. Present results: Format as a ranked yield table.

Output Format

Top LP Yields (moderate risk, min $100K TVL): | Rank | Pool | Chain | APY 7d | TVL | Risk | | ---- | ------------------- | -------- | ------ | ------ | ------ | | 1 | WETH/USDC 0.05% | Ethereum | 21.3% | $332M | LOW | | 2 | ARB/WETH 0.30% | Arbitrum | 18.5% | $15M | MEDIUM | | 3 | WETH/USDC 0.05% | Base | 15.2% | $45M | LOW | | 4 | WBTC/WETH 0.30% | Ethereum | 12.1% | $120M | LOW | | 5 | OP/WETH 0.30% | Optimism | 11.8% | $8M | MEDIUM | Note: APY is based on 7-day historical fee revenue. Past performance does not guarantee future returns. IL risk not included in APY figures.

Important Notes

APY figures are historical, not guaranteed. Always consider IL risk. Higher APY often correlates with higher risk. Conservative risk tolerance filters out pools with < $1M TVL and volatile pairs. Risk-adjusted yield accounts for estimated impermanent loss.

Error Handling

ErrorUser-Facing MessageSuggested ActionNo yields found"No pools match your risk/TVL criteria."Lower minTvl or increase risk toleranceChain unreachable"Could not scan [chain]. Data may be incomplete."Try again or narrow chain scope

Category context

Data access, storage, extraction, analysis, reporting, and insight generation.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs
  • SKILL.md Primary doc
  • README.md Docs