
from nansen-cli123
CLI-driven commands to track 'smart money' on-chain: netflow, DEX trades, holdings and perp trades for whale and fund activity analysis.
Exposes Nansen CLI commands to query smart-money signals on-chain: netflow summaries, DEX trades by labeled wallets, aggregated holdings, and Hyperliquid perp trades. It helps researchers and traders identify which wallets/funds are accumulating or moving assets.
Use when investigating whale activity, tracking fund flows, screening token accumulation by smart wallets, or exporting CSVs for time-series analysis. Suitable for ad-hoc research or embedding into trading research workflows.
Designed for CLI-capable agents and workflows where the nansen binary is available; works with agents that can call shell tools or orchestrate external CLIs.
Nansen Smart Money Tracker is a CLI-driven skill for tracking 'smart money' on-chain activity (netflow, DEX trades, holdings, perp trades). It wraps the nansen CLI tool and requires a NANSEN_API_KEY env var plus nansen binary installed. No bundled scripts to test. SKILL.md is clean and well-structured with clear subcommand examples and label/filter documentation. Niche but useful for crypto researchers.
Pure CLI wrapper skill with no scripts. allowed-tools grants Bash(nansen:*) which is appropriate for the tool. No security concerns. Clean frontmatter with proper requires/install metadata.