grimoire-pendle
Fetch Pendle SDK metadata and validate routing configuration via CLI commands.
- Query supported chains, aggregators, markets, assets, and market token details from Pendle's hosted API
- Six command categories:
info,chains,supported-aggregators,markets,assets, andmarket-tokenswith filtering by chain, activity status, and asset type - Supports JSON and table output formats; configurable API base URL via flag or environment variable
- Preflight validation available through
grimoire venue doctorto test adapter setup before running spells
Grimoire Pendle Skill
Use this skill to inspect Pendle metadata and preflight Pendle routing configuration before running spells.
Preferred invocations:
grimoire venue pendle ...npx -y @grimoirelabs/cli venue pendle ...(no-install)bun run packages/cli/src/index.ts venue pendle ...(repo-local)grimoire-pendle ...(direct binary from@grimoirelabs/venues)
Recommended preflight:
grimoire venue doctor --adapter pendle --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-aave
Fetches Aave V3 public market data using the Grimoire venue CLI. Use when you need Aave health checks, chain listings, market metadata, or reserve 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.0K