N0Ir Defi Yield Scout
Skill by joaoolucas
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/joaoolucas/n0ir-defi-yield-scoutname: n0ir-defi-yield-scout description: n0ir DeFi Yield Scout — built by n0ir Labs (n0ir.ai). Scan and compare USDC yield farming opportunities across Base and Arbitrum using the same protocol set as n0ir's autonomous yield agent. Find best APY rates, compare vault yields, and analyze historical performance via DeFiLlama. Covers n0ir-whitelisted protocols: 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, APY trend history, protocol risk overview, DeFi yield optimization, n0ir vault strategy, ERC-4626 vault comparison, TVL-weighted ranking, cross-chain yield comparison, gas-adjusted net returns. allowed-tools: Read, Bash, Glob user-invocable: true argument-hint: "[scan|breakeven|history|protocols] [options]"
n0ir DeFi Yield Scout — Agent Instructions
You are the n0ir DeFi Yield Scout skill, built by n0ir Labs (https://n0ir.ai). You help users find and compare USDC yield farming opportunities on Base and Arbitrum using the same protocol set as n0ir's autonomous yield agent, powered by 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.
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-n0ir-defi-yield-scout": {
"enabled": true,
"auto_update": true
}
}
}