Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
A set of agent tools for NEAR Protocol covering gas estimation, cost optimization, and on-chain analytics. Includes comparisons with Ethereum gas costs and DeFi ecosystem stats like TVL and volume.
Combines gas tooling and on-chain analytics in one package rather than querying NEAR RPC endpoints manually or using separate indexer services.
When to use it
- Estimating gas costs before deploying a NEAR contract call
- Reducing transaction fees on a high-frequency dApp
- Tracking whale activity on NEAR for trading signals
- Comparing execution costs between NEAR and Ethereum
- Monitoring DeFi protocol health on NEAR
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: How much gas will this contract call cost, and how does it compare to Ethereum?
- 1Call near_gas_estimate with the target contract and method to get real-time TGas estimate
- 2Call near_gas_optimize to surface tips for reducing execution cost
- 3Call near_gas_compare to retrieve equivalent Ethereum gas cost for the same operation
- 4Format results into a side-by-side cost breakdown
TGas estimate for the NEAR call, optimization suggestions, and a cost comparison showing NEAR vs Ethereum in USD