Nansen Wallet Batch

v0.1.0

Which of these addresses are smart money? Batch-profile a list in one call.

0· 125·1 current·1 all-time
byNansen AI@nansen-devops
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (batch profiling smart-money addresses) matches required binary (nansen) and primary env var (NANSEN_API_KEY). Requesting the Nansen CLI is proportionate to the stated functionality.
Instruction Scope
SKILL.md contains a single Bash example that runs the Nansen CLI with an addresses list and chain; it does not instruct the agent to read unrelated files, other env vars, or exfiltrate data beyond calling the Nansen API.
Install Mechanism
Install uses an npm package (nansen-cli) to create the nansen binary — a reasonable and expected mechanism for this CLI. No arbitrary URL downloads or archive extraction are used.
Credentials
Only NANSEN_API_KEY is required and is declared as the primary credential. No unrelated secrets or excessive env access are requested.
Persistence & Privilege
The skill is not always-on and does not request elevated or cross-skill configuration changes. It can be invoked by the agent (normal for skills); no unusual persistence is requested.
Assessment
This skill will install the nansen-cli npm package and call Nansen's API using your NANSEN_API_KEY. Before installing: 1) Confirm you trust the nansen-cli package source (inspect the package or its npm/GitHub repo) because it will run with your user privileges. 2) Be aware that wallet addresses you pass will be sent to Nansen; do not submit private keys or other secrets. 3) Provide a dedicated API key with least privilege and be prepared to rotate it if needed. 4) If you want to avoid autonomous agent calls, restrict or review agent permissions for invoking skills.

Like a lobster shell, security has layers — review code before you run it.

latestvk976avh2e2xyjgmed634k8g5c5837145

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

Binsnansen
EnvNANSEN_API_KEY
Primary envNANSEN_API_KEY

Install

Node
Bins: nansen
npm i -g nansen-cli

Comments