| name | grimoire-across |
| description | Fetches Across Protocol bridge quotes, routes, and deposit status using the Grimoire venue CLI. Use when you need bridge quotes, route availability, or cross-chain deposit tracking. |
Grimoire Across Skill
Use this skill to query Across Protocol bridge data for cross-chain strategy inputs.
Preferred invocations:
grimoire venue across ...
npx -y @grimoirelabs/cli venue across ... (no-install)
bun run packages/cli/src/index.ts venue across ... (repo-local)
grimoire-across ... (direct binary from @grimoirelabs/venues)
Recommended preflight:
grimoire venue doctor --adapter across --chain 1 --rpc-url <rpc> --json
Commands
grimoire venue across info — adapter metadata and supported chains
grimoire venue across chains — list supported bridge chains
grimoire venue across quote --asset <symbol|address> --from <chainId> --to <chainId> --amount <wei> [--recipient <address>] — get a bridge quote with fees and limits
grimoire venue across status --tx-hash <hash> [--api-url <url>] — check deposit status by origin tx hash
grimoire venue across routes --asset <symbol> — list available bridge routes for an asset
Examples
grimoire venue across info
grimoire venue across chains
grimoire venue across quote --asset USDC --from 1 --to 8453 --amount 1000000000
grimoire venue across quote --asset WETH --from 42161 --to 1 --amount 500000000000000000
grimoire venue across status --tx-hash 0xabc123...
grimoire venue across routes --asset USDC
grimoire venue across routes --asset WETH