← Back to Skills Marketplace
422
Downloads
1
Stars
0
Active Installs
9
Versions
Install in OpenClaw
/install tronscan-transaction-info
Description
Query TRON transaction result, confirmation status, sender, resource consumption. Use when user asks "why did this tx fail", "tx status", "who sent it", "ene...
Usage Guidance
This skill appears to be what it says: a thin instruction wrapper for calling TronScan MCP APIs with a transaction hash. Before installing, confirm the MCP endpoint (https://mcp.tronscan.org) is the official/trusted service you expect, and avoid pasting private keys or secrets into chat. If you add an API key for higher rate limits, configure it in your platform's MCP/extension settings (not in free-form messages). Also note the skill may call other TronScan skills for follow-up lookups — review those skills' permissions if you plan to use those paths.
Capability Analysis
Type: OpenClaw Skill
Name: tronscan-transaction-info
Version: 1.0.8
The skill bundle provides instructions for an AI agent to interact with a TronScan MCP server (mcp.tronscan.org) to retrieve TRON blockchain transaction details. The content consists entirely of metadata and markdown documentation (SKILL.md) defining tool usage, data units, and workflows, with no executable code or evidence of malicious intent or prompt injection.
Capability Assessment
Purpose & Capability
Name/description (transaction lookup, status, energy/bandwidth, transfers) match the SKILL.md: it documents MCP APIs (getTransactionDetail, getInternalTransactions, etc.) needed to perform those queries. Nothing requested is disproportionate to the stated goal.
Instruction Scope
Instructions focus on calling TronScan MCP APIs with a user-provided tx hash and on routing follow-up lookups to other TronScan skills when appropriate. There are no directives to read unrelated files, harvest environment variables, or exfiltrate data. Troubleshooting references UI settings for MCP connectivity, which is expected.
Install Mechanism
This is an instruction-only skill with no install spec and no code files; no binaries or external downloads are written to disk, which is the lowest-risk install profile.
Credentials
The skill declares no required environment variables or secrets. It notes optional use of an API key configured in the platform's MCP settings for higher rate limits, which is proportional to interacting with a rate-limited API.
Persistence & Privilege
always is false and the skill does not request elevated persistence or modification of other skills/configs. Autonomous invocation is allowed (platform default) but not combined with any broad privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tronscan-transaction-info - After installation, invoke the skill by name or use
/tronscan-transaction-info - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.8
No major changes—minor documentation update:
- Added note: If token involved in transaction has `tokenCanShow: false` or `tokenLevel: "3"` or `"4"`, warn user the token may be risky.
- Referenced **tronscan-token-scanner** for full field meaning.
- No functional or interface changes.
v1.0.7
- Added documentation for the new getExchangeTransactions tool, including use cases and response details.
- Expanded the overview table to include getExchangeTransactions.
- Introduced a "Workflow: Transaction Investigation" section outlining step-by-step usage and data handoff.
- Clarified when to use each tool for transaction versus token transfer or internal calls.
- No code changes; documentation update only.
v1.0.6
- Updated MCP server URL in metadata to "https://mcp.tronscan.org/mcp" for improved connectivity.
- No other changes to functionality or documentation.
v1.0.5
- Clarified that token transfers within a specific transaction are included in the `getTransactionDetail` response (fields like `trc20TransferInfo`, `transfersAllList`).
- Updated use cases and tool descriptions to specify that `getTrc20Transfers`, `getTrc1155Transfers`, and `getTransferList` do not support tx hash filtering and should be used for address, contract, or time range queries only.
- Provided guidance to always use `getTransactionDetail` for transaction hash queries, and not to fabricate tx hash filters for other tools.
- Improved response and parameter details for each tool to reduce confusion.
- Minor clarifications for unit handling and troubleshooting.
v1.0.4
- Improved troubleshooting section with clearer steps for MCP connection issues and API rate limits.
- Added guidance to obtain and configure an API key if experiencing rate limits (429 errors).
- No changes to functionality or API usage; documentation update only.
v1.0.3
- Updated field name in documentation: `amount` (TRC20) is now shown as `amount_str` to match actual API response.
- No other changes to code or functionality.
v1.0.2
- Fixed a typo in the skill description: "tronscan-account-profiling" is now "tronscan-account-profiler".
- No behavioral or interface changes. Documentation wording only.
v1.0.1
- Added explicit unit explanations for net_fee, energy_fee, fee_limit, and transaction amount fields in the getTransactionDetail tool section.
- Clarified how to convert values from sun to TRX and interpret TRC20/token decimals.
- No functionality or interface changes; documentation update only for user clarity.
v1.0.0
Initial release — provides a comprehensive toolkit for querying TRON transaction details and related activities.
- Query transaction result, confirmation status, sender, receiver, and resource consumption using transaction hash.
- Fetch TRC20, TRC721, TRC1155, TRX, and TRC10 token transfer details.
- Retrieve internal smart contract call data and aggregate transaction/transfer statistics.
- Includes dedicated tools for filtered transaction lists and transfer queries.
- Not suitable for address balance or token holder lookups (see related skills for those cases).
Metadata
Frequently Asked Questions
What is TronScan Transaction Info?
Query TRON transaction result, confirmation status, sender, resource consumption. Use when user asks "why did this tx fail", "tx status", "who sent it", "ene... It is an AI Agent Skill for Claude Code / OpenClaw, with 422 downloads so far.
How do I install TronScan Transaction Info?
Run "/install tronscan-transaction-info" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is TronScan Transaction Info free?
Yes, TronScan Transaction Info is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does TronScan Transaction Info support?
TronScan Transaction Info is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created TronScan Transaction Info?
It is built and maintained by BigFrog (@sshnii); the current version is v1.0.8.
More Skills