首页龙虾技能列表 › Nansen Web Searcher — 技能工具

Nansen Web Searcher — 技能工具

v0.1.0

[自动翻译] Search the web for one or more queries in parallel. Use when you need current information, news, prices, or any web content to complement on-chain Nan...

0· 140·1 当前·1 累计
by @nansen-devops (Nansen AI)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/10
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
The skill is mostly coherent (it calls a nansen CLI and only requests a NANSEN_API_KEY), but the SKILL.md claims it uses the Serper API while no Serper credential is requested — this mismatch and the npm install dependency warrant caution.
评估建议
This skill appears coherent overall but has one unexplained mismatch: SKILL.md says searches use the Serper API while the skill only requests a NANSEN_API_KEY. Before installing, confirm the official source of the 'nansen-cli' npm package (maintainer, repository link, and version). Check the package code or docs to see whether it actually calls Serper (and therefore needs a SERPER_API_KEY) or whether the SKILL.md contains a copy/paste error. Treat npm installs as moderate supply-chain risk—prefe...
详细分析 ▾
用途与能力
Name/description match the declared requirements: the skill requires the 'nansen' CLI and a NANSEN_API_KEY, which is appropriate for a Nansen web-search helper. However, the SKILL.md explicitly says 'Search the web ... via the Serper API' while the declared primary credential is NANSEN_API_KEY (no SERPER_API_KEY or equivalent). This is an inconsistency in documentation vs. declared requirements and could be a simple doc error or indicate the CLI uses a different upstream service requiring an additional key.
指令范围
Instructions are narrow: they show CLI invocations (nansen web search ...) and do not instruct reading arbitrary files or extra environment variables. They do reference excluded domains and an alternate 'nansen web fetch' command, but there are no instructions that access unrelated system state. The Serper mention in the text is the only notable oddity.
安装机制
Install spec is a node package (nansen-cli) that creates a 'nansen' binary. Installing from npm is common but carries supply-chain risk (moderate). The spec does not point to an audited release host or a pinned version; verify the package source and maintainership before installing.
凭证需求
Only NANSEN_API_KEY is required and it fits the described purpose. The documentation's reference to the Serper API raises the question of whether a second API key should be required; absence of a SERPER_API_KEY declaration is unexplained and should be clarified.
持久化与权限
The skill is not always-enabled and does not request system-wide persistence. It appears to be user-invocable only and does not modify other skills or configurations.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv0.1.02026/3/20

nansen-web-searcher v0.1.0 - Initial release: Search the web for one or more queries in parallel using the Serper API. - Supports combining positional args and repeatable `--query` flags for multi-query searches. - Configurable result count per query (`--num-results`, default 10, up to 20). - Returns structured results with titles, links, snippets, dates, and optional knowledge graph data. - Excludes certain domains (paywalled or unfetchable sites); for direct content retrieval, use `nansen web fetch`.

● 无害

安装命令 点击复制

官方npx clawhub@latest install nansen-web-searcher
镜像加速npx clawhub@latest install nansen-web-searcher --registry https://cn.clawhub-mirror.com

技能文档

Search the web for one or more queries in parallel via the Serper API.

nansen web search "bitcoin price"
nansen web search "solana ecosystem news" --num-results 5
nansen web search --query "ethereum ETF" --query "bitcoin ETF" --num-results 3

Positional args and --query flags can be combined — all become queries.

FlagValuesDefaultPurpose
--querystringQuery string (repeatable for multiple queries)
--num-results1–2010Results per query
--prettyflagoffHuman-readable JSON
Returns results[] — one entry per query, each with organic[] (title, link, snippet, date) and optional knowledge_graph.

Note: Some domains are excluded from results (paywalled/unfetchable sites like bloomberg.com, twitter.com). Use nansen web fetch to retrieve content from specific URLs.

数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务