← 返回 Skills 市场
ilchemla

Nimble Web Search

作者 ilchemla · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
1862
总下载
3
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install nimble-web-search
功能描述
Real-time web intelligence powered by Nimble Search API. Perform intelligent web searches with 8 specialized focus modes (general, coding, news, academic, shopping, social, geo, location). This skill provides real-time search results when you need to search the web, find current information, discover URLs, research topics, or gather up-to-date data. Use when: searching for information, finding recent news, looking up academic papers, searching for coding examples, finding shopping results, discovering social media posts, researching topics, or getting latest real-time data.
安全使用建议
What to check before installing/use: - Verify the API provider and endpoint: SKILL.md links to nimbleway.com for keys but the scripts call nimble-retriever.webit.live. Confirm that webit.live is a legitimate Nimbleway endpoint (ask the vendor or check their official docs/repo). Do not assume different domains are safe. - Expect to provide an API key: although the registry metadata omits required env vars, the skill will fail without NIMBLE_API_KEY. Decide where to store the key (environment variable vs. agent settings) and avoid placing production/long-lived keys in broadly readable config files. - Inspect network calls: the scripts send the key in Authorization headers to a third-party server and include tracking headers. If you’re concerned about telemetry or exfiltration, run the scripts in an isolated environment or capture network traffic to confirm behavior. - Least privilege and rotation: provision an API key with minimal privileges and rate limits where possible. If the key is ever exposed, rotate it immediately. - Confirm provenance: the skill's source is 'unknown' and homepage is missing. Prefer skills with a verifiable repository and published owner. If you proceed, try the validate-query.sh script with a throwaway key or in a sandbox first. - If anything looks suspicious (unexpected host, undocumented telemetry, or unclear ownership), do not supply your production API key and prefer alternatives with clear provenance. If you want, I can: (1) summarize the exact places to change if you want to re-point the endpoint to a different host, (2) produce a command to run the validation script in a sandboxed environment, or (3) craft minimal instructions for safely testing with a throwaway key.
功能分析
Type: OpenClaw Skill Name: nimble-web-search Version: 0.1.0 The skill is a wrapper for the Nimble Search API. It requires a user-provided API key (`NIMBLE_API_KEY`) which it sends to the hardcoded `https://nimble-retriever.webit.live/search` endpoint via `curl` in `scripts/search.sh` and `scripts/validate-query.sh`. This behavior is explicitly documented and aligned with the skill's stated purpose. The `SKILL.md` contains directives to the agent to ensure proper configuration and usage of the skill, which are not malicious prompt injection attempts. No evidence of data exfiltration beyond the necessary API key for the service, malicious execution, persistence, or obfuscation was found. The use of `curl` is integral to the skill's function and not indicative of malicious intent in this context.
能力评估
Purpose & Capability
The skill's stated purpose (real-time web search via a Nimble Search API) aligns with the shipped scripts and examples which POST JSON to an external search endpoint. However the SKILL.md points users to nimbleway.com for keys while the scripts call https://nimble-retriever.webit.live/search — a different host. Also the registry metadata does not declare the required NIMBLE_API_KEY environment variable (metadata: none; SKILL.md & scripts: require it). These mismatches are unexplained and warrant verification.
Instruction Scope
The SKILL.md instructions and examples are focused on making authenticated POST requests to the external search endpoint and include platform-specific guidance for where to place the API key. The scripts only perform expected tasks: validate env var, run queries, and format output. They do inspect common platform env vars (CLAUDE_CODE_VERSION, GITHUB_COPILOT, VSCODE_PID) to tag requests, but they do not attempt to read arbitrary files or other secrets.
Install Mechanism
No install spec; the skill is instruction-first and ships two small shell scripts. Nothing is downloaded or extracted at install time. This is low-risk from an installation perspective.
Credentials
At runtime the skill requires an API key (NIMBLE_API_KEY) for the external service and explicitly instructs users how to store it in agent/platform settings, but the declared metadata lists no required env vars or primary credential. That mismatch is confusing and potentially dangerous: users may not realize they must supply a secret, or may place it in a shared config file. The scripts also add tracking headers (X-Client-Source, X-Nimble-Request-Origin) when calling the external endpoint.
Persistence & Privilege
The skill does not request permanent inclusion (always:false) and does not modify other skills or system settings. It does not attempt to persist credentials itself; it only reads NIMBLE_API_KEY from environment, which is normal for API wrappers.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install nimble-web-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /nimble-web-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of nimble-web-search: real-time web search with multiple focus modes. - Provides real-time web search using the Nimble Search API with 8 specialized focus modes (general, coding, news, academic, shopping, social, geo, location). - Supports fast and deep search modes, allowing explicit choice between speed and full content extraction. - Returns AI-generated summaries, direct answers with source citations, and URL discovery. - Enables domain and time filtering for focused/recent results. - Requires a Nimble API key; includes detailed instructions for environment setup and quickstart usage. - Included sample scripts and usage patterns for common search and research workflows.
元数据
Slug nimble-web-search
版本 0.1.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Nimble Web Search 是什么?

Real-time web intelligence powered by Nimble Search API. Perform intelligent web searches with 8 specialized focus modes (general, coding, news, academic, shopping, social, geo, location). This skill provides real-time search results when you need to search the web, find current information, discover URLs, research topics, or gather up-to-date data. Use when: searching for information, finding recent news, looking up academic papers, searching for coding examples, finding shopping results, discovering social media posts, researching topics, or getting latest real-time data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1862 次。

如何安装 Nimble Web Search?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install nimble-web-search」即可一键安装,无需额外配置。

Nimble Web Search 是免费的吗?

是的,Nimble Web Search 完全免费(开源免费),可自由下载、安装和使用。

Nimble Web Search 支持哪些平台?

Nimble Web Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Nimble Web Search?

由 ilchemla(@ilchemla)开发并维护,当前版本 v0.1.0。

💬 留言讨论