A high-performance multi-chain gas price monitoring tool providing real-time transaction cost estimations for major EVM networks.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install gas-tracker
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install gas-tracker using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Gas Tracker is a specialized utility designed for the Openclaw Skills ecosystem, enabling developers and traders to monitor real-time transaction costs across Ethereum, Binance Smart Chain, Polygon, Arbitrum, and Optimism. By aggregating data from premium sources like Blocknative and Etherchain, it provides accurate Slow, Standard, and Fast gas price tiers.
This skill ensures that users can optimize their smart contract interactions and DeFi trades by selecting the most cost-effective execution times. It maintains high reliability through smart fallback estimation logic, making it an essential component for any automated crypto workflow utilizing Openclaw Skills.
To use this tool within the Openclaw Skills framework, ensure your environment is configured with the necessary Python dependencies. You can query specific chains using the following commands:
# Query Ethereum (ETH) Gas prices
python scripts/gas_tracker.py eth
# Query Binance Smart Chain (BSC) Gas prices
python scripts/gas_tracker.py bsc
# Query Polygon (MATIC) Gas prices
python scripts/gas_tracker.py polygon
The skill organizes its output by network and priority level. Data is presented in a structured format for easy parsing by both humans and AI agents:
| Attribute | Description |
|---|---|
| Network | The blockchain being queried (e.g., ETH, BSC, Polygon, Arbitrum, Optimism) |
| Source | The data provider used for the current request (e.g., Blocknative, Etherchain) |
| Slow | Gas price recommended for low-priority transactions (in Gwei) |
| Standard | Gas price recommended for standard priority transactions (in Gwei) |
| Fast | Gas price recommended for high-speed, immediate execution (in Gwei) |
| Payment | Confirmation of the 0.001 USDT fee deduction via the Openclaw Skills payment layer |
Loading
A high-performance DeFi aggregator that identifies the most lucrative yield farming and staking opportunities across multiple blockchain networks.

A high-performance crypto market tracker for real-time price, volume, and 24h change data.

A real-time monitoring tool designed to identify and calculate profitable price discrepancies across decentralized exchanges on multiple blockchains.

A specialized trust scoring platform that provides autonomous AI agents with a verifiable identity and reputation score to enable secure transactions.

A multi-dimensional cryptocurrency market sentiment analyzer that integrates the Fear & Greed index, social media activity, and capital flows.

A comprehensive security analysis tool for identifying Rug Pull scams and evaluating the safety of new Meme coins.








































