← Back to Skills Marketplace
greason

trongrid-transaction-info

by greason · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
274
Downloads
1
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install trongrid-transaction-info
Description
Query and decode TRON transactions including status, confirmation, sender/receiver, resource costs, internal transactions, event logs, and failure analysis....
Usage Guidance
This skill appears coherent and instruction-only — it tells the agent how to call TronGrid MCP methods and how to decode the results. Before installing or using it, verify: (1) your agent/platform has network access to the TronGrid/MCP endpoints you intend to use; (2) whether the chosen MCP provider requires an API key or authentication (the skill does not declare any credentials); and (3) avoid sending any private keys or secrets to the skill — transaction hashes and public on-chain data are safe to query, but do not paste wallet private keys or other secrets into prompts. If you prefer, route requests through a trusted node or your own RPC provider to avoid exposing usage to third-party services.
Capability Analysis
Type: OpenClaw Skill Name: trongrid-transaction-info Version: 1.0.2 The skill bundle provides legitimate instructions for an AI agent to query and decode TRON blockchain transactions using a TronGrid MCP server. The logic in SKILL.md and the examples (check-transfer-status.md, decode-contract-call.md) focus entirely on fetching public blockchain data, analyzing resource consumption, and formatting a human-readable report for the user. No indicators of data exfiltration, malicious execution, or harmful prompt injection were found.
Capability Assessment
Purpose & Capability
The name/description match the SKILL.md: all steps describe calling TronGrid MCP methods (getTransactionById, getTransactionInfoById, solidityGetTransactionById, getContract, getEventsByTransactionId, etc.) and decoding receipts, events, and internal txs. Nothing requested is unrelated to querying/decoding transactions.
Instruction Scope
The runtime instructions stay within the stated purpose: they describe specific API calls, decoding steps (method sigs, ABI use), resource accounting, and producing a report. The instructions do not ask to read unrelated files, environment variables, or to transmit data to unexpected endpoints.
Install Mechanism
There is no install spec and no code files — the skill is instruction-only, which minimizes surface area. Nothing is downloaded or written to disk.
Credentials
The skill declares no required environment variables or credentials, which is reasonable for an instruction-only guide. Minor caveat: real-world use of TronGrid/MCP endpoints may require API keys, rate-limiting considerations, or platform network access — the SKILL.md does not mention credentials or auth, so callers should verify whether their platform or the chosen MCP endpoint needs an API key or auth headers before relying on it.
Persistence & Privilege
The skill is not always-enabled and does not request persistent system privileges. It is user-invocable and allows autonomous invocation by default (the platform default) which is expected for skills; there is no indication it modifies 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-transaction-info
  3. After installation, invoke the skill by name or use /trongrid-transaction-info
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- Updated instruction for block height retrieval: replaced `getNowBlock` with `getBlock` (no params). - No code changes detected—documentation update only. - All skill usage and behavior remain unchanged.
v1.0.1
- Added reference to the TronGrid MCP API guide in the instructions. - Introduced a new "MCP Server" section clarifying server requirements and linking to official documentation. - No functional or behavioral changes to transaction processing or decoding logic. - Minor documentation improvements for clarity.
v1.0.0
- Initial release of the trongrid-transaction-info skill. - Enables querying and decoding of TRON transactions by hash, including status, confirmation, sender/receiver, resources used, internal transactions, event logs, and failure analysis. - Supports a wide range of transaction types, including transfers, contract calls, token operations, staking, delegation, voting, and contract creation. - Provides detailed step-by-step instructions for interpreting every aspect of a TRON transaction, including error and failure diagnostics.
Metadata
Slug trongrid-transaction-info
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is trongrid-transaction-info?

Query and decode TRON transactions including status, confirmation, sender/receiver, resource costs, internal transactions, event logs, and failure analysis.... It is an AI Agent Skill for Claude Code / OpenClaw, with 274 downloads so far.

How do I install trongrid-transaction-info?

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

Is trongrid-transaction-info free?

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

Which platforms does trongrid-transaction-info support?

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

Who created trongrid-transaction-info?

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

💬 Comments