gas-oracle
Installation
SKILL.md
Gas Price Oracle
A data intelligence skill that analyzes blockchain gas fee history to recommend optimal gas prices. It helps agents decide whether to execute a transaction now or wait for lower fees.
Quick Start
# Check if gas is low enough to transact
gas_report = await agent.run_tool(
"gas_tracker",
action="check_status",
threshold_gwei=20
)
print(gas_report)