Install
openclaw skills install @ssidharhubble/gas-fee-trackerTrack 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, medium, or high against configurable thresholds, logs snapshots to a JSONL history file over time, and supports threshold alerts for scripting into automations. Useful for crypto trading, defi, smart contract deployment, and passive income bots that need to time on-chain transactions to avoid overpaying for gas. Complements whale-tracking and defi yield-farming workflows by timing execution around cheap gas windows.
openclaw skills install @ssidharhubble/gas-fee-trackerLive gas price snapshots across four EVM chains, using only free public RPC endpoints — no API key, no rate-limit signup required.
Snapshot all chains:
python3 scripts/gas_tracker.py
Single chain, JSON output for scripting:
python3 scripts/gas_tracker.py --chain ethereum --json
Append to a running history log:
python3 scripts/gas_tracker.py --log gas_history.jsonl
Use as a gate in an automation (exits 0 only if gas is at/below threshold):
python3 scripts/gas_tracker.py --chain base --alert-below 0.1 && echo "cheap gas, proceed"
Ethereum mainnet, Base, Polygon, Arbitrum One — each with its own low/high gwei thresholds tuned to that chain's typical range.
eth_gasPrice legacy gas price, not EIP-1559
base-fee/priority-fee breakdown or a predictive estimate of future blocks