← Back to Skills Marketplace
201
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install 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.
README (SKILL.md)
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.
Usage Guidance
This skill appears to do exactly what it claims: run the Nansen CLI to search tokens/entities. Before installing, ensure you trust the npm package 'nansen-cli' (verify its publisher and package page) and be prepared to provide your NANSEN_API_KEY (this is a secret tied to your Nansen account). Installing will place a 'nansen' binary on the system and the tool will make network requests to Nansen; if you are uncomfortable granting that API key or installing npm packages from that publisher, do not install the skill.
Capability Analysis
Type: OpenClaw Skill
Name: nansen-general-search
Version: 0.1.1
The skill is a standard wrapper for the Nansen CLI tool, designed to search for crypto tokens and entities. It correctly defines its dependencies (NANSEN_API_KEY), restricts command execution to the 'nansen' binary via 'allowed-tools', and provides clear, non-malicious usage examples in SKILL.md. No evidence of data exfiltration, prompt injection, or obfuscation was found.
Capability Assessment
Purpose & Capability
Name/description (search tokens/entities) match the declared requirement of the nansen binary and the NANSEN_API_KEY. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md only shows direct nansen CLI invocations and documents flags/behavior. It does not instruct reading other files, environment variables, or sending data to unexpected endpoints.
Install Mechanism
Install uses a Node package (nansen-cli) which will create the nansen binary — this is a sensible install path for a CLI but carries the usual moderate risk of pulling code from npm. No arbitrary download URLs or archive extraction are used.
Credentials
Only NANSEN_API_KEY is required and is declared as the primary credential — appropriate and proportionate for a service-backed search CLI.
Persistence & Privilege
Skill is not always-on and does not request elevated or cross-skill configuration. Autonomous invocation is allowed (platform default) but not combined with broad privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nansen-general-search - After installation, invoke the skill by name or use
/nansen-general-search - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
- No changes detected in this version.
- Skill description, usage, and configuration remain the same.
v0.1.0
Initial release: Enables searching for tokens or entities by name using the Nansen CLI.
- Search tokens or entities with flexible flags (type, chain, limit, fields)
- Supports case-insensitive queries
- Requires NANSEN_API_KEY environment variable and nansen-cli installation
- Does not support address-based lookup (use profiler labels for that)
Metadata
Frequently Asked Questions
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 201 downloads so far.
How do I install Nansen General Search?
Run "/install nansen-general-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Nansen General Search free?
Yes, Nansen General Search is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Nansen General Search support?
Nansen General Search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Nansen General Search?
It is built and maintained by Nansen AI (@nansen-devops); the current version is v0.1.1.
More Skills