wallet-forensicslisted
Install: claude install-skill daronthedragon/wallet-forensics-skill
# Wallet forensics
Analyze a blockchain address and report what it actually holds, what it lost, and what still puts it at risk.
## When to use this
Trigger on requests like:
- "Analyze this wallet: 0x…" / "What's in this address?"
- "How much have I spent on gas?"
- "Have I been sandwiched?" / "How much have I lost to MEV?" (EVM chains)
- "Are any of my approvals dangerous?" / "What should I revoke?"
- "Can I actually sell this token?" / "Is this position liquid?"
- "What's my PnL on this wallet?"
- A bare address pasted with any question about it
## The core insight
Every portfolio tracker computes `balance × spot price` and calls it your net worth. For anything outside the top few hundred tokens that number is **fiction**. Spot price comes from the last trade, which may have been $40 against a pool holding $3,000. Selling a "$50,000" position into that pool does not yield $50,000.
This skill route-quotes the real sale and reports the gap. That gap is usually the most valuable thing in the report — lead with it.
## Running it
```bash
node scripts/forensics.mjs <address> [options]
```
Requires **Node 20+**. No dependencies, no install step.
| Option | Effect |
| --- | --- |
| `--chain <list>` | Comma-separated: `ethereum,base,arbitrum,optimism,polygon,solana`. Defaults to `ethereum` for `0x…`, `solana` for base58 |
| `--all-evm` | Analyze across every supported EVM chain |
| `--text` | Human-readable summary instead of JSON |
| `--max <n>` | Cap transactions fetch