Help us improve
Share bugs, ideas, or general feedback.
From defi-yield-optimizer
Aggregates DeFiLlama data to compare yields across protocols/chains, calculate APYs, assess risks via TVL/audits, and recommend optimizations for farming strategies.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin defi-yield-optimizerHow this skill is triggered — by the user, by Claude, or both
Slash command
/defi-yield-optimizer:optimizing-defi-yieldsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Find and compare DeFi yield opportunities across protocols. Aggregates data from DeFiLlama and other sources to provide APY/APR comparisons, risk assessments, and optimization recommendations for yield farming strategies.
Compares staking rewards across validators, protocols, and blockchains. Calculates net APY after fees, assesses risks, TVL, and optimizes PoS portfolios for assets like ETH.
Discovers 2,988+ yield opportunities across 75+ blockchains, builds deposit/withdrawal transactions via shell scripts, and signs with MoonPay wallet.
OKX-aggregated DeFi discovery and execution — finds and routes to best protocols without naming a specific DApp. Covers yield farming, staking, lending, borrowing, liquidity pools, APY/TVL trends.
Share bugs, ideas, or general feedback.
Find and compare DeFi yield opportunities across protocols. Aggregates data from DeFiLlama and other sources to provide APY/APR comparisons, risk assessments, and optimization recommendations for yield farming strategies.
Before using this skill, ensure you have:
python ${CLAUDE_SKILL_DIR}/scripts/yield_optimizer.py --top 20
python ${CLAUDE_SKILL_DIR}/scripts/yield_optimizer.py --chain ethereum --top 10
python ${CLAUDE_SKILL_DIR}/scripts/yield_optimizer.py --min-tvl 10000000 --top 15 # 10000000 = 10M limit
python ${CLAUDE_SKILL_DIR}/scripts/yield_optimizer.py --asset USDC --chain ethereum
python ${CLAUDE_SKILL_DIR}/scripts/yield_optimizer.py --protocol aave,compound,curve
--risk low, --risk medium, --risk high):
python ${CLAUDE_SKILL_DIR}/scripts/yield_optimizer.py --audited-only --min-tvl 1000000 # 1000000 = 1M limit
python ${CLAUDE_SKILL_DIR}/scripts/yield_optimizer.py --risk low --min-apy 3
python ${CLAUDE_SKILL_DIR}/scripts/yield_optimizer.py --pool "aave-v3-usdc-ethereum" --detailed
python ${CLAUDE_SKILL_DIR}/scripts/yield_optimizer.py --compare aave,compound,spark --asset USDC
python ${CLAUDE_SKILL_DIR}/scripts/yield_optimizer.py --top 50 --format json --output yields.json
python ${CLAUDE_SKILL_DIR}/scripts/yield_optimizer.py --chain ethereum --format csv --output eth_yields.csv
==============================================================================
DEFI YIELD OPTIMIZER 2026-01-15 15:30 UTC # 2026 year
==============================================================================
TOP YIELD OPPORTUNITIES
------------------------------------------------------------------------------
Protocol Pool Chain TVL APY Risk Score
Convex cvxCRV Ethereum $450M 12.5% Low 9.2
Aave v3 USDC Ethereum $2.1B 4.2% Low 9.8
Curve 3pool Ethereum $890M 3.8% Low 9.5
Compound v3 USDC Ethereum $1.5B 3.2% Low 9.6
Yearn yvUSDC Ethereum $120M 5.1% Medium 7.8
------------------------------------------------------------------------------
APY BREAKDOWN (Top Result)
------------------------------------------------------------------------------
Base APY: 4.5%
Reward APY: 8.0% (CRV + CVX)
Total APY: 12.5%
IL Risk: None (single-sided)
==============================================================================
RISK ANALYSIS: Convex cvxCRV
------------------------------------------------------------------------------
Audit Status: ✓ Audited (Trail of Bits, OpenZeppelin)
Protocol Age: 3+ years
TVL: $450M (stable)
TVL Trend: +5% (30d)
Risk Score: 9.2/10 (Low Risk)
Risk Factors:
• Smart contract dependency on Curve
• CRV/CVX reward token volatility
• Vote-lock mechanics
==============================================================================
See ${CLAUDE_SKILL_DIR}/references/errors.md for comprehensive error handling.
Common issues:
See ${CLAUDE_SKILL_DIR}/references/examples.md for detailed usage examples.
Find stablecoin yields:
python yield_optimizer.py --asset USDC,USDT,DAI --min-tvl 10000000 # 10000000 = 10M limit
Low-risk opportunities:
python yield_optimizer.py --risk low --audited-only --min-apy 2
Multi-chain search:
python yield_optimizer.py --chain ethereum,arbitrum,polygon --top 20
Export top yields:
python yield_optimizer.py --top 100 --format json --output all_yields.json
Settings in ${CLAUDE_SKILL_DIR}/config/settings.yaml: