account-activity
Installation
SKILL.md
Aave 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.
Steps
get_user_activityfor 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 (fromget_user_positions) rather than treating one market's page as the full history.- Position trajectory:
get_user_summary_history(v4) for net worth, debt and health factor over a window — the "how close to liquidation have I been" question. - Paging: pass
pageInfo.nextback ascursorwith an explicit version — a cursor belongs to one version's feed.
Reporting rules
- State the scope of any v3 history answer (which market, which chain); never present one market's page as the wallet's complete history.
- "Where does this wallet hold anything" is
get_user_positions, not this feed.