gas-optimization
Installation
SKILL.md
Gas Optimization Skill
Help agents decide when to send and how to send cheaper: base fee prediction, batch vs separate gas comparison, per-tx estimation with suggested limits and EIP-1559 fees, and EIP-4844 blob quotes on Ethereum.
Quick Start
Base fee prediction and when-to-send:
{"chain": "ethereum", "blocks": 20}
Batch vs separate gas:
{"chain": "ethereum", "operations": ["erc20_transfer", "erc20_transfer", "uniswap_swap"]}