# Near Agent Skills

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

- Skill: `mastrophot/near-agent-skills` (Agent Skill, multi-file: 7 files)
- Install (CLI): `npx skillmds@latest add mastrophot/near-agent-skills`
- Raw SKILL.md: https://api.skillmd.com/api/skills/mastrophot/near-agent-skills/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Data & Analytics
- Author: mastrophot (https://skillmd.com/u/mastrophot)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/mastrophot/near-agent-skills

---


# NEAR Agent Skills

A collection of specialized tools for interacting with the NEAR Protocol, optimized for autonomous agents.

## Features

### ⛽ Gas Optimizer

- **`near_gas_estimate`**: Real-time TGas estimation for contract calls.
- **`near_gas_optimize`**: Actionable tips to reduce transaction execution costs.
- **`near_gas_history`**: Mainnet/testnet gas snapshots.
- **`near_gas_compare`**: Cost comparison between NEAR and Ethereum.

### 📊 On-Chain Analytics

- **`near_analytics_network`**: Network throughput and health metrics.
- **`near_analytics_whales`**: Tracking high-value transactions with a minimum threshold.
- **`near_analytics_trending`**: Identifying the most active smart contracts.
- **`near_analytics_defi`**: TVL and volume stats for the NEAR DeFi ecosystem.

## Setup

```bash
npm install
npm run build
```

## Usage

These skills are designed to be run via OpenClaw. Each command corresponds to a specific tool exported in the package.

