Nansen general search
Skill internet-court/internet-court-skill/vendored/nansen/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.From its SKILL.md
npx -y skills add internet-court/internet-court-skill --skill nansen-general-searchAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
0.9 KB, 143 tokens by cl100k_base, as published. Nobody here has run it
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.
What ships with it: 1 file
1.0 KB alongside SKILL.md
- LICENSE1.0 KB