SkillAgentSearch skills...

nansen-wallet-profiler

Wallet profiler — balance, PnL, labels, transactions, counterparties, related wallets, batch, trace, compare

Install / Use

npx skills add internet-court/internet-court-skill --skill nansen-wallet-profiler

Installs into whichever agent you are using.

About this skill
📄

SKILL.md

Installable skill definition

Quality Score

84/100

Supported Platforms

Universal

Our assessment of nansen-wallet-profiler

nansen-wallet-profiler scores 84/100 on our quality scale, 117th of 174 Education & Research skills we index.

Its SKILL.md is 3.0 KB long, well organised into 12 sections with 6 code examples: a solid amount of guidance for an agent.

With 6,129 GitHub stars, it is one of the more widely adopted skills in the catalogue.

Substance
26/30
Structure
20/20
Description
12/15
Adoption
16/20
Freshness
15/15

Maintenance, license and trust

  • The repository was last updated 38 days ago, so nansen-wallet-profiler is actively maintained.
  • No license is declared. By default that means all rights are reserved: you can read it, but reusing or redistributing it is not clearly permitted. Ask the author before building on it commercially.
  • Its trust signals score 88/100, with 1 caution from licensing, adoption, age or documentation. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.

nansen-wallet-profiler compared with similar skills

All 4 of these similar skills score higher than nansen-wallet-profiler; compare them before choosing.

SkillScoreStarsUpdatedFormat
nansen-wallet-profiler (this skill)by internet-court846.1k38d agoSKILL.md
Agent-Reachby Panniantong10085.6k11d agoCLAUDE.md
headroomby headroomlabs-ai10073.9ktodayCLAUDE.md
last30days-skillby mvanhorn10062.9k3d agoCLAUDE.md
Scraplingby D4Vinci10083.9ktodayMCP Server

Frequently asked questions

How do I install nansen-wallet-profiler?
Run npx skills add internet-court/internet-court-skill --skill nansen-wallet-profiler. The install tabs above show the steps for each supported agent.
Which AI agents does nansen-wallet-profiler work with?
It is written for Universal, as a SKILL.md file. Other agents that read the same format can often use it too.
Is nansen-wallet-profiler safe to use?
It declares no license and scores 88/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
Is nansen-wallet-profiler still maintained?
The repository was last updated 38 days ago, so nansen-wallet-profiler is actively maintained.

name: nansen-wallet-profiler description: Wallet profiler — balance, PnL, labels, transactions, counterparties, related wallets, batch, trace, compare. Use when analysing a specific wallet address or comparing wallets. metadata: openclaw: requires: env: - NANSEN_API_KEY bins: - nansen primaryEnv: NANSEN_API_KEY install: - kind: node package: nansen-cli bins: [nansen] allowed-tools: Bash(nansen:*)

Wallet Profiler

All commands: nansen research profiler <sub> [options]

--address and --chain required for most commands.

Balance & Identity

nansen research profiler balance --address <addr> --chain ethereum
nansen research profiler labels --address <addr> --chain ethereum
nansen research profiler search --query "Vitalik"

PnL

nansen research profiler pnl --address <addr> --chain ethereum --days 30
nansen research profiler pnl-summary --address <addr> --chain ethereum

Transactions & History

nansen research profiler transactions --address <addr> --chain ethereum --limit 20
nansen research profiler historical-balances --address <addr> --chain solana --days 30

Relationships

nansen research profiler related-wallets --address <addr> --chain ethereum
nansen research profiler counterparties --address <addr> --chain ethereum --days 30

Perps (no --chain)

nansen research profiler perp-positions --address <addr>
nansen research profiler perp-trades --address <addr> --days 7

Batch, Trace & Compare

# Batch — profile multiple wallets at once
nansen research profiler batch \
  --addresses "0xabc,0xdef" --chain ethereum \
  --include labels,balance,pnl

# Trace — BFS multi-hop counterparty trace (makes N*width API calls)
nansen research profiler trace --address <addr> --chain ethereum --depth 2 --width 5

# Compare — shared counterparties and tokens between two wallets
nansen research profiler compare --addresses "0xabc,0xdef" --chain ethereum

Flags

| Flag | Purpose | |------|---------| | --address | Wallet address (required) | | --chain | Required except for perps and search | | --days | Lookback period (default 30) | | --limit | Number of results | | --include | Batch fields: labels,balance,pnl | | --depth | Trace depth 1-5 (default 2) | | --width | Trace width — keep low to save credits | | --fields | Select specific fields | | --table | Human-readable table output | | --format csv | CSV export |

Notes

  • pnl-summary has no pagination support (returns aggregate stats, not a list).
  • perp-positions has no pagination support.
  • labels has no pagination support — the API ignores per_page and always returns all labels for the address. --limit is not available for this sub-command.
  • transactions caps at per_page=100 (API limit).
  • trace makes many API calls — use --width conservatively.
  • batch accepts --file <path> with one address per line as alternative to --addresses.

Related Skills

View on GitHub
GitHub Stars6.1k
CategoryEducation
Updated1mo ago
Forks110

Languages

TypeScript

Trust signals

88/100

From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.

1 medium