← 返回 Skills 市场
562
总下载
0
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install nano-web-search
功能描述
AI-powered web search via NanoGPT API with multiple providers (linkup, tavily, exa, kagi, perplexity, valyu, brave). Supports searchResults, sourcedAnswer, a...
安全使用建议
This skill is internally consistent: it sends your queries and the NANOGPT_API_KEY to https://nano-gpt.com/api/web as expected. Before installing, verify you trust nano-gpt.com (privacy, retention, and billing policies) and that the API key you provide has appropriate scope/limits. If you plan to send sensitive queries, consider not using third-party search APIs or review their data-handling terms. Also confirm any costs noted for providers and monitor usage to avoid unexpected charges.
功能分析
Type: OpenClaw Skill
Name: nano-web-search
Version: 1.2.3
The OpenClaw skill 'nano-web-search' is classified as benign. The code and documentation are consistent with its stated purpose of providing an AI-powered web search client. Input sanitization is handled robustly in `search.sh` by using `build_payload.py` to generate properly escaped JSON payloads via `json.dumps()` before passing them to `curl`. The `search.py` Python API wrapper uses the `requests` library, which securely handles JSON serialization. The `SKILL.md` file contains no prompt injection attempts or instructions for malicious actions. All network communication is directed to the expected `https://nano-gpt.com` API endpoint, and the `NANOGPT_API_KEY` is handled securely in HTTP headers.
能力评估
Purpose & Capability
Name and description (NanoGPT Web Search) align with the code and SKILL.md: scripts and Python wrapper call https://nano-gpt.com/api/web, require python3/curl/requests and an API key (NANOGPT_API_KEY). Required binaries and env var are appropriate for the stated purpose.
Instruction Scope
SKILL.md instructs installing requests, setting NANOGPT_API_KEY, and using the provided CLI/Python API. The included scripts only build a JSON payload, call the declared API endpoint, and format results; they do not read unrelated files, scan system state, or transmit data to additional endpoints.
Install Mechanism
No install spec — the skill is instruction/code-only. There are no downloads or extract steps. The only third-party dependency is the widely used 'requests' Python package, which the SKILL.md instructs to pip-install.
Credentials
Only a single credential (NANOGPT_API_KEY) is required and used as an 'x-api-key' header to the declared API. No unrelated secrets, config paths, or additional environment variables are requested.
Persistence & Privilege
No elevated persistence requested: always is false, the skill doesn't modify other skills or system-wide settings, and it does not attempt to store credentials locally or enable itself automatically.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nano-web-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/nano-web-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.3
Registry metadata fix for requirements
v1.2.2
Fixed registry metadata: Added required binaries (python3, curl) and packages (requests) to clawdbot.requires. Updated SKILL.md with Requirements section.
v1.2.1
Security fix: Fixed shell injection vulnerability in search.sh. All user inputs are now properly escaped via Python json.dumps() before being sent to the API.
v1.2.0
Fixed registry metadata: Added proper clawdbot.requires and primaryEnv fields to declare NANOGPT_API_KEY requirement in registry metadata.
v1.1.0
Security fix: Removed implicit config file reading. Now requires NANOGPT_API_KEY env var explicitly. Added credential requirements to SKILL.md metadata.
v1.0.0
Initial release - AI-powered web search via NanoGPT API with multiple providers
元数据
常见问题
NanoGPT Web Search 是什么?
AI-powered web search via NanoGPT API with multiple providers (linkup, tavily, exa, kagi, perplexity, valyu, brave). Supports searchResults, sourcedAnswer, a... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 562 次。
如何安装 NanoGPT Web Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nano-web-search」即可一键安装,无需额外配置。
NanoGPT Web Search 是免费的吗?
是的,NanoGPT Web Search 完全免费(开源免费),可自由下载、安装和使用。
NanoGPT Web Search 支持哪些平台?
NanoGPT Web Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 NanoGPT Web Search?
由 Tim Wolf(@twolf01)开发并维护,当前版本 v1.2.3。
推荐 Skills