Nansen Token Research

v0.1.0

Token deep dive — info, OHLCV, holders, flows, flow intelligence, who bought/sold, DEX trades, PnL, perp trades, perp positions, perp PnL leaderboard. Use wh...

0· 175·1 current·1 all-time
byNansen AI@nansen-devops

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for nansen-devops/nansen-token-research.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Nansen Token Research" (nansen-devops/nansen-token-research) from ClawHub.
Skill page: https://clawhub.ai/nansen-devops/nansen-token-research
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required env vars: NANSEN_API_KEY
Required binaries: nansen
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install nansen-token-research

ClawHub CLI

Package manager switcher

npx clawhub@latest install nansen-token-research
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description describe Nansen token research and the skill requires the 'nansen' CLI and NANSEN_API_KEY, which are exactly what a Nansen CLI integration would need. No unrelated services or credentials are requested.
Instruction Scope
SKILL.md consists solely of explicit nansen CLI commands (research token subcommands and flags). It does not instruct the agent to read arbitrary files, other environment variables, or send data to endpoints outside the Nansen CLI's normal behavior.
Install Mechanism
Install is a Node package (nansen-cli) that provides the 'nansen' binary. npm installs are an expected way to provide a CLI, but downloading and installing a package executes third-party code on the host — moderate risk. The skill metadata lists no source/homepage, so users should verify the npm package publisher and integrity before installing.
Credentials
Only NANSEN_API_KEY is required and it's declared as the primary credential. That matches the described functionality (requests to Nansen API). No additional secrets or config paths are requested.
Persistence & Privilege
Skill is not always-enabled and does not request elevated platform privileges. Autonomous invocation is allowed by default (normal for skills) but not combined with other concerning flags.
Assessment
This skill appears to be an instruction-only wrapper around the official Nansen CLI and only needs your NANSEN_API_KEY. Before installing, verify the npm package 'nansen-cli' publisher and reviews (or prefer installing the CLI yourself), and limit the API key permissions/monitor usage if possible (to avoid unexpected billing or data exposure). Installing a Node package will run third-party code on your system — proceed only if you trust the package source. If you need stricter control, run the nansen CLI manually outside the skill and paste results instead of granting an API key to the skill.

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

Runtime requirements

Binsnansen
EnvNANSEN_API_KEY
Primary envNANSEN_API_KEY

Install

Node
Bins: nansen
npm i -g nansen-cli
latestvk970vss9875ytgdhscxtx885vx833agc
175downloads
0stars
1versions
Updated 1mo ago
v0.1.0
MIT-0

Token Deep Dive

All commands: nansen research token <sub> [options]

--chain required for spot endpoints. Use --token <address> for token-specific endpoints.

Info & Price

nansen research token info --token <addr> --chain solana
nansen research token ohlcv --token <addr> --chain solana --timeframe 1h

Timeframes: 1m, 5m, 15m, 30m, 1h, 2h, 4h, 1d, 1w, 1M

Holders

nansen research token holders --token <addr> --chain solana
nansen research token holders --token <addr> --chain solana --smart-money

Flows

nansen research token flows --token <addr> --chain solana --days 7
nansen research token flow-intelligence --token <addr> --chain solana
nansen research token who-bought-sold --token <addr> --chain solana

flow-intelligence breaks down by label: whales, smart traders, exchanges, fresh wallets, public figures.

DEX Trades

nansen research token dex-trades --token <addr> --chain solana --limit 20

PnL

nansen research token pnl --token <addr> --chain solana --sort total_pnl_usd:desc

Perps (no --chain)

nansen research token perp-trades --symbol ETH --days 7
nansen research token perp-positions --symbol BTC
nansen research token perp-pnl-leaderboard --symbol SOL

Flags

FlagPurpose
--chainRequired for spot endpoints (ethereum, solana, base, etc.)
--tokenToken address (alias: --token-address)
--symbolToken symbol for perp endpoints (e.g. BTC)
--timeframeOHLCV interval
--smart-moneyFilter to SM wallets only (holders)
--daysLookback period (default 30)
--sortSort field:direction (e.g. total_pnl_usd:desc)
--fieldsSelect specific fields
--tableHuman-readable table output
--format csvCSV export

Notes

  • Perp endpoints use --symbol (e.g. BTC), not --token.
  • holders --smart-money returns UNSUPPORTED_FILTER for tokens without SM tracking.
  • flow-intelligence may return all-zero flows for illiquid tokens.

Comments

Loading comments...