← Back to Skills Marketplace
greason

trongrid-block-info

by greason · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ Security Clean
290
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install trongrid-block-info
Description
Query and analyze TRON blocks including producer info, transaction breakdown, rewards, burns, and network load. Use when a user asks about a specific block,...
Usage Guidance
This skill is instruction-only and appears coherent for querying TronGrid MCP endpoints. Before installing: (1) confirm your agent will call the official TronGrid/MCP host you trust (the SKILL.md refers to MCP endpoints but does not bake in a specific base URL), (2) be aware that frequent/large-range queries can hit rate limits — consider supplying an API key if you intend high-volume use (the skill does not request one), and (3) monitor outbound requests if you are concerned about network usage. If you need the agent to use a private node or API key, provide those credentials separately and only to trusted endpoints.
Capability Analysis
Type: OpenClaw Skill Name: trongrid-block-info Version: 1.0.3 The skill bundle provides instructions and examples for an AI agent to query and analyze TRON blockchain data using a 'trongrid' MCP server. The logic is strictly focused on fetching block headers, transaction details, and network statistics (e.g., TRX burns, block rewards) as described in SKILL.md. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description (TRON block queries, producers, rewards, burns, load) align with the runtime instructions which call TronGrid/MCP endpoints (getBlock, solidityGetBlock, getTransactionInfoByBlockNum, getPaginatedNowWitnessList, getBrokerage, etc.). No unrelated binaries, credentials, or config paths are requested.
Instruction Scope
SKILL.md contains step-by-step guidance limited to querying TronGrid MCP endpoints, parsing block headers, receipts, events and compiling reports. It does not instruct reading local files, scanning environment variables, or sending data to third-party endpoints outside the MCP tooling. Error handling and rate/batch guidance are included.
Install Mechanism
No install spec and no code files — instruction-only skill. Nothing is written to disk or fetched at install time, which minimizes surface area.
Credentials
No environment variables, credentials, or config paths are required. This is proportionate for a skill that describes public RPC/MCP queries. (Note: some TronGrid deployments may optionally require API keys for higher rate limits, but the skill does not request any.)
Persistence & Privilege
always is false and the skill is user-invocable. It does not request permanent presence or attempt to modify other skills or global agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install trongrid-block-info
  3. After installation, invoke the skill by name or use /trongrid-block-info
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
No code or documentation changes detected for version 1.0.3. - No updates or modifications since the previous release. - All instructions, features, and examples remain unchanged.
v1.0.2
- Updated all references to TronGrid block query endpoints in usage instructions (getNowBlock → getBlock, etc.). - Revised block ranging and fetching guidance to use repeated single block queries rather than dedicated range endpoints. - Updated witness (block producer) lookup guidance to use getPaginatedNowWitnessList. - Refined error handling to match updated block query approach and endpoint behaviors. - Refreshed sample flows in SKILL.md for block data fetching, network trend analysis, and error handling.
v1.0.1
- Added an "MCP Server" section clarifying the need to reference the TronGrid MCP API Guide as a prerequisite. - No code or logic changes; documentation update only. - All features and instructions remain unchanged.
v1.0.0
- Initial release of the **trongrid-block-info** skill. - Enables querying and analysis of TRON block data, including producer info, transaction breakdowns, rewards, burns, and network status. - Supports single block lookup, block ranges, confirmed blocks, and multi-block trend analysis. - Provides detailed instructions for extracting block statistics, producer details, transaction receipts, rewards, network load, and smart contract events. - Includes guidance on error handling and example queries for common block analysis tasks.
Metadata
Slug trongrid-block-info
Version 1.0.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is trongrid-block-info?

Query and analyze TRON blocks including producer info, transaction breakdown, rewards, burns, and network load. Use when a user asks about a specific block,... It is an AI Agent Skill for Claude Code / OpenClaw, with 290 downloads so far.

How do I install trongrid-block-info?

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

Is trongrid-block-info free?

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

Which platforms does trongrid-block-info support?

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

Who created trongrid-block-info?

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

💬 Comments