tessl install github:jeremylongshore/claude-code-plugins-plus-skills --skill monitoring-cross-chain-bridgesMonitor cross-chain bridge TVL, volume, fees, and transaction status across networks. Use when researching bridges, comparing routes, or tracking bridge transactions. Trigger with phrases like "monitor bridges", "compare bridge fees", "track bridge tx", "bridge TVL", or "cross-chain transfer status".
Review Score
85%
Validation Score
13/16
Implementation Score
73%
Activation Score
100%
Monitor cross-chain bridge activity across multiple protocols. Track TVL, compare fees and transfer times, and monitor transaction status for bridges like Stargate, Across, Wormhole, and LayerZero.
Before using this skill, ensure you have:
requests librarypython bridge_monitor.py tvl --limit 20Shows bridges ranked by Total Value Locked.
python bridge_monitor.py bridges
python bridge_monitor.py bridges --chain arbitrumLists bridges by 24h volume with optional chain filter.
python bridge_monitor.py detail --bridge stargateShows detailed info including volume, chains, and TVL breakdown.
python bridge_monitor.py compare --source ethereum --dest arbitrum --amount 1000 --token USDCCompares fees and transfer times across bridges for a route.
python bridge_monitor.py tx --tx-hash 0x...
python bridge_monitor.py tx --tx-hash 0x... --bridge wormholeTracks bridge transaction status across protocols.
python bridge_monitor.py chainsShows all supported chains.
python bridge_monitor.py protocolsShows supported bridge protocols with their chains.
Check bridge TVL rankings:
cd {baseDir}/scripts
python bridge_monitor.py tvlCompare bridge routes before transferring:
python bridge_monitor.py compare -s ethereum -d base -a 5000 -t USDCGet bridge details for research:
python bridge_monitor.py detail --bridge acrossTrack a transaction:
python bridge_monitor.py tx --tx-hash 0x1234...Export to JSON for analysis:
python bridge_monitor.py -f json bridges > bridges.json| Bridge | Type | Avg Time | Typical Fee |
|---|---|---|---|
| Wormhole | Messaging | ~15 min | ~0.1% |
| LayerZero | Messaging | ~3 min | ~0.06% |
| Stargate | Liquidity | ~2 min | ~0.06% |
| Across | Liquidity | ~1 min | ~0.04% |
-f json flagSee {baseDir}/references/errors.md for comprehensive error handling including:
See {baseDir}/references/examples.md for detailed examples including: