OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add aave/skills --skill account-activity
An Aave account's history — past supplies, borrows, repays, withdrawals and collateral changes, and how net worth or health factor moved over time — for "transaction history", "how has my position changed", what a wallet did on Aave.
npx skills add aave/skills --skill account-activity
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_user_activity for the event feed, most recent first. v4 covers every chain in one read; v3 reads one market on one chain at a time and states that scope — so on v3, sweep the markets the wallet actually holds (from get_user_positions) rather than treating one market's page as the full history.get_user_summary_history (v4) for net worth, debt and health factor over a window — the "how close to liquidation have I been" question.pageInfo.next back as cursor with an explicit version — a cursor belongs to one version's feed.get_user_positions, not this feed.