Agent skill

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.

Internet Court1,389★ · +222/wk · 1 repos on radarProfile →
claude-codecodexread-onlyNOASSERTION
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Allowed tools: Bash(nansen:*)
Path: vendored/nansen/nansen-wallet-profiler/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,536 · +147 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Balance & Identity
  2. PnL
  3. Transactions & History
  4. Relationships
  5. Perps (no --chain)
  6. Batch, Trace & Compare
  7. Flags
  8. Notes
Ships with 1 file
  • LICENSE
Commands it runs
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>
More from internet-court-skill
All skills →
About this skill
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.

Keep going