← Back to Skills Marketplace
TX Decoder
by
deeplearning1993
· GitHub ↗
· v1.0.0
281
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install tx-decoder
Description
解码任意链上交易,分析交易详情、调用的合约函数、转账记录。触发词:交易解码、tx decode、交易分析、hash查询。
Usage Guidance
This skill is suspicious because it advertises full transaction decoding and automatic charging but the code only fetches basic tx fields from Etherscan and does not implement payment or advanced decoding. Before installing: (1) review and understand the included script — it only performs a single HTTP GET to api.etherscan.io and truncates fields, it does not decode function signatures or internal transfers; (2) be aware that queries (transaction hashes) are sent to Etherscan and are visible to that service; (3) the stated per-call charge (0.001 USDT) is not enforced by the code — if you need billing, verify incoming payment handling separately; (4) ensure the runtime has Python and the 'requests' library or add an install step; (5) because the owner/homepage are unknown, prefer to audit/modify the code (e.g., add an API key parameter, proper decoding via ABI/4byte/database and internal tx lookups) or obtain a vetted alternative from a known source before use.
Capability Analysis
Type: OpenClaw Skill
Name: tx-decoder
Version: 1.0.0
The skill is a basic Ethereum transaction viewer that queries the public Etherscan API via 'scripts/tx_decoder.py'. While the implementation is more limited than the description in 'SKILL.md' suggests (e.g., it does not actually decode contract functions and the payment notification is purely cosmetic text), the code is safe and contains no indicators of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
The skill's description and SKILL.md claim full transaction decoding (contract function names, input decoding, internal transfers, gas cost calculation). The included script only performs a single Etherscan proxy call to fetch basic transaction fields (hash, from, to, value, gas, input truncated) and does not decode input data, resolve function signatures, or analyze internal transactions. The claimed capabilities are therefore not implemented by the provided code.
Instruction Scope
SKILL.md states features (decode input, show called contract function, analyze internal transfers) but provides no runtime instructions for paying/charging users or using an external service; the script calls api.etherscan.io only and does not implement payment or deeper decoding. The runtime behavior (network request to Etherscan) is narrower than the advertised scope, so consumers may be misled about what the skill does.
Install Mechanism
There is no install spec (instruction-only + small script). This is low-risk from an install perspective, but the script depends on the Python 'requests' package which is not declared; running the script may fail if requests is not available. No downloads or third-party installers are used.
Credentials
The skill requests no environment variables, credentials, or config paths — this is proportional to its actual behavior (a simple public HTTP call). Note: the script sends transaction hashes to Etherscan (third‑party endpoint), so queries are visible to that service.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and does not require persistent/system-wide privileges. Autonomous invocation is allowed (platform default) but not combined with other high-risk flags.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tx-decoder - After installation, invoke the skill by name or use
/tx-decoder - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
交易解码,0.001 USDT/次
Metadata
Frequently Asked Questions
What is TX Decoder?
解码任意链上交易,分析交易详情、调用的合约函数、转账记录。触发词:交易解码、tx decode、交易分析、hash查询。 It is an AI Agent Skill for Claude Code / OpenClaw, with 281 downloads so far.
How do I install TX Decoder?
Run "/install tx-decoder" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is TX Decoder free?
Yes, TX Decoder is completely free (open-source). You can download, install and use it at no cost.
Which platforms does TX Decoder support?
TX Decoder is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created TX Decoder?
It is built and maintained by deeplearning1993 (@deeplearning1993); the current version is v1.0.0.
More Skills