near-agent-skills

TotalClaw 作者 mastrophot v1.0.0

NEAR 协议的全面代理技能,包括气体优化和链上分析。

安装 / 下载方式

TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~mastrophot-near-agent-skills
cURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~mastrophot-near-agent-skills/file -o mastrophot-near-agent-skills.md
# 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 contract execution costs.
- **`near_gas_history`**: Historical gas usage trends for accounts.
- **`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.
- **`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.

---

## 中文说明

# NEAR Agent Skills

一套专门用于与 NEAR 协议交互的工具,针对自主代理进行了优化。

## 功能

### ⛽ Gas 优化器

- **`near_gas_estimate`**:对合约调用进行实时 TGas 估算。
- **`near_gas_optimize`**:降低合约执行成本的可操作建议。
- **`near_gas_history`**:账户的历史 gas 使用趋势。
- **`near_gas_compare`**:NEAR 与 Ethereum 之间的成本对比。

### 📊 链上分析

- **`near_analytics_network`**:网络吞吐量和健康度指标。
- **`near_analytics_whales`**:追踪高价值交易。
- **`near_analytics_trending`**:识别最活跃的智能合约。
- **`near_analytics_defi`**:NEAR DeFi 生态系统的 TVL 和交易量统计。

## 设置

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

## 用法

这些技能旨在通过 OpenClaw 运行。每个命令对应包中导出的一个特定工具。