termix-official/cryptoclaw

gas-tracker

Monitor gas prices across blockchain networks.

First seen Feb 28, 2026

Installation

$ npx skills add termix-official/cryptoclaw --skill gas-tracker

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from termix-official/cryptoclaw · top by installs.

npx skills add termix-official/cryptoclaw

Browse all from termix-official/cryptoclaw

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 101
License LICENSE
Default branch main
Open issues 1
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,336 B
  • docs SUMMARY.md 65 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 13 installs

SKILL.md

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

  • getnetworkinfo - Fetch current gas price per network
  • estimate_gas - Estimate specific transaction costs
  • getblockinfo - 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