Intelligent gas fee optimization across all EVM chains.
Features
Real-Time Gas Tracking - Monitor gas prices across chains
Optimal Timing - AI predicts lowest gas windows
Transaction Batching - Combine multiple txs to save gas
MEV Protection - Route through Flashbots to avoid MEV
Gas Alerts - Notify when gas drops below threshold
Historical Analysis - Track your gas spending over time
Chain Comparison - Compare fees across L1s and L2s
Commands
kit gas status # Current gas prices all chains
kit gas predict # Predict optimal send time
kit gas history # Your gas spending history
kit gas alert <gwei> # Alert when below threshold
kit gas batch # Queue transactions for batching
kit gas estimate <tx> # Estimate transaction cost
1---2name: gas-optimizer3description: Gas Optimizer4---5# Gas Optimizer67Intelligent gas fee optimization across all EVM chains.89## Features1011- **Real-Time Gas Tracking** - Monitor gas prices across chains12- **Optimal Timing** - AI predicts lowest gas windows13- **Transaction Batching** - Combine multiple txs to save gas14- **MEV Protection** - Route through Flashbots to avoid MEV15- **Gas Alerts** - Notify when gas drops below threshold16- **Historical Analysis** - Track your gas spending over time17- **Chain Comparison** - Compare fees across L1s and L2s1819## Commands2021```22kit gas status # Current gas prices all chains23kit gas predict # Predict optimal send time24kit gas history # Your gas spending history25kit gas alert <gwei> # Alert when below threshold26kit gas batch # Queue transactions for batching27kit gas estimate <tx> # Estimate transaction cost28```2930## API Endpoints3132- `GET /api/gas/prices` - Current prices all chains33- `GET /api/gas/predict` - Optimal timing prediction34- `GET /api/gas/history` - Spending history35- `POST /api/gas/alerts` - Set price alerts36- `POST /api/gas/batch` - Submit batch transaction37- `GET /api/gas/estimate` - Estimate tx cost3839## Supported Chains4041- Ethereum Mainnet42- Arbitrum, Optimism, Base, zkSync43- Polygon, BNB Chain44- Avalanche, Fantom45- All major L1s and L2s4647## Configuration4849```yaml50gas:51 default_chain: ethereum52 mev_protection: true53 flashbots_rpc: true54 max_priority_fee: 2gwei55 alert_threshold: 20gwei56 batch_enabled: true57```5859## Savings Strategies6061- Wait for weekend/night for lower gas62- Use L2s for small transactions63- Batch similar transactions64- Use Flashbots for MEV protection65- Monitor gas spikes from NFT mints
Run npx skillmds@latest add signal-execution-labs/gas-optimizer in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Gas Optimizer It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Signal-Execution-Labs (@signal-execution-labs) published this skill. Their other Agent Skills are listed on their SkillMD profile.