Use this skill when the user asks "gas price", "how much is gas", "current gas", "check gas fees", or mentions checking gas costs on blockchain. Optional chain parameter.
/plugin marketplace add cheolwanpark/useful-claude-plugins/plugin install crypto@personal-curationThis skill is limited to using the following tools:
Gets current gas price for a blockchain network.
Run the script with optional chain:
${CLAUDE_PLUGIN_ROOT}/scripts/crypto-gas-price.sh [chain]
chain (optional): Chain name - ethereum (default), polygon, arbitrum, optimism, base, bsc| Chain | Aliases | Explorer |
|---|---|---|
| ethereum | eth, mainnet | Etherscan |
| polygon | matic | Polygonscan |
| arbitrum | arb | Arbiscan |
| optimism | op | Optimism Etherscan |
| base | - | Basescan |
| bsc | binance | BSCScan |
cast (Foundry) must be installed# Get gas price on Ethereum
${CLAUDE_PLUGIN_ROOT}/scripts/crypto-gas-price.sh
# Get gas price on Polygon
${CLAUDE_PLUGIN_ROOT}/scripts/crypto-gas-price.sh polygon