internet-court/nansen-general-search
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 skills add https://github.com/internet-court/internet-court-skill --skill nansen-general-search
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.
Take internet-court/nansen-general-search from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.