grimoire-uniswap

Installation
Summary

Retrieve Uniswap router metadata, token lists, and pool snapshots via CLI commands.

  • Four command categories: info (adapter overview), routers (by chain), tokens (by symbol or address), and pools (with fee and liquidity filtering)
  • Supports Uniswap V3 (SwapRouter02) and V4 (Universal Router with Permit2) adapters across multiple chains
  • Output formats include JSON, table, and spell (a params snapshot block for agent workflows)
  • Pools can query via The Graph API or onchain factory lookups when an RPC URL is provided; tokens and pools support filtering by chain, fee tier, and source
SKILL.md

Grimoire Uniswap Skill

Use this skill to inspect Uniswap metadata and produce token/pool snapshots for spells.

Preferred invocations:

  • grimoire venue uniswap ...
  • npx -y @grimoirelabs/cli venue uniswap ... (no-install)
  • bun run packages/cli/src/index.ts venue uniswap ... (repo-local)
  • grimoire-uniswap ... (direct binary from @grimoirelabs/venues)

Recommended preflight:

  • grimoire venue doctor --adapter uniswap --chain 1 --rpc-url <rpc> --json

Commands

Related skills
Installs
1.0K
GitHub Stars
5
First Seen
Feb 5, 2026