nansen-general-search
SolidSearch for tokens or entities by name. Use when you have a token name and need the full address, or want to find an entity.
Install
Quality Score: 84/100
Skill Content
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
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.
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.
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.