Coding

Gas Tracker

Try it

Monitor current Ethereum gas prices (Slow/Standard/Fast/Instant tiers) with Gwei values and estimated confirmation times. Use when user asks about ETH gas pr...

What it does

Monitor current Ethereum gas prices (Slow/Standard/Fast/Instant tiers) with Gwei values and estimated confirmation times. Use when user asks about ETH gas prices, wants to check if network is congested, or set gas alerts for transactions. Fetches from public RPC and explorer APIs with automatic fallbacks.

The skill document

Gas Tracker

Monitor Ethereum gas prices in Gwei across Slow / Standard / Fast / Instant tiers.

Quick Use

python scripts/gas_tracker.py
python scripts/gas_tracker.py --fast
python scripts/gas_tracker.py --alert 30
python scripts/gas_tracker.py --json

Output

  ETH Gas Tracker  |  Source: publicnode.com  |  Block #21345678
  Updated: 2026-06-23T07:10:00Z

  Tier      Gwei      ETA
  ------    ------    -------
  Slow      12.0 Gwei    ~15 min
  Standard  15.0 Gwei    ~5 min
  Fast      20.0 Gwei    ~2 min
  Instant   25.0 Gwei    ~30 sec

  Base Fee: 10.0 Gwei
  Status: LOW — Good time to transact

Flags

FlagDescription
--slowShow slow tier only
--standardShow standard tier only
--fastShow fast tier only
--instantShow instant tier only
--alert GWEIExit 0 if standard gas < GWEI, exit 1 if above
--jsonRaw JSON output

Data Sources

Tries in order: ethereum.publicnode.com RPC → api.blockscout.comethgas.infoapi.ethgas.watch. Uses the first available.

Alert Script Example

Useful for cron jobs:

python scripts/gas_tracker.py --alert 30 && echo "Gas is low, good to swap!" || echo "Gas too high"

Related skills

Track live EVM gas fees across Ethereum, Base, Polygon, and Arbitrum using free public RPC endpoints with no API key required. Classifies current gas as low,...

1 installs

Real-time crypto prices, gas, trending tokens, wallet balances, ENS resolution, and token info for OpenClaw agents. Zero API keys required. Zero setup. Use when the user asks about crypto prices, token info, wallet balances, gas costs, trending coins, name resolution, or any blockchain data lookup.

2 installs

Check live gas prices across Ethereum, Base, Arbitrum, Optimism, and Polygon in one call using free public RPC endpoints (no API key required), rank chains by estimated USD transaction cost, and get a general low-traffic timing note. Built for crypto traders, DeFi users, and smart contract deployers who want to pick the cheapest chain or time before sending a transaction. Complements trading, defi, and smart contract skills by covering the operational cost side of on-chain activity — useful before bridging, swapping, claiming an airdrop, deploying a contract, or moving whale-sized positions where gas costs compound across many transactions.

1 installs

Crypto & DeFi market data for AI agents — spot prices, market data, DEX liquidity, DeFi protocol TVL, gas prices, Fear & Greed sentiment, trending coins, and...

1 installs

Full-stack, multi-chain blockchain assistant covering BTC, ETH, BSC, Solana and major L2s. Reads charts and on-chain data, traces wallet and contract fund flows, weighs DeFi/staking yields against risk, and writes or audits Solidity smart contracts. Use it when you want to analyze price action, track an address, size up a yield strategy, or check a contract for exploits. Replies in the language you use (Chinese by default).

1 installs

Use when you need to query Etherscan API V2 for onchain activity, contract metadata, ABI/source retrieval, proxy implementation discovery, and transaction/lo...

28 installs