← 返回 Skills 市场
4057
总下载
5
收藏
28
当前安装
1
版本数
在 OpenClaw 中安装
/install serpapi
功能描述
Unified search API across Google, Amazon, Yelp, OpenTable, Walmart, and more. Use when searching for products, local businesses, restaurants, shopping, images, news, or any web search. One API key, many engines.
安全使用建议
This skill appears to do what it says: a CLI wrapper that calls SerpAPI and needs SERPAPI_API_KEY. Before installing, consider: 1) Use a dedicated SerpAPI key with minimal permissions and monitor/rotate it if possible; avoid reusing high-privilege keys. 2) Review the included script (scripts/serp.py) yourself — it is short and readable and only contacts serpapi.com/search.json. 3) Be aware the tool will try to read a TOOLS.md (home/clawd/TOOLS.md, cwd/TOOLS.md, or path via CLAWDBOT_WORKSPACE) to get a default location — if you keep sensitive data there, remove it or set an explicit --location when invoking. 4) The metadata omits declaring SERPAPI_API_KEY as the primary credential in the registry; treat that as a documentation gap rather than malicious behavior. 5) If you plan to let the agent invoke the skill autonomously, ensure the API key is scoped and rate-limited to reduce blast radius. Overall the skill is coherent, but always audit keys and workspace files before enabling.
功能分析
Type: OpenClaw Skill
Name: serpapi
Version: 1.0.0
This skill is designed to interact with the legitimate SerpAPI service. It securely retrieves the `SERPAPI_API_KEY` from environment variables and optionally reads a default location from `TOOLS.md` within the workspace, which is a standard configuration pattern for agent skills. All network requests are directed to `https://serpapi.com`, and parameters are properly encoded using `urllib.parse.urlencode`, preventing injection vulnerabilities. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent in `SKILL.md` or `scripts/serp.py`.
能力评估
Purpose & Capability
Name/description, SKILL.md, and scripts/serp.py all align: the code calls SerpAPI endpoints and supports the engines listed. Small metadata inconsistency: registry metadata lists no primary credential while the skill clearly requires SERPAPI_API_KEY (declared in SKILL.md and enforced by the script). This is likely an oversight but worth noting.
Instruction Scope
Runtime instructions stay within the search use case. The CLI wrapper intentionally reads a TOOLS.md file (home/clawd/TOOLS.md, cwd/TOOLS.md, or a CLAWDBOT_WORKSPACE path) to get a default location — that's documented in SKILL.md — but this means the skill will read workspace files and may access the user's home workspace file if present. No instructions ask the agent to read unrelated secrets or system configs.
Install Mechanism
No install spec; this is instruction-only plus a small CLI script included in the bundle. No external downloads, package installs, or archive extraction are performed by the skill itself.
Credentials
The only required environment variable is SERPAPI_API_KEY — appropriate and proportional for a SerpAPI client. The code also reads CLAWDBOT_WORKSPACE (to locate TOOLS.md) but that env var is not declared in metadata; it's optional but worth calling out.
Persistence & Privilege
Skill is not force-installed (always:false) and doesn't request special system-wide privileges or attempt to modify other skills or global configs. Default autonomous invocation (disable-model-invocation:false) is platform normal and not a red flag here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install serpapi - 安装完成后,直接呼叫该 Skill 的名称或使用
/serpapi触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: unified search across Google, Amazon, Yelp, OpenTable, and more
元数据
常见问题
SerpAPI 是什么?
Unified search API across Google, Amazon, Yelp, OpenTable, Walmart, and more. Use when searching for products, local businesses, restaurants, shopping, images, news, or any web search. One API key, many engines. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 4057 次。
如何安装 SerpAPI?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install serpapi」即可一键安装,无需额外配置。
SerpAPI 是免费的吗?
是的,SerpAPI 完全免费(开源免费),可自由下载、安装和使用。
SerpAPI 支持哪些平台?
SerpAPI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 SerpAPI?
由 ianpcook(@ianpcook)开发并维护,当前版本 v1.0.0。
推荐 Skills