nansen-wallet-profiler
Wallet profiler — balance, PnL, labels, transactions, counterparties, related wallets, batch, trace, compare. Use when analysing a specific wallet address or comparing wallets.
npx skills add internet-court/internet-court-skill --skill nansen-wallet-profiler --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Wallet Profiler All commands: `nansen research profiler <sub> [options]` `--address` and `--chain` required for most commands. ## Balance & Identity ```bash nansen research profiler balance --address <addr> --chain ethereum nansen research profiler labels --address <addr> --chain ethereum nansen research profiler search --query "Vitalik" ``` ## PnL ```bash nansen research profiler pnl --address <addr> --chain ethereum --days 30 nansen research profiler pnl-summary --address <addr> --chain ethereum ``` ## Transactions & History ```bash nansen research profiler transactions --address <addr> --chain ethereum --limit 20 nansen research profiler historical-balances --address <addr> --chain solana --days 30 ``` ## Relationships ```bash nansen research profiler related-wallets --address <addr> --chain ethereum nansen research profiler counterparties --address <addr> --chain ethereum --days 30 ``` ## Perps (no --chain) ```bash nansen research profiler perp-positions --address <addr> nansen research profiler perp-trades --address <addr> --days 7 ``` ## Batch, Trace & Compare ```bash # Batch — profile multiple wallets at once nansen research profiler batch \ --addresses "0xabc,0xdef" --cha
- Balance & Identity
- PnL
- Transactions & History
- Relationships
- Perps (no --chain)
- Batch, Trace & Compare
- Flags
- Notes
nansen research profiler balance --address <addr> --chain ethereum nansen research profiler labels --address <addr> --chain ethereum nansen research profiler search --query "Vitalik" nansen research profiler pnl --address <addr> --chain ethereum --days 30 nansen research profiler pnl-summary --address <addr> --chain ethereum nansen research profiler transactions --address <addr> --chain ethereum --limit 20 nansen research profiler historical-balances --address <addr> --chain solana --days 30 nansen research profiler related-wallets --address <addr> --chain ethereum nansen research profiler counterparties --address <addr> --chain ethereum --days 30 nansen research profiler perp-positions --address <addr>
What does the nansen-wallet-profiler skill do?
Wallet profiler — balance, PnL, labels, transactions, counterparties, related wallets, batch, trace, compare. Use when analysing a specific wallet address or comparing wallets.
How do I install it?
Run `npx skills add internet-court/internet-court-skill --skill nansen-wallet-profiler --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From internet-court/internet-court-skill, a repository with 1,536 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.