nansen-smart-money-trend

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

A crypto-analysis tool for determining whether smart-money wallets have been accumulating, reducing, or distributing a token over time. Accumulation means buying or increasing holdings; distribution means selling or reducing them.

In plain words
What is it for?
Use it to compare one-hour, one-day, seven-day, and 30-day flows, inspect smart-money holders, review labelled wallet flows, and find earlier decentralised-exchange buys.
Why use it?
It distinguishes sustained wallet activity from a recent entry or exit by comparing short- and longer-term flows and balances.

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: warnSkillSpector: pass 27 tokens original MIT

Good fit Use it to compare one-hour, one-day, seven-day, and 30-day flows, inspect smart-money holders, review labelled wallet flows, and find earlier decentralised-exchange buys.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/nansen-ai/nansen-cli/nansen-smart-money-trend
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-trend
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-trend

README.md
[![agentmods](https://agentmods.dev/badge/skills/nansen-ai/nansen-cli/nansen-smart-money-trend/github.svg)](https://agentmods.dev/skills/nansen-ai/nansen-cli/nansen-smart-money-trend)
Your own site
<a href="https://agentmods.dev/skills/nansen-ai/nansen-cli/nansen-smart-money-trend"><img src="https://agentmods.dev/badge/skills/nansen-ai/nansen-cli/nansen-smart-money-trend/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-trend

Your own site · 80×15
<a href="https://agentmods.dev/skills/nansen-ai/nansen-cli/nansen-smart-money-trend"><img src="https://agentmods.dev/badge/skills/nansen-ai/nansen-cli/nansen-smart-money-trend.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 352 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 warn 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.00027 $0.00352
Opus 5 $0.00014 $0.00176
Sonnet 5 $0.00005 $0.00070
Haiku 4.5 $0.00003 $0.00035

Measured 11d ago against content hash ae37a4d5a4f7, 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-trend 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 11d 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-trend/SKILL.md · 31 lines

What it actually says

TOKEN=<address> CHAIN=ethereum
nansen research smart-money netflow --chain $CHAIN --limit 200
# → filter by token_address; net_flow_1h_usd, net_flow_24h_usd, net_flow_7d_usd, net_flow_30d_usd
nansen research token holders --token $TOKEN --chain $CHAIN --smart-money --limit 20
# → address_label, value_usd, balance_change_24h, balance_change_7d, balance_change_30d
nansen research token flow-intelligence --token $TOKEN --chain $CHAIN
# → smart_trader_net_flow_usd, whale_net_flow_usd, fund_net_flow_usd, fresh_wallets_net_flow_usd
nansen research token dex-trades --token $TOKEN --chain $CHAIN --limit 50
# → block_timestamp, action, trader_address_label — find oldest SM-labeled BUY

1h/24h+ & 7d/30d+ = sustained accumulation. 24h+ & 7d− = fresh entry. 24h− & 7d+ = reducing. All negative = distribution.

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. 11d ago First seen · 31 lines · 27 tokens per session scan A ae37a4d5a4f7

Subscribe to this mod's changes

nansen-smart-money-trend is a skill published in the GitHub repository nansen-ai/nansen-cli (135 stars, last pushed today), licensed MIT. It adds 27 tokens to every session and 352 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.