grimoire-aave
Query Aave V3 market data, reserve snapshots, and health metrics across supported chains.
- Provides six command categories: health checks, chain listings, market metadata, individual market details, reserve information, and bulk reserve queries
- Supports Ethereum and Base with automatic RPC configuration via preflight doctor command
- Outputs JSON, table, or spell format (for direct strategy input); reserves command can emit
params:blocks for downstream consumption - Read-only metadata endpoints; no transaction execution or state-changing operations
Grimoire Aave Skill
Use this skill to query Aave V3 metadata and reserve snapshots for strategy inputs.
Preferred invocations:
grimoire venue aave ...npx -y @grimoirelabs/cli venue aave ...(no-install)bun run packages/cli/src/index.ts venue aave ...(repo-local)grimoire-aave ...(direct binary from@grimoirelabs/venues)
Recommended preflight:
grimoire venue doctor --adapter aave --chain 1 --rpc-url <rpc> --json
Commands
More from franalgaba/grimoire
grimoire-polymarket
Queries Polymarket market data and CLOB state, and manages CLOB orders via the Grimoire venue CLI wrapper backed by the official Polymarket CLI.
11.6Kgrimoire-hyperliquid
Queries Hyperliquid market data using the Grimoire venue CLI. Use when you need mids, books, metadata, open orders, or a withdrawal call.
1.0Kgrimoire-morpho-blue
Fetches Morpho Blue public deployment metadata using the Grimoire venue CLI. Use when you need contract addresses or adapter info.
1.0Kgrimoire
Install and operate Grimoire, author .spell files with full syntax coverage (including advisory decision logic), and run compile/validate/simulate/cast safely. Use when users ask to create, edit, debug, validate, simulate, execute, or explain Grimoire strategies.
1.0Kgrimoire-uniswap
Retrieves Uniswap router metadata using the Grimoire venue CLI. Use when you need router addresses, adapter information, or Uniswap V3/V4 details.
1.0Kgrimoire-pendle
Fetches Pendle Hosted SDK metadata using the Grimoire venue CLI. Use when you need supported chains, aggregators, markets, assets, or market token details.
999