gas-tracker

$npx mdskill add TermiX-official/cryptoclaw/gas-tracker

Monitor real-time gas prices across blockchain networks to optimize transaction timing and costs.

  • Helps users time transactions for optimal costs by providing current gas prices and network congestion.
  • Integrates with tools like get_network_info, estimate_gas, and get_block_info for fetching and estimating data.
  • Decides recommendations by querying specific networks and comparing multi-chain data for cost-effective options.
  • Presents results in Gwei and USD, with timestamps and comparisons across networks like ETH, BSC, and Polygon.

SKILL.md

.github/skills/gas-trackerView on GitHub ↗
---
name: gas-tracker
description: Monitor gas prices across blockchain networks.
metadata: { "cryptoclaw": { "emoji": "⛽", "always": true } }
---

# Gas Tracker Skill

Monitor gas prices across blockchain networks.

## Overview

Provide real-time gas price information to help users time their transactions for optimal costs.

## Capabilities

- **Current gas price**: Show gas price in Gwei for any network
- **Multi-chain comparison**: Compare gas costs across networks
- **Gas estimation**: Estimate cost for specific transaction types
- **Network congestion**: Report on current network load

## Tools Used

- `get_network_info` - Fetch current gas price per network
- `estimate_gas` - Estimate specific transaction costs
- `get_block_info` - Check block utilization

## Example Interactions

User: "What's gas on Ethereum right now?"
Action: Query ETH mainnet gas price, report in Gwei and USD

User: "Compare gas across chains"
Action: Query gas price on ETH, BSC, Polygon, Arbitrum, format comparison

User: "How much would a token transfer cost on BSC?"
Action: Estimate gas for ERC20 transfer on BSC, show in BNB and USD

## Notes

- Gas prices fluctuate rapidly; always note the timestamp
- For L2s (Arbitrum, Optimism, Base), note that gas is typically much cheaper
- BSC gas is typically 3-5 Gwei; Ethereum varies widely

More from TermiX-official/cryptoclaw

SkillDescription
aave-bscInteract with Aave V3 lending protocol on BNB Smart Chain (BSC).
agent-identityRegister and manage on-chain AI agent identity via ERC-8004.
agentic-commerceCreate, fund, and settle on-chain agent jobs via ERC-8183 Agentic Commerce Protocol.
binance-address-infoBinance Web3 official skill — query any wallet address for token holdings, balances, and portfolio data across BSC, Base, and Solana. Sourced from github.com/binance/binance-skills-hub.
binance-market-rankBinance Web3 official skill — crypto market rankings including trending tokens, smart money inflow, social hype, meme ranks, and top trader PnL leaderboards. Sourced from github.com/binance/binance-skills-hub.
binance-meme-rushBinance Web3 official skill — real-time meme token launchpad tracking and AI-powered trending topic discovery on Solana and BSC. Sourced from github.com/binance/binance-skills-hub.
binance-spotBinance official spot trading skill — place orders, manage accounts, and access real-time market data via Binance Spot API. Sourced from github.com/binance/binance-skills-hub.
binance-token-auditBinance Web3 official skill — security audit for token contracts, detecting honeypots, rug pulls, and malicious functions across BSC, Base, Solana, and Ethereum. Sourced from github.com/binance/binance-skills-hub.
binance-token-infoBinance Web3 official skill — search tokens, retrieve metadata, real-time market data, and candlestick charts across BSC, Base, and Solana. Sourced from github.com/binance/binance-skills-hub.
binance-trading-signalBinance Web3 official skill — Smart Money on-chain trading signals tracking professional investor buy/sell activity on BSC and Solana. Sourced from github.com/binance/binance-skills-hub.