Agent skill

nansen-smart-money-tracker

Smart money tracking — netflow, trades, holdings, perp trades. Use when finding what smart money wallets are buying/selling or tracking whale activity.

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

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

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

# Smart Money All commands: `nansen research smart-money <sub> [options]` ## Subcommands ```bash # Netflow — what tokens are smart money accumulating? nansen research smart-money netflow --chain solana --limit 10 # DEX trades — real-time spot trades by smart money nansen research smart-money dex-trades --chain solana --labels "Smart Trader" --limit 20 # Holdings — aggregated SM portfolio nansen research smart-money holdings --chain solana --limit 10 # Perp trades — Hyperliquid only (no --chain needed) nansen research smart-money perp-trades --limit 10 ``` ## Labels Filter by smart money category with `--labels`: | Label | Use case | |-------|----------| | `Fund` | Crypto funds | | `Smart Trader` | All-time top performers | | `30D Smart Trader` | Hot hands — top 30 days | | `90D Smart Trader` | Top 90 days | | `180D Smart Trader` | Top 180 days | | `Smart HL Perps Trader` | Top Hyperliquid perp traders | ```bash nansen research smart-money netflow --chain solana --labels "Fund" --limit 10 ``` ## Flags | Flag | Purpose | |------|---------| | `--chain` | Required for netflow/dex-trades/holdings | | `--labels` | Filter by SM label (quote multi-word values) | | `--limit` | Number of res

What's inside
Steps it walks through
  1. Subcommands
  2. Labels
  3. Flags
  4. Notes
Ships with 1 file
  • LICENSE
Commands it runs
Netflow — what tokens are smart money accumulating?
nansen research smart-money netflow --chain solana --limit 10
DEX trades — real-time spot trades by smart money
nansen research smart-money dex-trades --chain solana --labels "Smart Trader" --limit 20
Holdings — aggregated SM portfolio
nansen research smart-money holdings --chain solana --limit 10
Perp trades — Hyperliquid only (no --chain needed)
nansen research smart-money perp-trades --limit 10
nansen research smart-money netflow --chain solana --labels "Fund" --limit 10
More from internet-court-skill
All skills →
About this skill
What does the nansen-smart-money-tracker skill do?

Smart money tracking — netflow, trades, holdings, perp trades. Use when finding what smart money wallets are buying/selling or tracking whale activity.

How do I install it?

Run `npx skills add internet-court/internet-court-skill --skill nansen-smart-money-tracker --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