← 返回 Skills 市场
201
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install 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.
使用说明 (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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nansen-general-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/nansen-general-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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)
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 201 次。
如何安装 Nansen General Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nansen-general-search」即可一键安装,无需额外配置。
Nansen General Search 是免费的吗?
是的,Nansen General Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Nansen General Search 支持哪些平台?
Nansen General Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Nansen General Search?
由 Nansen AI(@nansen-devops)开发并维护,当前版本 v0.1.1。
推荐 Skills