Agent skill · Code Review & Quality

nansen-holder-analysis

Is this token held by quality wallets or retail noise? SM holder ratio, flow breakdown by label, and recent buyer quality.

Internet Court1,389★ · +222/wk · 1 repos on radarProfile →
claude-codecodexread-onlyNOASSERTION
Install
npx skills add internet-court/internet-court-skill --skill nansen-holder-analysis --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 1 KB
Bundled scripts: none
Allowed tools: Bash(nansen:*)
Path: vendored/nansen/nansen-holder-analysis/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

# Holder Quality **Answers:** "Is this token held by quality wallets or retail noise?" ```bash TOKEN=<address> CHAIN=ethereum nansen research token holders --token $TOKEN --chain $CHAIN --smart-money --limit 20 # → address, address_label, value_usd, ownership_percentage, balance_change_24h/7d/30d nansen research token flow-intelligence --token $TOKEN --chain $CHAIN # → net_flow_usd and wallet_count per label: smart_trader, whale, exchange, fresh_wallets nansen research token who-bought-sold --token $TOKEN --chain $CHAIN --limit 20 # → address, address_label, bought/sold_volume_usd, bought/sold_token_volume, trade_volume_usd ``` Red flag: high fresh_wallets flow + low SM holders. Green flag: Fund/Smart Trader labels in top 20. Note: holders endpoint does not support native/wrapped tokens. Use a specific token contract address.

What's inside
Ships with 1 file
  • LICENSE
Commands it runs
nansen research token holders --token $TOKEN --chain $CHAIN --smart-money --limit 20
nansen research token flow-intelligence --token $TOKEN --chain $CHAIN
nansen research token who-bought-sold --token $TOKEN --chain $CHAIN --limit 20
More from internet-court-skill
All skills →
About this skill
What does the nansen-holder-analysis skill do?

Is this token held by quality wallets or retail noise? SM holder ratio, flow breakdown by label, and recent buyer quality.

How do I install it?

Run `npx skills add internet-court/internet-court-skill --skill nansen-holder-analysis --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