← 返回 Skills 市场
ericsantos

SerpAPI Search

作者 Eric Santos · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
3180
总下载
3
收藏
18
当前安装
1
版本数
在 OpenClaw 中安装
/install serpapi-search
功能描述
Search Google via SerpAPI (Google Search, Google News, Google Local). Use when you need to search the web, find news articles, or look up local businesses. Supports country/language targeting for region-specific results.
安全使用建议
This skill appears to do exactly what it claims: query SerpAPI and format results. Before installing, ensure you trust the SerpAPI service and protect your SERPAPI_API_KEY (avoid storing it in shared directories or world-readable files). Note the scripts will look for the key in SERPAPI_API_KEY, baseDir/.env (SERPAPI_API_KEY=...), or ~/.config/serpapi/api_key; place the key where you control access. As always, review the included scripts if you want to confirm there are no local modifications before use.
功能分析
Type: OpenClaw Skill Name: serpapi-search Version: 1.0.0 The OpenClaw AgentSkills skill bundle is benign. It provides a legitimate interface to SerpAPI for web searches. The `SKILL.md` documentation clearly outlines its purpose and requirements, without any prompt injection attempts. The `scripts/search.sh` script correctly uses `curl` to query `https://serpapi.com`, handles the `SERPAPI_API_KEY` securely from environment variables or a configuration file, and properly URL-encodes user input to prevent command injection. The `scripts/format.py` script is a simple utility for formatting JSON output. There is no evidence of data exfiltration, malicious execution, persistence, or obfuscation.
能力评估
Purpose & Capability
Name/description (SerpAPI Google search) matches the actual behavior: scripts call https://serpapi.com/search.json and require curl, python3, and a SERPAPI_API_KEY. No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md and the included scripts only perform search queries via SerpAPI, format results, and instruct how to store the API key. The runtime reads baseDir/.env and ~/.config/serpapi/api_key as fallback locations for the key but does not access other system files, credentials, or external endpoints beyond serpapi.com.
Install Mechanism
No install spec or external downloads. This is an instruction-only skill with bundled scripts, so nothing is fetched or installed at runtime beyond using existing curl/python3 binaries.
Credentials
Only SERPAPI_API_KEY is required (declared as primaryEnv). The scripts also read $HOME for ~/.config/serpapi/api_key and baseDir/.env as documented—these are reasonable and proportional to the stated purpose.
Persistence & Privilege
Skill does not request persistent or elevated privileges, does not set always:true, and does not modify other skills or system-wide settings. It creates only a temporary file for the API response and cleans it up.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install serpapi-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /serpapi-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Google Search, Google News, Google Local with country/language targeting
元数据
Slug serpapi-search
版本 1.0.0
许可证
累计安装 20
当前安装数 18
历史版本数 1
常见问题

SerpAPI Search 是什么?

Search Google via SerpAPI (Google Search, Google News, Google Local). Use when you need to search the web, find news articles, or look up local businesses. Supports country/language targeting for region-specific results. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 3180 次。

如何安装 SerpAPI Search?

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

SerpAPI Search 是免费的吗?

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

SerpAPI Search 支持哪些平台?

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

谁开发了 SerpAPI Search?

由 Eric Santos(@ericsantos)开发并维护,当前版本 v1.0.0。

💬 留言讨论