SkillAgentSearch skills...

nansen-general-search

Search for tokens or entities by name

Install / Use

npx skills add internet-court/internet-court-skill --skill nansen-general-search

Installs into whichever agent you are using.

About this skill
📄

SKILL.md

Installable skill definition

Quality Score

61/100

Supported Platforms

Universal

Our assessment of nansen-general-search

nansen-general-search scores 61/100 on our quality scale, 198th of 212 Education & Research skills we index.

Its SKILL.md is 921 bytes long, lightly structured (1 heading) with 1 code example: fairly brief, so expect to fill in details yourself.

With 6,129 GitHub stars, it is one of the more widely adopted skills in the catalogue.

Substance
14/30
Structure
8/20
Description
8/15
Adoption
16/20
Freshness
15/15

Maintenance, license and trust

  • The repository was last updated 38 days ago, so nansen-general-search is actively maintained.
  • No license is declared. By default that means all rights are reserved: you can read it, but reusing or redistributing it is not clearly permitted. Ask the author before building on it commercially.
  • Its trust signals score 88/100, with 1 caution from licensing, adoption, age or documentation. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.

nansen-general-search compared with similar skills

All 4 of these similar skills score higher than nansen-general-search; compare them before choosing.

SkillScoreStarsUpdatedFormat
nansen-general-search (this skill)by internet-court616.1k38d agoSKILL.md
Agent-Reachby Panniantong10085.6k11d agoCLAUDE.md
headroomby headroomlabs-ai10073.9ktodayCLAUDE.md
last30days-skillby mvanhorn10062.9k4d agoCLAUDE.md
Scraplingby D4Vinci10083.9ktodayMCP Server

Frequently asked questions

How do I install nansen-general-search?
Run npx skills add internet-court/internet-court-skill --skill nansen-general-search. The install tabs above show the steps for each supported agent.
Which AI agents does nansen-general-search work with?
It is written for Universal, as a SKILL.md file. Other agents that read the same format can often use it too.
Is nansen-general-search safe to use?
It declares no license and scores 88/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
Is nansen-general-search still maintained?
The repository was last updated 38 days ago, so nansen-general-search is actively maintained.

name: nansen-general-search description: 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. metadata: openclaw: requires: env: - NANSEN_API_KEY bins: - nansen primaryEnv: NANSEN_API_KEY install: - kind: node package: nansen-cli bins: [nansen] allowed-tools: Bash(nansen:*)

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.

Related Skills

View on GitHub
GitHub Stars6.1k
CategoryEducation
Updated1mo ago
Forks110

Languages

TypeScript

Trust signals

88/100

From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.

1 medium