← 返回 Skills 市场
lsl001006

WebSearch with SerpApi

作者 Li Shanglin · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
514
总下载
2
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install web-search-with-serpapi
功能描述
Search the web using SerpAPI with customizable engines (Google, Google AI Mode, Bing, etc.). Use when user needs web search results via SerpAPI.
安全使用建议
This skill is consistent with its stated purpose: it calls SerpAPI using the serpapi Python client and needs only your SerpAPI API key. Before installing, verify the 'serpapi' PyPI package is the official client, avoid embedding API keys into the file (use the SERPAPI_API_KEY environment variable), and be aware that queries and returned text are sent to SerpAPI (consider privacy and API usage/costs). If you want tighter security, keep the key in an environment secret store or vault instead of the codebase.
功能分析
Type: OpenClaw Skill Name: web-search-with-serpapi Version: 1.0.0 The skill bundle is benign. The `serpapi_search.py` script correctly implements web search functionality using the SerpAPI, prioritizing the `SERPAPI_API_KEY` environment variable for API key management, which is a good security practice. There is no evidence of data exfiltration beyond the intended API calls, malicious execution, persistence mechanisms, or prompt injection attempts in `SKILL.md`. The code and documentation align with the stated purpose of providing a web search capability.
能力评估
Purpose & Capability
Name/description, declared dependency on the serpapi Python package, and the included Python entrypoint all align with a SerpAPI search skill. The only credential it needs is a SerpAPI API key, which is appropriate.
Instruction Scope
SKILL.md and serpapi_search.py only perform search calls via the serpapi client and return text blocks. However, the README suggests replacing the API key in the file (insecure practice) even though it also supports reading SERPAPI_API_KEY from the environment; the instructions should emphasize using the environment variable instead of embedding keys in code.
Install Mechanism
No install spec is embedded; SKILL.md asks the operator to pip install the public 'serpapi' package. This is a common, low-risk approach. Users should still verify the package name and source before installing.
Credentials
The skill only requires a single service credential (SERPAPI_API_KEY), which is proportional. The SKILL.md's suggestion to replace the key directly in the file is unnecessary and increases risk of accidental secret leakage; prefer setting the environment variable.
Persistence & Privilege
The skill does not request persistent/system-wide privileges (always is false) and does not modify other skills or system configs. Autonomous invocation is allowed by default but is not combined with broad privileges here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install web-search-with-serpapi
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /web-search-with-serpapi 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Enable SerpApi (need to register, but free account does not need a payment method) as an alternative websearch tool.
元数据
Slug web-search-with-serpapi
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

WebSearch with SerpApi 是什么?

Search the web using SerpAPI with customizable engines (Google, Google AI Mode, Bing, etc.). Use when user needs web search results via SerpAPI. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 514 次。

如何安装 WebSearch with SerpApi?

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

WebSearch with SerpApi 是免费的吗?

是的,WebSearch with SerpApi 完全免费(开源免费),可自由下载、安装和使用。

WebSearch with SerpApi 支持哪些平台?

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

谁开发了 WebSearch with SerpApi?

由 Li Shanglin(@lsl001006)开发并维护,当前版本 v1.0.0。

💬 留言讨论