Agent skill

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.

Internet Court1,389★ · +222/wk · 1 repos on radarProfile →
claude-codecodexread-onlyNOASSERTION
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 1 KB
Bundled scripts: none
Allowed tools: Bash(nansen:*)
Path: vendored/nansen/nansen-general-search/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,536 · +147 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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.

What's inside
Ships with 1 file
  • LICENSE
Commands it runs
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
More from internet-court-skill
All skills →
About this skill
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.

Keep going