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

tronscan-contract-analysistronscan 合约分析

Agent Skill

tronscan-contract-analysis 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

11,187

周安装

457

GitHub Stars

1

下载量

3,619
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install tronscan-contract-analysis

简介

分析 TRON 智能合约的公开特征。

  • 提供部署信息、方法和调用者分析。
  • 支持开源状态和交易计数统计。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • 需确认合约地址有效性。tronscan-contract-analysis 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 建议参考原始 README 了解验证流程说明。

SKILL.md

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

Contract Analysis

Overview

ToolFunctionUse Case
getContractDetailContract infoBalance, verification, call count, method map
getContractCallStatisticCall statsCall count, top callers, top methods
getContractCallersCaller listCallers and call count for a given day
getContractEventsEventsTransfer events and method calls
getContractListContract listSearch by name/address, sort, paginate
getContractEnergyStatisticEnergy usageTotal and daily energy consumption
getContractTriggerTransactionsTrigger txsContract-triggered transactions in time range
getContractAnalysisDaily analysisBalance, transfers, energy, bandwidth, calls, fee
getCallerAddressStatisticCaller address statsContract call count per period with max/min
getContractTriggerStatisticDaily trigger statsDaily call count for a contract in a time range
getHolderTokenBasicInfoHolder token infoToken balance and holding duration for an account

Use Cases

  1. Deploy & Basic Info: Use getContractDetail for balance, verification status, call count, method mapping.
  2. Hot Methods: Use getContractCallStatistic for top called methods.
  3. Top Callers: Use getContractCallStatistic or getContractCallers for top 5 or full caller list.
  4. Open-source / Verification: Verification status is in getContractDetail.
  5. Transaction Count: Use getContractDetail or getContractTriggerTransactions for call/tx volume.
  6. Malicious Clues: Combine events (getContractEvents), energy (getContractEnergyStatistic), and call stats to spot unusual patterns.

MCP Server

Tools

getContractDetail

  • API: getContractDetail — Get contract details (balance, verification status, call count, method map)
  • Use when: User asks for "contract info", "contract address", or "is contract verified".
  • Input: contract (contract address) — Note: parameter name is contract, not address.
  • Response: Balance, verified flag, call count, method map.

getContractCallStatistic

  • API: getContractCallStatistic — Get contract call stats (call count, top callers, top methods)
  • Use when: User asks for "hot methods", "top callers", or "who calls this contract".
  • Input: Contract address (and optional time range).
  • Response: Call counts, top callers, top methods.

getContractCallers

  • API: getContractCallers — Get all callers and call count for a given day
  • Use when: User asks for "caller list" or "who called today".
  • Input: Contract address, date.

getContractEvents

  • API: getContractEvents — Get contract events (transfer events and method calls)
  • Use when: User asks for "contract events" or "transfers from contract".
  • Input: Contract address, pagination.

getContractList

  • API: getContractList — Get contract list with search by name/address, sort, pagination
  • Use when: User searches contracts by keyword or browses list.

getContractEnergyStatistic

  • API: getContractEnergyStatistic — Get contract energy consumption (total and daily)
  • Use when: User asks for "contract energy" or "gas usage".

getContractTriggerTransactions

  • API: getContractTriggerTransactions — Get contract-triggered transactions in a time range
  • Use when: User asks for "contract transactions" or "recent calls".

getContractAnalysis

  • API: getContractAnalysis — Get contract daily analysis (balance, transfers, energy, bandwidth, calls, fee)
  • Use when: User asks for "contract activity over time".

getCallerAddressStatistic

  • API: getCallerAddressStatistic — Get contract call count per period (with max/min) on TRON
  • Use when: User asks for "call volume over time" or "contract call statistics by period".
  • Input: startTimestamp, endTimestamp (required); optional limit.

getContractTriggerStatistic

  • API: getContractTriggerStatistic — Get daily call count for a contract within a time range
  • Use when: User asks for "daily call count", "contract trigger trend", or "how often is this contract called".
  • Input: address, startTimestamp, endTimestamp (all required).
  • Response: Daily call count and total call count.

getHolderTokenBasicInfo

  • API: getHolderTokenBasicInfo — Get token balance and holding duration for an account
  • Use when: User asks for "how long has this address held this token" or "token holding details".
  • Input: accountAddress, tokenAddress (both required).

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.

Invalid contract address

Ensure the address is a valid TRON contract (not an EOA address). Use TRC20/721/1155 contract address for token contracts.

Notes

  • To assess malicious risk: check verification, top methods (unusual names), energy spike, and event patterns.
  • Top 5 callers and top methods come from getContractCallStatistic.
  • Contract verification scope: getContractDetail returns contract-level verification status (whether the contract source code has been open-sourced and verified on TronScan). This is a code-level check only — it does not indicate whether the token project itself has been officially endorsed or certified.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

87.71%
按下载量换算3,174

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills