Use this skill when the user asks for "transaction details", "show me tx", "what happened in this transaction", "look up transaction", or mentions viewing transaction data on blockchain. Requires a transaction hash and optional chain parameter.
/plugin marketplace add cheolwanpark/useful-claude-plugins/plugin install crypto@personal-curationThis skill is limited to using the following tools:
Gets detailed information about a blockchain transaction.
Run the script with transaction hash and chain:
${CLAUDE_PLUGIN_ROOT}/scripts/crypto-tx-info.sh <tx_hash> [chain]
tx_hash (required): Transaction hash (0x + 64 hex characters)chain (optional): Chain name - ethereum (default), polygon, arbitrum, optimism, base, bsc| Chain | Aliases | Explorer |
|---|---|---|
| ethereum | eth, mainnet | Etherscan |
| polygon | matic | Polygonscan |
| arbitrum | arb | Arbiscan |
| optimism | op | Optimism Etherscan |
| base | - | Basescan |
| bsc | binance | BSCScan |
cast (Foundry) must be installed# Get transaction on Ethereum
${CLAUDE_PLUGIN_ROOT}/scripts/crypto-tx-info.sh 0x1234567890abcdef...
# Get transaction on Polygon
${CLAUDE_PLUGIN_ROOT}/scripts/crypto-tx-info.sh 0x1234567890abcdef... polygon