nansen-general-search

Solid

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.

AI & Automation 4,294 stars 90 forks Updated yesterday NOASSERTION

Install

View on GitHub

Quality Score: 84/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
25
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

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

Details

Author
internet-court
Repository
internet-court/internet-court-skill
Created
2 months ago
Last Updated
yesterday
Language
TypeScript
License
NOASSERTION

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

find

Find a person, lead, contact or company by name in ANY spelling — deterministic name search that catches transliteration (Viktor/Victor across alphabets), wrong-keyboard-layout typing, and typos. Trigger on "/find <name>", "find <name>", "show everyone named <X>". This is SPELLING/exact-name search (0 tokens, NOT RAG) — the complement to semantic vault search.

1 Updated 6 days ago
tonydzi
AI & Automation Listed

tenjin-search

Check the Tenjin knowledge marketplace before regenerating expensive research, and before empirically probing a third-party library or platform's undocumented behavior: someone may have already run the probe. Use when a question is public (no private repo or company context), durable rather than live, and costly to reproduce, since settling it takes a real install, a probe, or elapsed time: version-specific compatibility, dated operational probes, verified integration gotchas, maintained comparisons or benchmarks. Skip what the docs answer in one line even when it names versions (a minimum version, a default, a flag, a status code); skip private-codebase questions, generic advice, live prices or statuses, and implementing, reviewing, or debugging your own code, however famous the gotcha behind it. Requires the tenjin CLI (tenjin-cli on npm): without it this skill does not apply and must not fire, not even to route the question; the hosted skill at https://tenjin.blog/skills.md is the CLI-less path.

7 Updated today
BackTrackCo
AI & Automation Listed

vs-search

Routing rules for code search in C/C++, C#/.NET, JS/TS, and Python projects via vs-token-safer — use the vs-search MCP tools (clangd/Roslyn/tsserver/pyright language-server index) or the `vts` CLI instead of Bash grep. Use whenever searching for a symbol, definition, function, variable, type, or finding references/usages in a C/C++, C#/.NET (incl. Unreal, Visual Studio), JavaScript/TypeScript, or Python codebase.

11 Updated yesterday
JSungMin