This is a CLI wrapper around Grimoire's Uniswap venue adapter that lets you pull router addresses, token lists, and pool data without writing a full spell. You'd reach for it when you need to look up fee tiers, find pools for a token pair, or generate snapshot params blocks for spell inputs. It supports both subgraph queries (via The Graph) and direct RPC fallback, which is handy when you're working across chains or don't have graph access. The snapshot commands are agent-only, meaning they're designed for programmatic use rather than interactive exploration. One thing to note: fee_tier is a required parameter for swaps, not optional, so you'll need to be explicit about your pool selection upfront.
npx skills add https://github.com/franalgaba/grimoire --skill grimoire-uniswap