← 返回 Skills 市场
262
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install trongrid-data-insights
功能描述
Provide TRON network analytics including transaction volume, type distribution, hot contracts, trending tokens, active accounts, staking metrics, and resourc...
安全使用建议
This skill appears coherent and limited to on-chain analytics, but check these practical points before installing:
- Confirm your agent runtime has network access to the TronGrid MCP endpoint referenced (metadata: mcp-server: trongrid) and whether that endpoint requires an API key. The skill does not request or store any API credentials.
- Expect multiple API calls (looping over ~20 blocks, calls to events/contract/token endpoints). Verify rate limits and potential costs on the TronGrid provider and consider throttling or sampling if you run this frequently.
- The skill may perform web searches to fetch price data — if you want to avoid external web queries, instruct the agent or disable that step.
- Blockchain data queried is public; the skill does not request local file reads or secrets. If you see future changes that add environment variables, URL downloads, or references to unrelated system paths, re-evaluate immediately.
- If you are concerned about autonomous background calls, restrict the skill's invocation policies or monitor network/egress logs while testing in a sandbox environment.
功能分析
Type: OpenClaw Skill
Name: trongrid-data-insights
Version: 1.0.2
The skill is designed to provide TRON network analytics by interacting with the 'trongrid' MCP server. It follows a transparent workflow in SKILL.md to fetch public blockchain data, such as block height, transaction distribution, and contract activity, to generate reports. There is no evidence of data exfiltration, malicious execution, or prompt injection; all instructions and examples (e.g., network-overview.md) are strictly aligned with the stated purpose of on-chain data analysis.
能力评估
Purpose & Capability
Name/description match the actual instructions: the SKILL.md enumerates TRON/TronGrid MCP RPC calls needed to build analytics (blocks, tx receipts, events, contract/token info, SR list, energy/bandwidth). It does not require unrelated binaries, files, or credentials. Minor practical note: it assumes access to a TronGrid MCP endpoint (metadata includes mcp-server: trongrid), which is coherent for this purpose.
Instruction Scope
Instructions are narrowly scoped to calling specified MCP endpoints, aggregating/processing on-chain data, and optionally doing a web search for price data. The SKILL.md does not instruct reading local files, environment secrets, or posting data to third-party endpoints beyond the stated MCP calls and occasional web searches.
Install Mechanism
No install spec and no code files — the skill is instruction-only. This is the lowest-risk form: nothing is downloaded or written to disk by the skill package itself.
Credentials
The skill declares no required environment variables or credentials, which is proportionate for an analytics recipe that calls publicly documented MCP endpoints. One point to verify: some TronGrid endpoints may require API keys or have rate limits; the SKILL.md does not declare or request an API key. If your runtime requires a TronGrid API key, expect to supply it externally — its absence in the skill metadata is a usability note rather than a security mismatch.
Persistence & Privilege
always:false and default model-invocation behavior. The skill does not request permanent inclusion or elevated privileges and does not modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install trongrid-data-insights - 安装完成后,直接呼叫该 Skill 的名称或使用
/trongrid-data-insights触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Updated block fetching logic: Step 1 now uses `getBlock` (no params) instead of `getNowBlock`; Step 2 loops with `getBlock` and decrementing block numbers.
- Governance: Changed witness list source from `listWitnesses` to `getPaginatedNowWitnessList`.
- No other major changes to instructions or output formats.
v1.0.1
No user-facing changes in this release.
- Version bump only; no detectable changes to files or functionality.
v1.0.0
Initial release of trongrid-data-insights:
- Provides comprehensive analytics for the TRON network, covering transaction metrics, activity patterns, trending tokens and contracts, top accounts, governance, staking, and resource economics.
- Step-by-step data procedures and reporting template included for clear insights.
- Error handling strategies and real-world usage examples provided for robust operation.
元数据
常见问题
trongrid-data-insights 是什么?
Provide TRON network analytics including transaction volume, type distribution, hot contracts, trending tokens, active accounts, staking metrics, and resourc... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 262 次。
如何安装 trongrid-data-insights?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install trongrid-data-insights」即可一键安装,无需额外配置。
trongrid-data-insights 是免费的吗?
是的,trongrid-data-insights 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
trongrid-data-insights 支持哪些平台?
trongrid-data-insights 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 trongrid-data-insights?
由 greason(@greason)开发并维护,当前版本 v1.0.2。
推荐 Skills