nansen

nansen is a skill for Claude Code, Codex from Vo1ganin/crypto-claude-skills. It costs 195 tokens per session (1,929 once invoked), scanned A, original, MIT.

A skill for using the Nansen API, a service that provides cryptocurrency wallet, token, and trading data across blockchains.

In plain words
What is it for?
Finding smart-money activity, profiling wallets, reviewing profit and loss, examining trades and counterparties, and analyzing token data.
Why use it?
It helps the agent choose API calls while accounting for their different credit costs.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Finding smart-money activity, profiling wallets, reviewing profit and loss, examining trades and counterparties, and analyzing token data.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vo1ganin/crypto-claude-skills/nansen
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 Vo1ganin/crypto-claude-skills --skill nansen
Clone the repo
git clone --depth 1 https://github.com/Vo1ganin/crypto-claude-skills

Made for: Claude Code, Codex.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/vo1ganin/crypto-claude-skills/nansen"><img src="https://agentmods.dev/badge/skills/vo1ganin/crypto-claude-skills/nansen.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 195 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,929 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
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.00195 $0.01929
Opus 5 $0.00097 $0.00964
Sonnet 5 $0.00039 $0.00386
Haiku 4.5 $0.00019 $0.00193

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

Security

Grade A, and why

nansen scanned grade A with 1 finding 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.

The scan reads SKILL.md. This mod also ships 3 executable files (references/examples/smart_money_flows.py, references/examples/token_holders.py, references/examples/wallet_pnl_batch.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- Bash # direct curl / httpx
skills/nansen/SKILL.md · 168 lines

How it starts

The opening of the file, as written. The whole thing — 168 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Nansen API Skill

Reference files:

  • references/endpoints.md — full catalog with credit cost per endpoint, Solana support flags
  • references/credits.md — pricing, budget rules, x402 pay-per-call, labels cost explosion
  • references/filters.md — chains enum, smart money labels, filter schemas
  • references/examples/ — working Python scripts

🚨 Rule #1: credit budget awareness

Endpoint credit cost varies 150× between cheap and expensive endpoints:

Tier Cost (Pro) Examples
Cheap 1 credit All Profiler (balances, tx, PnL), most TGM, Portfolio, Prediction Markets
Standard 5 credits ALL Smart Money endpoints, TGM indicators, counterparties
Premium labels 150 credits tgm/holders, tgm/pnl-leaderboard, tgm/perp-* when premium_labels: true
Labels 100 / 500 profiler/address/labels (common / premium)
Agent 200 / 750 agent/fast / agent/expert

Free tier multiplier: ×10. A 150-credit call on Free costs 1500.

Budget rules (like Dune — independent per operation):

  • < 50 credits → proceed
  • 50–200 credits → tell the user your plan and expected cost before calling (e.g. "running 30× Smart Money dex-trades = 150 credits")
  • > 200 credits → STOP, propose alternative (narrower filter, smaller page, different endpoint), ask for approval

Common credit traps:

  1. premium_labels: true silently 30×s the cost (5 → 150). Default is null/omitted = plan-tier default. Only set true when user explicitly asks for premium labels.
  2. Paginating 10× pages of Smart Money endpoint = 50 credits. Use per_page: 1000 (max) to consolidate.
  3. Running agent/expert costs 750 credits — almost half the monthly Pro starter. Always confirm first.
  4. address/labels for N wallets = 100N credits. Use address/metadata/multi on Solscan or other source if just name lookup needed.

🚨 Rule #2: check credit balance via response headers

Every Nansen response includes:

X-Nansen-Credits-Used: 5
X-Nansen-Credits-Remaining: 987

Read the full file on GitHub · 168 lines

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 168 lines · 195 tokens per session scan A 0877a02ed1c6

Subscribe to this mod's changes

nansen is a skill published in the GitHub repository Vo1ganin/crypto-claude-skills (2 stars, last pushed 21d ago), licensed MIT. It adds 195 tokens to every session and 1,929 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

crypto-mining-setup

Setup and optimize cryptocurrency mining operations — AI-powered mining (soul.md protocol), parallel agent deployment, accumulation strategies, and performance optimization.

kevinnft/ai-agent-skills · 33 tokens

agent-wallet

Operate a non-custodial blockchain wallet on-chain (EVM and Bitcoin), no exchange or MetaMask. Create or import a wallet, balances, send native/ERC-20/BTC, swap tokens, compile/deploy/call Solidity. Trigger on wallet, crypto, ETH, BTC, ERC-20, token, send, transfer, swap, trade, Solidity, contract, on-chain, testnet…

hec-ovi/blockchain-skill · 93 tokens

agent-solidity

Write, audit and deploy Solidity smart contracts through a gated multi-step workflow (spec, threat model, design, implementation, in-process EVM proof, security audit, deployment), with a local EVM sandbox that needs no Foundry, Hardhat, anvil, node or funds. Trigger on Solidity, smart contract, .sol, ERC-20, ERC-721…

hec-ovi/blockchain-skill · 122 tokens

aelf-node-skill

AElf node querying and contract execution skill for agents.

AElfProject/aelf-node-skill · 17 tokens

tokenomist-fundraising-lookup

Look up fundraising rounds, investors, and valuation data for tokens. Use when finding who invested, at what valuation, or analyzing investor portfolios.

tokenomist-ai/tokenomist-cli · 37 tokens

tokenomist-unlock-analysis

Analyze token unlock events — upcoming unlocks, historical events, and allocation breakdowns. Use when checking unlock impact on market cap or reviewing unlock schedules.

tokenomist-ai/tokenomist-cli · 37 tokens