← 返回 Skills 市场
4611
总下载
5
收藏
0
当前安装
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.
安全使用建议
Install only if you are comfortable sending search terms, optional location data, and SerpAPI account usage to SerpAPI. Use a dedicated or revocable SERPAPI_API_KEY if possible, monitor quota usage, and avoid configuring a default location in TOOLS.md if you do not want location context reused automatically.
功能分析
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
The stated purpose is unified search across SerpAPI-backed engines, and the script implements engine selection, query parameter construction, API calls to serpapi.com, and result formatting consistent with that purpose.
Instruction Scope
The trigger language is broad, including ordinary web, shopping, local, image, and news searches, but the runtime action is user-directed search rather than hidden execution, destructive behavior, or account mutation.
Install Mechanism
The artifact contains a markdown skill file and one executable Python script, with no package installer, dependency download, or install-time command. The metadata declares the SERPAPI_API_KEY requirement, while network and TOOLS.md reads are described in the documentation rather than formal permission fields.
Credentials
Reading SERPAPI_API_KEY and making outbound requests to https://serpapi.com/search.json are proportionate for a SerpAPI integration. User queries and optional location data leave the local environment as part of normal operation.
Persistence & Privilege
The script reads possible TOOLS.md files to find an optional default location, including a path based on CLAWDBOT_WORKSPACE, but it does not write files, create persistence, spawn background workers, or request elevated privileges.
如何使用
- 确保已安装 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 插件,目前累计下载 4611 次。
如何安装 SerpAPI?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install serpapi」即可一键安装,无需额外配置。
SerpAPI 是免费的吗?
是的,SerpAPI 完全免费(开源免费),可自由下载、安装和使用。
SerpAPI 支持哪些平台?
SerpAPI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 SerpAPI?
由 ianpcook(@ianpcook)开发并维护,当前版本 v1.0.0。
推荐 Skills