Token导航 LogoToken导航TokenDH.com
效率敏感数据clawhub未标认证来源可访问clear审计通过

tronscan-realtime-networktronscan 实时网络

Agent Skill

tronscan-realtime-network 用于辅助测试设计、自动化测试和回归验证,适合在 OpenClaw 中需要补充测试、分析失败日志或验证功能改动时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

9,008

周安装

383

GitHub Stars

1

下载量

3,156
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:tronscan-realtime-network(tronscan 实时网络)
来源仓库:https://github.com/sshnii/tronscan-realtime-network
安装命令:
openclaw skills install tronscan-realtime-network
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install tronscan-realtime-network

简介

查询 TRON 实时网络运行状态指标。

  • 提供区块高度、TPS 和节点数量数据。
  • 包含 TVL 和投票实时统计。tronscan-realtime-network 属于效率类 Skill,可作为该场景下的辅助能力补充。
  • 需确认 API 响应时间限制。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • 建议参考原始 README 了解数据精度说明。

SKILL.md

name
tronscan-realtime-network
description
|
metadata
author
tronscan-mcp
version
1.0
mcp-server
https://mcp.tronscan.org/mcp

Realtime Network Data

Overview

ToolFunctionUse Case
getLatestBlockLatest solidified blockSolidified block height, hash, timestamp, witness, tx count
getCurrentTpsTPS & heightCurrent TPS, latest block height, historical max TPS
getHomepageDataHomepage summaryTPS, node count, chain overview, TVL, frozen
getNodeMapNode mapReal-time node info and geographic distribution
getWitnessGeneralInfoWitness aggregateTotal vote count, block stats, witness count
getTransactionStatisticsTx statisticsTotal tx count, token tx volume aggregates

Use Cases

  1. Latest solidified block / confirmed block height: Use getLatestBlock for solidified block (not chain-head latest); use getCurrentTps for latest block height.
  2. Real-time TPS: Use getCurrentTps for current TPS; use getHomepageData for overview TPS.
  3. Real-time node count: Use getHomepageData for node count; use getNodeMap for node list and distribution.
  4. Latest TVL: Use getHomepageData for latest TVL in homepage overview.
  5. Total transaction count: Use getTransactionStatistics for total tx count and token tx volume.
  6. Real-time vote count: Use getWitnessGeneralInfo for total vote count and witness stats.

MCP Server

Tools

getLatestBlock

  • API: getLatestBlock — Calls /api/block/latest; returns latest solidified block (number, hash, size, timestamp, witness, tx count). Note: Returns solidified block, not the chain-head latest block.
  • Use when: User asks for "confirmed block", "solidified block height", or needs a stable block number. If user asks "latest block height" or "current block", clarify that the response is the solidified block and may lag behind the chain head.
  • Response: number (block height), hash, size, timestamp, witness, tx count, etc.
  • Note: Fields such as witnessName, fee, energyUsage, blockReward, voteReward, confirmations, netUsage may be 0 or null (underlying API does not return them)—ignore them. Use tronscan-block-info getBlocks when these fields are needed.

getCurrentTps

  • API: getCurrentTps — Get current TPS, latest block height, and historical max TPS
  • Use when: User asks for "real-time TPS", "current TPS", "throughput", or "latest block height".
  • Response: currentTps, latest block height, historical max TPS.

getHomepageData

  • API: getHomepageData — Get homepage data (TPS, node count, overview, frozen, TVL, etc.)
  • Use when: User asks for "network overview", "node count", "TVL", or "homepage stats".
  • Response: TPS, node count, chain overview, frozen resources, TVL, etc.

getNodeMap

  • API: getNodeMap — Get current node info and geographic distribution
  • Use when: User asks for "node count", "node distribution", or "node map".
  • Response: Current node info and geographic distribution.

getWitnessGeneralInfo

  • API: getWitnessGeneralInfo — Get witness aggregate stats (total votes, block stats, witness count)
  • Use when: User asks for "real-time vote count", "total votes", or "witness stats".
  • Response: Total vote count, block stats, witness count.

getTransactionStatistics

  • API: getTransactionStatistics — Get transaction statistics (total tx, token tx volume, etc.)
  • Use when: User asks for "total transaction count" or "tx volume".
  • Response: Total tx count, token tx volume, and other aggregates.

Troubleshooting

  • MCP connection failed: If you see "Connection refused", verify TronScan MCP is connected in Settings > Extensions.
  • API rate limit / 429: TronScan API has call count and frequency limits when no API key is used. If you encounter rate limiting or 429 errors, go to TronScan Developer API to apply for an API key, then add it to your MCP configuration and retry.

Notes

  • For a single "real-time network" dashboard, prefer getHomepageData first (covers TPS, nodes, TVL); then add getCurrentTps for precise TPS/height, getWitnessGeneralInfo for votes, and getTransactionStatistics for total tx count.
  • All tools are invoked via TronScan MCP tools/call with the tool name and required arguments.
  • getLatestBlock may return 0/null for witnessName, blockReward, voteReward, fee, energyUsage, netUsage, confirmations; use tronscan-block-info getBlocks when these fields are needed.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

85.4%
按下载量换算2,695

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills