Nansen Fund Tracker

v0.1.0

What are crypto funds and VCs holding right now? Cross-chain fund portfolios and net accumulation signals.

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 target crypto fund holdings; requires 'nansen' binary and NANSEN_API_KEY — these directly match the Nansen CLI usage shown in SKILL.md.
Instruction Scope
SKILL.md contains only nansen CLI commands querying holdings/netflow for specified chains and labels. It does not reference other files, unrelated env vars, or exfiltration endpoints.
Install Mechanism
Install uses the public npm package 'nansen-cli' to provide the 'nansen' binary. This is an expected delivery mechanism for a CLI but introduces typical npm-package risks (code executed on install/run); verify package provenance and version if you want extra assurance.
Credentials
Only a single credential (NANSEN_API_KEY) is required and is the declared primaryEnv; this is proportional to a tool that queries the Nansen API.
Persistence & Privilege
always is false and the skill does not request system-wide config or other skills' credentials. Autonomous invocation is allowed (platform default) but not combined with elevated privileges.
Assessment
This skill is internally consistent: it needs the 'nansen' CLI and your NANSEN_API_KEY to query Nansen data. Before installing, verify you trust the 'nansen-cli' npm package (check its npm page, author, and version), and ensure the API key you provide has only the permissions you intend (use a read-only or scoped key if possible). Avoid pasting the API key into untrusted places and consider running the install in an environment you control (or inspecting the package) if you need stronger assurance.

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

latestvk970b7fbmkfz3vs9nk6gd1dpds833aqm

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