← Back to Skills Marketplace
190
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install nansen-smart-money-trend
Description
Has SM been in this token for weeks, or did they just enter? Are they still buying?
README (SKILL.md)
TOKEN=\x3Caddress> CHAIN=ethereum
nansen research smart-money netflow --chain $CHAIN --limit 200
# → filter by token_address; net_flow_1h_usd, net_flow_24h_usd, net_flow_7d_usd, net_flow_30d_usd
nansen research token holders --token $TOKEN --chain $CHAIN --smart-money --limit 20
# → address_label, value_usd, balance_change_24h, balance_change_7d, balance_change_30d
nansen research token flow-intelligence --token $TOKEN --chain $CHAIN
# → smart_trader_net_flow_usd, whale_net_flow_usd, fund_net_flow_usd, fresh_wallets_net_flow_usd
nansen research token dex-trades --token $TOKEN --chain $CHAIN --limit 50
# → block_timestamp, action, trader_address_label — find oldest SM-labeled BUY
1h/24h+ & 7d/30d+ = sustained accumulation. 24h+ & 7d− = fresh entry. 24h− & 7d+ = reducing. All negative = distribution.
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: nansen-smart-money-trend
Version: 0.1.0
The skill is designed to analyze cryptocurrency token trends using the Nansen API via the 'nansen-cli' tool. It requires a NANSEN_API_KEY and provides standard bash commands in SKILL.md to fetch smart money netflow, token holder data, and DEX trades, with no evidence of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & 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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nansen-smart-money-trend - After installation, invoke the skill by name or use
/nansen-smart-money-trend - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of nansen-smart-money-trend.
- Analyze smart money (SM) participation trends for specific tokens on Ethereum.
- Fetch net flow data over multiple timeframes (1h, 24h, 7d, 30d).
- Track SM token holders and their balance changes.
- Assess trading flow across smart traders, whales, funds, and fresh wallets.
- Identify earliest smart money buy actions via DEX trade history.
- Simple heuristics for interpreting accumulation and distribution behavior.
Metadata
Frequently Asked Questions
What is Nansen Smart Money Trend?
Has SM been in this token for weeks, or did they just enter? Are they still buying?. It is an AI Agent Skill for Claude Code / OpenClaw, with 190 downloads so far.
How do I install Nansen Smart Money Trend?
Run "/install nansen-smart-money-trend" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Nansen Smart Money Trend free?
Yes, Nansen Smart Money Trend is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Nansen Smart Money Trend support?
Nansen Smart Money Trend is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Nansen Smart Money Trend?
It is built and maintained by Nansen AI (@nansen-devops); the current version is v0.1.0.
More Skills