← Back to Skills Marketplace
greason

trongrid-data-insights

by greason · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
262
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install trongrid-data-insights
Description
Provide TRON network analytics including transaction volume, type distribution, hot contracts, trending tokens, active accounts, staking metrics, and resourc...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install trongrid-data-insights
  3. After installation, invoke the skill by name or use /trongrid-data-insights
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug trongrid-data-insights
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is trongrid-data-insights?

Provide TRON network analytics including transaction volume, type distribution, hot contracts, trending tokens, active accounts, staking metrics, and resourc... It is an AI Agent Skill for Claude Code / OpenClaw, with 262 downloads so far.

How do I install trongrid-data-insights?

Run "/install trongrid-data-insights" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is trongrid-data-insights free?

Yes, trongrid-data-insights is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does trongrid-data-insights support?

trongrid-data-insights is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created trongrid-data-insights?

It is built and maintained by greason (@greason); the current version is v1.0.2.

💬 Comments