Nansen Smart Money Tracker

v0.1.0

Smart money tracking — netflow, trades, holdings, perp trades. Use when finding what smart money wallets are buying/selling or tracking whale activity.

0· 147·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 target Nansen smart-money data and the skill requires the 'nansen' binary and NANSEN_API_KEY — both expected and proportionate for calling Nansen's CLI.
Instruction Scope
SKILL.md only contains nansen CLI commands and flags for fetching smart-money data. It does not instruct reading unrelated files, other env vars, or exfiltrating data to third-party endpoints beyond the Nansen CLI/API.
Install Mechanism
Install uses an npm package (nansen-cli) which will write a binary named 'nansen' to the system. npm installs are a common choice but are third‑party code — moderate trust is required. No direct downloads from arbitrary URLs or extract operations are used.
Credentials
Only NANSEN_API_KEY is required and is declared as the primary credential. The single API key is proportional to a CLI wrapper that queries Nansen.
Persistence & Privilege
always is false and the skill does not request system-wide configuration or other skills' credentials. Autonomous invocation is allowed by default (normal for skills) but not elevated.
Assessment
This skill is a thin wrapper around the official-looking nansen CLI and only needs your NANSEN_API_KEY. Before installing, confirm you trust the 'nansen-cli' npm package (check its npm page/repository and publisher). Be aware the npm install will create a 'nansen' binary on the machine. Only supply an API key with least-privilege (rotate/revoke it if you later suspect misuse). If you don't want the agent to call Nansen autonomously, keep the skill installed but avoid granting it unchecked agent autonomy or restrict when it can run.

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

latestvk976q8yzn262bby3fjygk6ptt18339xx

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