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 internet-court/internet-court-skill --skill nansen-general-search --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Search ```bash 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.
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
What does the nansen-general-search skill do?
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.
How do I install it?
Run `npx skills add internet-court/internet-court-skill --skill nansen-general-search --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From internet-court/internet-court-skill, a repository with 1,536 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.