← Back to Skills Marketplace
351
Downloads
1
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install tronscan-block-info
Description
Query TRON latest block, block reward, block time, producer, burned TRX, resource use, transaction count. Use when user asks "latest block", "block height",...
Usage Guidance
This skill is coherent and appears to only query TronScan APIs via the MCP server it cites. Before installing, confirm you trust the MCP server URL (https://mcp.tronscan.org) and the skill publisher (no homepage is provided). Be aware the agent will make network requests to the Tronscan endpoints — if you have sensitive environment or network policies, restrict access accordingly. If you need rate-limited access, supply an API key only through your platform's secure config (not pasted into chat).
Capability Analysis
Type: OpenClaw Skill
Name: tronscan-block-info
Version: 1.0.4
The skill bundle provides legitimate tools for querying TRON blockchain data, such as block height, rewards, and statistics, via the TronScan MCP server (mcp.tronscan.org). The instructions in SKILL.md are well-defined, align with the stated purpose, and do not contain any evidence of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description match the runtime instructions: all calls and data referenced (latest block, blocks list, block stats) are relevant to a TRON block-info skill.
Instruction Scope
SKILL.md only describes calling TronScan MCP/API endpoints (getLatestBlock, getBlocks, getBlockStatistic) and how to combine their outputs; it does not instruct reading local files, unrelated env vars, or exfiltrating unrelated data.
Install Mechanism
No install spec and no code files — lowest-risk instruction-only skill. No downloads, packages, or binaries are requested.
Credentials
The skill declares no required environment variables or credentials. It mentions using an API key only as optional troubleshooting advice for rate limits, which is proportional to calling an external API.
Persistence & Privilege
Skill is not force-installed (always: false) and has default autonomous-invocation settings; this is normal for skills and no elevated persistence or cross-skill config changes are requested.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tronscan-block-info - After installation, invoke the skill by name or use
/tronscan-block-info - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.4
- Updated the MCP server URL in the metadata from a generic value to "https://mcp.tronscan.org/mcp".
- No other changes to functionality or features.
v1.0.3
- Clarified the exact fields returned by `getLatestBlock`, noting that some fields like `witnessName`, `fee`, `blockReward`, and resource usage are not provided and may appear as 0 or null.
- Added guidance to use `getBlocks` instead when details such as witness name, block reward, or resource usage are required.
- Expanded usage documentation for `getLatestBlock` to include the specific API endpoint and its limitations.
- No functional or code changes in this release. Documentation update only.
v1.0.2
- Improved troubleshooting instructions: added details for MCP connection issues and API rate limiting with solution links.
- No functional or interface changes; usage and tooling remain the same.
v1.0.1
- Updated skill description and usage examples to use English key phrases instead of Chinese.
- Added a direct link to the TronScan MCP Guide in the MCP Server section.
- Streamlined troubleshooting instructions and referenced central README for support.
- No changes to underlying functionality; documentation and guidance improvements only.
v1.0.0
Initial release of the TronScan Block Info skill. Query latest block, block reward, block time, producer, burned TRX, and transaction count on the TRON blockchain.
Metadata
Frequently Asked Questions
What is TronScan Block Info?
Query TRON latest block, block reward, block time, producer, burned TRX, resource use, transaction count. Use when user asks "latest block", "block height",... It is an AI Agent Skill for Claude Code / OpenClaw, with 351 downloads so far.
How do I install TronScan Block Info?
Run "/install tronscan-block-info" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is TronScan Block Info free?
Yes, TronScan Block Info is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does TronScan Block Info support?
TronScan Block Info is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created TronScan Block Info?
It is built and maintained by BigFrog (@sshnii); the current version is v1.0.4.
More Skills