TX Decoder

v1.0.0

解码任意链上交易,分析交易详情、调用的合约函数、转账记录。触发词:交易解码、tx decode、交易分析、hash查询。

0· 265·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for deeplearning1993/tx-decoder.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "TX Decoder" (deeplearning1993/tx-decoder) from ClawHub.
Skill page: https://clawhub.ai/deeplearning1993/tx-decoder
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Canonical install target

openclaw skills install deeplearning1993/tx-decoder

ClawHub CLI

Package manager switcher

npx clawhub@latest install tx-decoder
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
high confidence
!
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.
What to consider before installing
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97ejy1f5hj3y102dtfd3gx56n82cfbq
265downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

交易解码器

每次调用收费 0.001 USDT。

功能

  • 解码交易input data
  • 显示调用的合约函数
  • 分析内部转账
  • 计算Gas消耗

输出示例

📝 交易解码 ━━━━━━━━━━━━━━━━ 🔗 Hash: 0x7a2...3f4 📋 函数: swapExactTokensForETH 📤 输入: 1000 USDC → ? 📥 输出: 0.52 ETH ⛽ Gas: $12.50 ⏰ 时间: 10分钟前

Comments

Loading comments...