nansen-wallet-batch

nansen-wallet-batch is a skill for Claude Code, Codex from nansen-ai/nansen-cli. It costs 22 tokens per session (262 once invoked), scanned A, original, MIT.

A batch wallet-profiling tool that checks whether a list of blockchain addresses has labels associated with smart money or funds. Blockchain addresses are public identifiers for wallets.

In plain words
What is it for?
Use it to classify batches of addresses by wallet labels and optionally include their token balances.
Why use it?
It avoids checking many wallet addresses one by one and reports invalid addresses as individual errors instead of stopping the whole check.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/nansen-ai/nansen-cli/nansen-wallet-batch
Any agent
npx skills add nansen-ai/nansen-cli --skill nansen-wallet-batch
Clone the repo
git clone --depth 1 https://github.com/nansen-ai/nansen-cli

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-wallet-batch

README.md
[![agentmods](https://agentmods.dev/badge/skills/nansen-ai/nansen-cli/nansen-wallet-batch.svg)](https://agentmods.dev/skills/nansen-ai/nansen-cli/nansen-wallet-batch)
Your own site
<a href="https://agentmods.dev/skills/nansen-ai/nansen-cli/nansen-wallet-batch"><img src="https://agentmods.dev/badge/skills/nansen-ai/nansen-cli/nansen-wallet-batch.svg" alt="Measured on agentmods" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 262 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00022 $0.00262
Opus 5 $0.00011 $0.00131
Sonnet 5 $0.00004 $0.00052
Haiku 4.5 $0.00002 $0.00026

Measured 5d ago against content hash 82b5fcddbcb2, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

nansen-wallet-batch 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 5d 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-wallet-batch/SKILL.md · 27 lines

What it actually says

ADDRESSES="0xaddr1,0xaddr2,0xaddr3,..." CHAIN=ethereum
nansen research profiler batch --addresses "$ADDRESSES" --chain $CHAIN --include labels,balance
# → .data.{total, completed, results[]: {address, chain, labels[], balance, error}}
# labels[]: {label, category ("smart_money","fund","social","behavioral","others"), kind[]}
# balance: {data[]: {token_symbol, token_amount, price_usd, value_usd}}

Check .error per result — invalid addresses return an error message, not a crash. Skip those. Keep addresses where any label.category == "smart_money" or "fund". Omit balance for faster checks.

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. 5d ago First seen · 27 lines · 22 tokens per session scan A 82b5fcddbcb2

Subscribe to this mod's changes

nansen-wallet-batch is a skill published in the GitHub repository nansen-ai/nansen-cli (134 stars, last pushed today), licensed MIT. It adds 22 tokens to every session and 262 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.