← 返回 Skills 市场
274
总下载
1
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install trongrid-transaction-info
功能描述
Query and decode TRON transactions including status, confirmation, sender/receiver, resource costs, internal transactions, event logs, and failure analysis....
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install trongrid-transaction-info - 安装完成后,直接呼叫该 Skill 的名称或使用
/trongrid-transaction-info触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
trongrid-transaction-info 是什么?
Query and decode TRON transactions including status, confirmation, sender/receiver, resource costs, internal transactions, event logs, and failure analysis.... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 274 次。
如何安装 trongrid-transaction-info?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install trongrid-transaction-info」即可一键安装,无需额外配置。
trongrid-transaction-info 是免费的吗?
是的,trongrid-transaction-info 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
trongrid-transaction-info 支持哪些平台?
trongrid-transaction-info 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 trongrid-transaction-info?
由 greason(@greason)开发并维护,当前版本 v1.0.2。
推荐 Skills