Nansen Smart Money Trend
v0.1.0Has SM been in this token for weeks, or did they just enter? Are they still buying?
⭐ 0· 152·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
OpenClaw
Benign
high confidencePurpose & Capability
Name and description match the declared requirements: the skill needs the 'nansen' binary and an NANSEN_API_KEY to query Nansen for smart‑money/trader flows. Those items are appropriate for the stated goal.
Instruction Scope
SKILL.md only runs the nansen CLI with token and chain parameters and explains how to interpret returned net-flow fields. It does not instruct reading unrelated files, other env vars, or transmitting data to unexpected endpoints beyond Nansen.
Install Mechanism
Install uses a Node package (nansen-cli) to create the 'nansen' binary. This is expected for a CLI integration but carries the usual moderate risk of installing code from the npm registry — verify the package source and maintainers before installing.
Credentials
Only NANSEN_API_KEY is required and is declared as the primary credential. That single credential is proportional to the skill's function.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform persistence or configuration changes; autonomous invocation is allowed but is the platform default.
Assessment
This skill legitimately needs the Nansen CLI and your NANSEN_API_KEY to query Nansen for smart‑money activity. Before installing: (1) confirm the nansen-cli npm package is the official/expected package and review its repository if possible; (2) treat the NANSEN_API_KEY like a secret — ensure it has least-privilege and can be revoked; (3) be aware that token addresses and queries will be sent to Nansen's servers (privacy/networking); and (4) consider installing/testing the CLI in an isolated environment if you have concerns about third‑party npm packages.Like a lobster shell, security has layers — review code before you run it.
latestvk97020gfh7sma18qqab4jexfv9833d9n
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