Nansen Token Screener
v0.1.1Discover trending tokens — screener, SM holdings, Nansen indicators, and flow intelligence for promising finds. Use when scanning for new tokens or screening...
⭐ 0· 155·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/description (token discovery, Nansen indicators, smart-money & flow data) match the declared requirements: a 'nansen' CLI binary and a NANSEN_API_KEY. Nothing requested appears unrelated to token screening.
Instruction Scope
SKILL.md only instructs running nansen CLI commands with chain and token parameters; it does not instruct reading unrelated files, broad system state, or transmitting data to third parties other than Nansen. The allowed-tool binder (Bash(nansen:*)) is consistent with those commands.
Install Mechanism
Install uses the npm package 'nansen-cli' to provide the 'nansen' binary. This is a reasonable install method for a CLI but carries the usual npm registry risk (third-party package code written to disk). Recommend verifying the package's source, publisher, and versions before installing into a production environment.
Credentials
The only required environment variable is NANSEN_API_KEY (declared as primaryEnv), which is appropriate for accessing Nansen's API. No unrelated secrets, config paths, or excessive env variables are requested.
Persistence & Privilege
Skill is not always-enabled and does not request system-wide config changes. It runs commands on demand and does not require elevated persistence or cross-skill configuration.
Assessment
This skill is internally coherent: it needs the Nansen CLI and your NANSEN_API_KEY to query Nansen services. Before installing, verify the npm package 'nansen-cli' (publisher, repo, recent activity) to ensure you trust it; consider installing in a sandbox first. Only provide an API key with the minimum permissions needed and be prepared to rotate/revoke the key if you stop using the skill. Remember the CLI will make network calls to Nansen's API when invoked, and npm packages run code on your machine, so standard supply-chain caution applies.Like a lobster shell, security has layers — review code before you run it.
latestvk972bv4pr22hpnm3fc5r56an61832vts
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