← 返回 Skills 市场
435
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install serper-google-search
功能描述
Performs Google searches with rich results including news, images, videos, places, shopping, scholar papers, patents, and search suggestions via Serper.dev API.
安全使用建议
This skill appears to do what it says (use Serper.dev to return Google-like results), but the registry metadata omits the required SERPER_API_KEY that the code enforces. Before installing: 1) Confirm you have a Serper.dev API key and are willing to provide it to the agent (export SERPER_API_KEY). 2) Understand that the skill (and the agent via web_fetch) can fetch arbitrary external links returned in results — avoid giving it access to highly sensitive data or long-lived/privileged API keys. 3) Verify you trust the skill author/owner (no homepage provided) and consider creating a dedicated, limited Serper API key or monitoring/rotating the key if you proceed. 4) Note shopping queries consume extra credits; monitor your Serper account balance. The implementation contains no hidden endpoints, obfuscated code, or attempts to read unrelated local files, but the manifest inconsistency should be corrected before trusting automatic installs.
功能分析
Type: OpenClaw Skill
Name: serper-google-search
Version: 1.0.0
The OpenClaw skill 'serper-google-search' is classified as benign. The code correctly handles user input by parsing arguments within the TypeScript script and then JSON-stringifying them before sending to the Serper.dev API, preventing command injection. The `SERPER_API_KEY` is securely retrieved from environment variables and used solely for authentication with the intended `https://google.serper.dev` endpoint. Neither the `SKILL.md` nor `README.md` contain any prompt injection attempts or instructions that would lead the AI agent to perform unauthorized actions, exfiltrate data, or establish persistence. All observed behaviors are aligned with the stated purpose of providing Google Search functionality.
能力评估
Purpose & Capability
The code and SKILL.md clearly implement Google searches via Serper.dev and support the advertised search types (web, news, images, videos, places, shopping, scholar, patents, autocomplete). Requiring a SERPER_API_KEY is appropriate for this purpose. However, the registry metadata claims no required env vars / primary credential, which is inconsistent with the implementation.
Instruction Scope
Runtime instructions and scripts only call the Serper.dev API and format results. The SKILL.md explicitly permits using the agent's web_fetch for deeper content on returned links; that is expected for a search skill but means the agent may fetch arbitrary external pages if instructed. The instructions do not ask to read local sensitive files or unrelated environment variables.
Install Mechanism
No download/install spec is present (instruction-only install). All source files are included in the bundle and there are no external URLs or archive extracts. The code uses native fetch and Node.js 18+; there are zero npm dependencies. This is low-risk from an install perspective.
Credentials
The code requires SERPER_API_KEY (process.env.SERPER_API_KEY) and will fail without it — this is proportional and expected. The concern is that the registry metadata did not declare any required env vars or primary credential, which is a manifest inconsistency that could mislead users about secrets required. No other unrelated credentials are requested.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system configs, and is user-invocable. It runs on-demand and does not request elevated or persistent privileges beyond network access to the Serper.dev API.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install serper-google-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/serper-google-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release: Google Search powered by Serper.dev API, providing richer results and specialized search types.
- Auto-detects search intent for news, images, videos, places, shopping, scholar, patents, and suggestions.
- Supports powerful filters: time range, country, and language options.
- All searches cost 1 credit (shopping costs 2 credits); rate-limited at 5 requests/sec (free tier).
- Displays and tracks credit balance with every response.
- Includes advanced result types: Knowledge Graph, Answer Box, People Also Ask, and Related Searches.
- Requires SERPER_API_KEY environment variable.
元数据
常见问题
Google Search Skill 是什么?
Performs Google searches with rich results including news, images, videos, places, shopping, scholar papers, patents, and search suggestions via Serper.dev API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 435 次。
如何安装 Google Search Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install serper-google-search」即可一键安装,无需额外配置。
Google Search Skill 是免费的吗?
是的,Google Search Skill 完全免费(开源免费),可自由下载、安装和使用。
Google Search Skill 支持哪些平台?
Google Search Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Google Search Skill?
由 minilozio(@minilozio)开发并维护,当前版本 v1.0.0。
推荐 Skills