Nansen Wallet Clustering

v0.1.1

Cluster and attribute related wallets — funding chains, shared signers, CEX deposit patterns. Use when tracing wallet ownership, comparing two wallets, findi...

0· 167·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 match required pieces: the skill invokes the nansen CLI and requires NANSEN_API_KEY, which are exactly what's needed to call Nansen research endpoints for wallet clustering and attribution.
Instruction Scope
SKILL.md lists explicit nansen CLI commands limited to profiling, related-wallets, counterparties, traces, comparisons, and batch cluster calls. It instructs the agent to ask the human before expanding to newly discovered addresses and gives stop rules (known CEX, low confidence, cluster >10). It does not instruct reading unrelated files, environment variables, or sending data to third‑party endpoints beyond Nansen.
Install Mechanism
Install is an npm package (nansen-cli) that provides the nansen binary. This is proportional to the task but carries normal npm supply-chain risk—expected for a CLI integration but worth checking the package source before granting API credentials.
Credentials
Only NANSEN_API_KEY is required and declared as the primary credential. No other tokens, keys, or config paths are requested. That is proportionate for a Nansen CLI skill.
Persistence & Privilege
The skill does not request always:true and does not ask to modify other skills or system-wide settings. Model invocation is allowed (platform default) but not combined with extra privileges here.
Assessment
This skill appears coherent and uses the Nansen CLI and your NANSEN_API_KEY as expected. Before installing: (1) Confirm you trust the nansen-cli npm package—review its source or install from a vetted source; (2) Be aware API queries (trace, cross-chain checks) consume Nansen credits—monitor usage and costs; (3) Limit the API key's scope if possible and monitor its activity/quotas; (4) The SKILL.md recommends asking for human confirmation before expanding to new addresses—keep that prompt behavior enabled to avoid broad automated querying. If you need additional assurance, request the nansen-cli package source or a checksum for the package you will install.

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

latestvk974wfp6cvpdw1g94bc8qfmw0h83nsqk

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