← 返回 Skills 市场
812
总下载
0
收藏
5
当前安装
1
版本数
在 OpenClaw 中安装
/install serper-web-search
功能描述
Performs Google web searches using the Serper API and returns structured search results when provided a valid Serper API key.
安全使用建议
This skill appears to be a simple Serper API wrapper, but there are two red flags to resolve before installing or using it: (1) the registry metadata does not declare the required curl binary or the SERPER_API_KEY environment variable even though SKILL.md requires them, and (2) the instructions mention a './scripts/search' script that is not included. Do not paste your API key into public chat; prefer setting SERPER_API_KEY in the agent environment. Ask the publisher to (a) update the registry metadata to declare required env vars/binaries, (b) include the referenced script or remove the reference, and (c) provide a trustworthy homepage or source. If you must test it, do so with a throwaway Serper key in an isolated environment and avoid using production credentials until these inconsistencies are fixed.
功能分析
Type: OpenClaw Skill
Name: serper-web-search
Version: 1.0.0
The skill bundle is designed for performing web searches using the Serper API. The `SKILL.md` file clearly outlines the purpose, API endpoint (`https://google.serper.dev/search`), required environment variable (`SERPER_API_KEY`), and usage instructions involving `curl`. There is no evidence of prompt injection attempts against the agent, data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, or obfuscation. The use of `curl` for network access is directly aligned with the stated purpose of interacting with a web search API.
能力评估
Purpose & Capability
The SKILL.md describes a simple Serper API client (POST to https://google.serper.dev/search with X-API-Key). Requiring curl and a SERPER_API_KEY is proportionate to that purpose. However, the registry metadata claims no required binaries or env vars while the skill's metadata block and instructions explicitly require curl and SERPER_API_KEY — this mismatch is a governance/integrity issue.
Instruction Scope
Instructions only perform HTTP requests to serper.dev and describe using an environment key or inline key, which is appropriate. But the doc references a bundled './scripts/search' script that is not present in the package (no code files included). That is an internal inconsistency: the runtime instructions mention files that don't exist. Also the SKILL.md metadata requires curl and an env var that the registry doesn't declare.
Install Mechanism
No install spec and no code files — instruction-only. This has lower risk because nothing is written to disk by an installer. The absence of an install step is consistent with a purely documentation/instruction skill.
Credentials
The only secret the instructions ask for is SERPER_API_KEY, which is appropriate for accessing the Serper API. However, the registry's required-env list is empty while the SKILL.md metadata and examples require SERPER_API_KEY; this mismatch should be resolved before trusting the skill.
Persistence & Privilege
The skill does not request always: true and has no install step that alters other skills or global agent settings. Autonomous invocation is allowed by default (disable-model-invocation:false) which is normal — no additional persistence or elevated privilege is requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install serper-web-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/serper-web-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Serper Web Search 是什么?
Performs Google web searches using the Serper API and returns structured search results when provided a valid Serper API key. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 812 次。
如何安装 Serper Web Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install serper-web-search」即可一键安装,无需额外配置。
Serper Web Search 是免费的吗?
是的,Serper Web Search 完全免费(开源免费),可自由下载、安装和使用。
Serper Web Search 支持哪些平台?
Serper Web Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Serper Web Search?
由 OakcoderX(@oakcoderx)开发并维护,当前版本 v1.0.0。
推荐 Skills