nansen-smart-money-alpha

nansen-smart-money-alpha is a skill for Claude Code from nansen-ai/nansen-cli. It costs 29 tokens per session (341 once invoked), scanned A, original, MIT.

A cryptocurrency token screener that compares tokens bought by “smart money”—wallets identified as skilled or influential traders—with their recent net inflows. It focuses on Solana tokens.

In plain words
What is it for?
Use it to find Solana tokens with recent smart-money buying, review their price and trading data, and confirm flows for a specific token.
Why use it?
It reduces the manual work of checking many tokens and then confirming whether notable traders are accumulating them.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: built for openclaw.

not rated 135repo +1 today A scan Socket: passSnyk: passSkillSpector: pass 29 tokens original MIT

Good fit Use it to find Solana tokens with recent smart-money buying, review their price and trading data, and confirm flows for a specific token.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/nansen-ai/nansen-cli/nansen-smart-money-alpha
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add nansen-ai/nansen-cli --skill nansen-smart-money-alpha
Clone the repo
git clone --depth 1 https://github.com/nansen-ai/nansen-cli

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for nansen-smart-money-alpha

README.md
[![agentmods](https://agentmods.dev/badge/skills/nansen-ai/nansen-cli/nansen-smart-money-alpha/github.svg)](https://agentmods.dev/skills/nansen-ai/nansen-cli/nansen-smart-money-alpha)
Your own site
<a href="https://agentmods.dev/skills/nansen-ai/nansen-cli/nansen-smart-money-alpha"><img src="https://agentmods.dev/badge/skills/nansen-ai/nansen-cli/nansen-smart-money-alpha/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for nansen-smart-money-alpha

Your own site · 80×15
<a href="https://agentmods.dev/skills/nansen-ai/nansen-cli/nansen-smart-money-alpha"><img src="https://agentmods.dev/badge/skills/nansen-ai/nansen-cli/nansen-smart-money-alpha.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 341 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Socket pass 17 Mar 2026
  • Snyk pass 17 Mar 2026
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00029 $0.00341
Opus 5 $0.00015 $0.00170
Sonnet 5 $0.00006 $0.00068
Haiku 4.5 $0.00003 $0.00034

Measured 10d ago against content hash f2d66664ad76, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

nansen-smart-money-alpha scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/nansen-smart-money-alpha/SKILL.md · 44 lines

What it actually says

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

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 44 lines · 29 tokens per session scan A f2d66664ad76

Subscribe to this mod's changes

nansen-smart-money-alpha is a skill published in the GitHub repository nansen-ai/nansen-cli (135 stars, last pushed today), licensed MIT. It adds 29 tokens to every session and 341 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.