Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 757 Bytes

File metadata and controls

39 lines (25 loc) · 757 Bytes

EtherAgent

Analyze Ethereum transactions — fetches semantic trace data and generates an interactive HTML visualization of internal calls, token flows, and DeFi actions.

Screenshots

Transaction overview, KPI summary, and call trace

Token flows and address interactions

Token flow diagram and detailed trace

Install

npx skills add matrooslabs/etheragent

Or load directly in Claude Code:

claude --plugin-dir ./path/to/etheragent

Usage

Visual (HTML) — opens an interactive page in your browser:

/visual-tx 0xTRANSACTION_HASH

Trace (plain text) — prints an ASCII art breakdown in the terminal:

/trace-tx 0xTRANSACTION_HASH

License

MIT