tx-info

Fetch blockchain transaction details including status, value, and gas used.

2|Updated Oct 29, 2025
One-click install
npx skills add https://github.com/cheolwanpark/claude-plugins --skill tx-info
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tx-info
Source: https://github.com/cheolwanpark/claude-plugins/tree/main/plugins/crypto/skills/tx-info
Command: npx skills add https://github.com/cheolwanpark/claude-plugins --skill tx-info

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill fetches detailed information about a blockchain transaction, saving you time from manual lookups.

Core Features & Use Cases

  • Tx details: Retrieve status, from/to, value, gas used, and logs for a given transaction hash.
  • Chain support: Works with Ethereum and other major networks.
  • Use Case: Investigate a transaction in your monitoring dashboard.

Quick Start

Run the script with transaction hash and optional chain: ${CLAUDE_PLUGIN_ROOT}/scripts/crypto-tx-info.sh <tx_hash> [chain]