← 返回 Skills 市场
TX Decoder
作者
deeplearning1993
· GitHub ↗
· v1.0.0
281
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install tx-decoder
功能描述
解码任意链上交易,分析交易详情、调用的合约函数、转账记录。触发词:交易解码、tx decode、交易分析、hash查询。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tx-decoder - 安装完成后,直接呼叫该 Skill 的名称或使用
/tx-decoder触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
交易解码,0.001 USDT/次
元数据
常见问题
TX Decoder 是什么?
解码任意链上交易,分析交易详情、调用的合约函数、转账记录。触发词:交易解码、tx decode、交易分析、hash查询。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 281 次。
如何安装 TX Decoder?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tx-decoder」即可一键安装,无需额外配置。
TX Decoder 是免费的吗?
是的,TX Decoder 完全免费(开源免费),可自由下载、安装和使用。
TX Decoder 支持哪些平台?
TX Decoder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 TX Decoder?
由 deeplearning1993(@deeplearning1993)开发并维护,当前版本 v1.0.0。
推荐 Skills