Agent skill
gas-tracker
Monitor gas prices across blockchain networks.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/gas-tracker
Metadata
Additional technical details for this skill
- cryptoclaw
-
{ "emoji": "\u26fd", "always": true }
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
get_network_info- Fetch current gas price per networkestimate_gas- Estimate specific transaction costsget_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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?