LaunchKit · 2026
Back to Skills

near-agent-skills

Comprehensive agentic skills for NEAR Protocol, including gas optimization and on-chain analytics.

0
380 downloads
by @mastrophot

Setup & Installation

openclaw skills install @mastrophot/near-agent-skills

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install near-agent-skills

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.

INPUT

User asks: How much gas will this contract call cost, and how does it compare to Ethereum?

AGENT
  1. 1Call near_gas_estimate with the target contract and method to get real-time TGas estimate
  2. 2Call near_gas_optimize to surface tips for reducing execution cost
  3. 3Call near_gas_compare to retrieve equivalent Ethereum gas cost for the same operation
  4. 4Format results into a side-by-side cost breakdown
OUTPUT

TGas estimate for the NEAR call, optimization suggestions, and a cost comparison showing NEAR vs Ethereum in USD