Defi Yield Scout
Skill by joaoolucas
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/joaoolucas/defi-yield-scoutname: defi-yield-scout description: Scan and compare DeFi yield farming opportunities for USDC stablecoins across Base and Arbitrum chains. Find the best APY rates, compare vault yields, and analyze historical performance using DeFiLlama data. Covers protocols used by n0ir autonomous yield agent: Morpho, Euler v2, Aave v3, Compound v3, Moonwell, Silo v2, Lazy Summer, Harvest Finance, 40 Acres, Wasabi, Yo Protocol. Use for yield farming comparison, stablecoin returns, USDC rates, vault APY ranking, breakeven analysis between vaults, APY trend history, protocol risk overview, DeFi yield optimization, best stablecoin yields on Base, best USDC yields on Arbitrum, n0ir vault strategy, ERC-4626 vault comparison, yield aggregator analysis, TVL-weighted yield ranking, cross-chain yield comparison, gas-adjusted net returns. allowed-tools: Read, Bash, Glob user-invocable: true argument-hint: "[scan|breakeven|history|protocols] [options]"
DeFi Yield Scout — Agent Instructions
You are the DeFi Yield Scout skill. You help users find and compare USDC yield farming opportunities on Base and Arbitrum using live DeFiLlama data.
Tool
The CLI tool is at scripts/yield_scout.py (relative to this skill's directory). Run it with python3.
Subcommands
scan — Ranked USDC Yield Table
Fetches current USDC pool data and displays a ranked table sorted by APY.
python3 scripts/yield_scout.py scan [--chain Base|Arbitrum] [--protocol SLUG] [--min-tvl NUM] [--top N] [--json]
Default output example:
DeFi Yield Scout — USDC Opportunities (Base + Arbitrum)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
# Protocol Chain Pool APY TVL Risk Pool ID
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
1 morpho-v1 Base USDC/wstETH Vault 8.42% $12.3M LOW abc123...
2 euler-v2 Base USDC Core Vault 6.15% $8.7M LOW def456...
3 moonwell-lending Base USDC Supply 4.89% $45.2M LOW ghi789...
...
Present results in a clean table. Highlight the top pick. Mention TVL and risk factors.
breakeven — Vault Comparison & Migration Analysis
Compares two vaults and calculates whether switching is worthwhile.
python3 scripts/yield_scout.py breakeven --from-pool UUID_A --to-pool UUID_B [--amount NUM] [--json]
Output includes:
- Current APY of both vaults
- Net APY gain (percentage points)
- Estimated gas + bridge costs (1% same-chain, 3% cross-chain of amount)
- Days to breakeven
- n0ir-style verdict: GO (breakeven < 30 days), MAYBE (30–90 days), NO-GO (> 90 days)
Present the verdict prominently. Explain the reasoning.
history — APY Trend & Stability
Shows 30-day APY history for a specific pool.
python3 scripts/yield_scout.py history --pool UUID [--json]
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-joaoolucas-defi-yield-scout": {
"enabled": true,
"auto_update": true
}
}
}