OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add aave/skills --skill yield-analysis
Compare Aave yields and rates — best APY for an asset, rates across chains or between V3 and V4, APY history and stability, GHO savings (sGHO) — before recommending where to supply or borrow.
npx skills add aave/skills --skill yield-analysis
Every tool named below comes from Aave's MCP server, https://mcp.aave.com. If get_markets is not
available, add it first: claude mcp add --transport http aave https://mcp.aave.com (Claude Code),
codex mcp add aave --url https://mcp.aave.com (Codex), or point any other MCP client at the URL.
get_markets with symbols for the assets in question, no chainId, version all. The symbol filter is what makes v3 cross-chain — unfiltered v3 reads Ethereum alone.get_reserve_details for risk parameters and the rate curve, get_apy_history for how the spot rate has moved.get_sgho_vault. Its rate is governance-set, not utilisation-driven, and sGHO is not collateral — present it as savings, not as a lending position.chainsCovered), which were not (chainsNotCovered), and that chainsNotServed chains hold no data here at all.isFrozen / isPaused / cap-reached, and check suppliable / borrowable (v4) or availableLiquidity (v3) against the size in question. A great APY with no capacity is not an option.get_apy_history next to the spot figure.