Toolverse
All skills

monitoring-cross-chain-bridges

by jeremylongshore

Monitor cross-chain bridge TVL, volume, fees, and transaction status across networks.\nUse when researching bridges, comparing routes, or tracking bridge transactions.\nTrigger with phrases like \

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Category
Testing
Views
1

About this skill

Monitor cross-chain bridge TVL, volume, fees, and transaction status across networks.\nUse when researching bridges, comparing routes, or tracking bridge transactions.\nTrigger with phrases like \

How to use

  1. Upewnij się, że masz zainstalowany Python 3.8 lub nowszy oraz bibliotekę requests. Skill wymaga dostępu do internetu, aby pobierać dane z API DefiLlama i mostów.

  2. Aby zobaczyć ranking mostów według całkowitej wartości zablokowanej (TVL), użyj komendy python bridge_monitor.py tvl --limit 20. Wyświetli się lista 20 największych mostów.

  3. Jeśli chcesz porównać opłaty i czasy transferu dla konkretnej trasy, użyj python bridge_monitor.py compare --source ethereum --dest arbitrum --amount 1000 --token USDC. Zastąp ethereum i arbitrum sieciami, między którymi chcesz transferować, oraz dostosuj kwotę i token.

  4. Aby śledzić status konkretnej transakcji, uruchom python bridge_monitor.py tx --tx-hash 0x... i wstaw hash transakcji. Opcjonalnie dodaj --bridge wormhole, jeśli znasz most, przez który przeszła transakcja.

  5. Skill reaguje na frazy takie jak "monitor bridges", "compare bridge fees", "track bridge tx" lub "cross-chain transfer status" — możesz je używać w rozmowie z Claude'em, aby automatycznie wyzwolić odpowiednią komendę.

Related skills

go-dev-guidelines

by jumppad-labs

This skill should be used when writing, refactoring, or testing Go code. It provides idiomatic Go development patterns, TDD-based workflows, project structure conventions, and testing best practices using testify/require and mockery. Activate this skill when creating new Go

Testing
1190

ppt-creator

by daymade

Create professional slide decks from topics or documents. Generates structured content with data-driven charts, speaker notes, and complete PPTX files. Applies persuasive storytelling principles (Pyramid Principle, assertion-evidence). Supports multiple formats (Marp,

Testing
2739

backtesting-frameworks

by wshobson

Build robust backtesting systems for trading strategies with proper handling of look-ahead bias, survivorship bias, and transaction costs. Use when developing trading algorithms, validating strategies, or building backtesting infrastructure.

Testing
12105

langgraph-docs

by langchain-ai

Use this skill for requests related to LangGraph in order to fetch relevant documentation to provide accurate, up-to-date guidance.

Testing
23127

lean4-theorem-proving

by cameronfreer

Use when developing Lean 4 proofs, facing type class synthesis errors, managing sorries/axioms, or searching mathlib - provides build-first workflow, instance management patterns (haveI/letI), and domain-specific tactics

Testing
9108

wcag-audit-patterns

by wshobson

Conduct WCAG 2.2 accessibility audits with automated testing, manual verification, and remediation guidance. Use when auditing websites for accessibility, fixing WCAG violations, or implementing accessible design patterns.

Testing
1893