Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
nansen-ai avatar

Nansen Smart Money Alpha

  • 409 installs
  • 127 repo stars
  • Updated August 4, 2026
  • nansen-ai/nansen-cli

Nansen Smart Money Alpha is an agent skill that runs Nansen CLI smart-money token screener, netflow, and flow-intelligence commands so developers researching on-chain alpha can spot whale accumulation before wider market

About

Nansen Smart Money Alpha is an OpenClaw agent skill bundled in nansen-cli that guides Bash runs of three Nansen research commands: token screener with --smart-money, smart-money netflow by label, and per-token flow-intelligence. After installing the nansen npm binary and setting NANSEN_API_KEY, a developer points CHAIN (for example solana), pulls up to 20 screener rows over a 24h timeframe, then cross-checks net_flow_1h/24h/7d/30d_usd against flow labels like smart_trader and whale. Reach for Nansen Smart Money Alpha when you need ranked token candidates with price, volume, buy_volume, market_cap_usd, fdv, liquidity, and token_age_days instead of manual DEX chart scanning.

  • smart money tracking
  • Nansen CLI
  • on-chain alpha
  • whale wallet flows
  • crypto market signals

Nansen Smart Money Alpha by the numbers

  • 409 all-time installs (skills.sh)
  • +4 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #30 of 479 Web3 & Blockchain skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/nansen-ai/nansen-cli --skill nansen-smart-money-alpha

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs409
repo stars127
Last updatedAugust 4, 2026
Repositorynansen-ai/nansen-cli

What tokens are smart money wallets accumulating on-chain?

Query Nansen CLI smart-money flows to spot whale accumulation, sector rotation, and on-chain alpha signals before broader market repricing.

Who is it for?

Developers or quant engineers with a Nansen API key who want CLI-driven smart-money screening and netflow confirmation on chains like Solana.

Skip if: Developers without NANSEN_API_KEY access or teams that need automated trade execution rather than on-chain research signals.

When should I use this skill?

A developer asks which tokens smart money is accumulating, wants whale netflow before a pump, or needs to cross-check a token screener hit with labeled wallet flows.

What you get

Ranked token screener rows, smart-money netflow tables with 1h–30d USD flows, and per-token flow-intelligence label breakdowns.

  • Smart-money token screener table
  • Smart-money netflow report
  • Per-token flow-intelligence label breakdown

By the numbers

  • Token screener queries return up to 20 rows via --limit 20
  • Documents 3 Nansen CLI research commands: screener, netflow, and flow-intelligence
  • Netflow output includes net_flow_1h, 24h, 7d, and 30d USD columns

Files

SKILL.mdMarkdownGitHub ↗

Alpha Discovery

Answers: "What tokens is smart money accumulating before they pump?"

CHAIN=solana

nansen research token screener --chain $CHAIN --timeframe 24h --smart-money --limit 20
# → token_symbol, price_usd, price_change, volume, buy_volume, market_cap_usd, fdv, liquidity, token_age_days

nansen research smart-money netflow --chain $CHAIN --labels "Smart Trader" --limit 10
# → token_symbol, net_flow_1h/24h/7d/30d_usd, trader_count

# Confirm SM flow on a specific token from screener results
TOKEN=<address_from_screener>
nansen research token flow-intelligence --token $TOKEN --chain $CHAIN
# → net_flow_usd per label: smart_trader, whale, exchange, fresh_wallets

Cross-reference screener results with positive netflow to find early accumulation.

Source

  • npm: https://www.npmjs.com/package/nansen-cli
  • GitHub: https://github.com/nansen-ai/nansen-cli

Related skills

How it compares

Pick Nansen Smart Money Alpha when you need labeled smart-money screener plus netflow confirmation in one CLI workflow instead of generic block explorers or manual wallet tracking.

FAQ

What does Nansen Smart Money Alpha return from the token screener?

Nansen Smart Money Alpha runs nansen research token screener with --smart-money and returns up to 20 rows per query with token_symbol, price_usd, price_change, volume, buy_volume, market_cap_usd, fdv, liquidity, and token_age_days for the chosen chain.

How do you install Nansen Smart Money Alpha?

Nansen Smart Money Alpha requires the nansen-cli npm package, which exposes the nansen binary, plus a NANSEN_API_KEY environment variable. The skill allows Bash(nansen:*) so agents can run research subcommands directly.

How does Nansen Smart Money Alpha confirm accumulation on one token?

Nansen Smart Money Alpha runs nansen research token flow-intelligence with the token address and chain, returning net_flow_usd broken out by smart_trader, whale, exchange, and fresh_wallets labels to validate screener picks.

Web3 & Blockchainanalyticspipelines

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.