skills/nansen-general-search/SKILL.md
Search for tokens or entities by name. Use when you have a token name and need the full address, or want to find an entity.
npx skillsauth add nansen-ai/nansen-cli nansen-general-searchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
nansen research search "jupiter" --type token
nansen research search "Vitalik" --type entity --limit 5
nansen research search "bonk" --chain solana --fields address,name,symbol,chain
| Flag | Purpose |
|------|---------|
| --type | token or entity |
| --chain | Filter by chain |
| --limit | Number of results (default 25, max 50) |
| --fields | Select specific output fields |
Case-insensitive. Does NOT match by address — use profiler labels for address lookup.
testing
Wallet management — create (local or Privy server-side), list, show, export, send, delete. Use when creating wallets, checking balances, or sending tokens.
testing
Wallet profiler — balance, PnL, labels, transactions, counterparties, related wallets, batch, trace, compare. Use when analysing a specific wallet address or comparing wallets.
tools
Which of these addresses are smart money? Batch-profile a list in one call.
tools
Migrate an existing nansen-cli wallet from insecure password storage (env files, .credentials) to the new secure keychain-backed flow.