ホーム/区块链与 Web3/grimoire-uniswap
G

grimoire-uniswap

by @franalgabav
4.1(3)

Grimoireプラットフォームを利用して、Uniswapルーターのメタデータを取得します。このスキルは、Uniswap分散型取引所の主要な設定および運用情報を提供し、Web3取引と流動性管理をサポートすることに特化しています。

Uniswap ProtocolDecentralized Exchanges (DEX)Liquidity PoolsWeb3 DevelopmentSmart ContractsGitHub
インストール方法
npx skills add franalgaba/grimoire --skill grimoire-uniswap
compare_arrows

Before / After 効果比較

1
使用前

Uniswapルーティングメタデータの手動取得は複雑で時間がかかります。データ取得効率が低く、リアルタイムで取引経路を把握することが難しいため、取引戦略に影響を与えます。

使用後

Grimoire venue CLIを利用して、Uniswapルーティングメタデータを簡単に取得できます。データ取得速度が大幅に向上し、リアルタイム情報を確保し、迅速な意思決定を支援します。

description SKILL.md


name: grimoire-uniswap description: Retrieves Uniswap router metadata using the Grimoire venue CLI. Use when you need router addresses, adapter information, or Uniswap V3/V4 details.

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

  • grimoire venue uniswap info [--format <json|table>]
  • grimoire venue uniswap routers [--chain <id>] [--format <json|table>]
  • grimoire venue uniswap tokens [--chain <id>] [--symbol <sym>] [--address <addr>] [--source <url>] [--format <json|table|spell>]
  • grimoire venue uniswap pools --chain <id> --token0 <address|symbol> --token1 <address|symbol> [--fee <bps>] [--limit <n>] [--source <url>] [--format <json|table|spell>] [--endpoint <url>] [--graph-key <key>] [--subgraph-id <id>] [--rpc-url <url>] [--factory <address>]

If you provide --rpc-url (or RPC_URL) and omit --endpoint/--graph-key, pools uses onchain factory lookups instead of The Graph.

Examples

grimoire venue uniswap info --format table
grimoire venue uniswap routers
grimoire venue uniswap routers --chain 1
grimoire venue uniswap tokens --chain 1 --symbol USDC --format spell
grimoire venue uniswap pools --chain 1 --token0 USDC --token1 WETH --fee 3000 --format spell
grimoire venue uniswap pools --chain 8453 --token0 USDC --token1 WETH --fee 500 --rpc-url $RPC_URL --format table
grimoire venue uniswap pools --chain 8453 --token0 USDC --token1 WETH --fee 500 --graph-key $GRAPH_API_KEY --subgraph-id <id> --format table

Use --format spell on tokens or pools to emit a params: snapshot block.

Supported Adapters

AdapterRouterApproval Flow
@uniswap_v3SwapRouter02Standard ERC20 approve
@uniswap_v4Universal RouterPermit2

Notes

  • CLI currently exposes V3 metadata. V4 adapter is available programmatically via createUniswapV4Adapter().
  • Outputs JSON/table; tokens and pools also support --format spell.
  • Prefer --format json for automation and reproducible snapshots.
  • Only metadata is exposed (no on-chain quote endpoints).

forumユーザーレビュー (0)

レビューを書く

効果
使いやすさ
ドキュメント
互換性

レビューなし

統計データ

インストール数200
評価4.1 / 5.0
バージョン
更新日2026年3月16日
比較事例1 件

ユーザー評価

4.1(3)
5
0%
4
0%
3
0%
2
0%
1
0%

この Skill を評価

0.0

対応プラットフォーム

🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI

タイムライン

作成2026年3月16日
最終更新2026年3月16日