← Back to Skills Marketplace
4057
Downloads
5
Stars
28
Active Installs
1
Versions
Install in OpenClaw
/install serpapi
Description
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.
Usage Guidance
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.
Capability Analysis
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`.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install serpapi - After installation, invoke the skill by name or use
/serpapi - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: unified search across Google, Amazon, Yelp, OpenTable, and more
Metadata
Frequently Asked Questions
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 4057 downloads so far.
How do I install SerpAPI?
Run "/install serpapi" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is SerpAPI free?
Yes, SerpAPI is completely free (open-source). You can download, install and use it at no cost.
Which platforms does SerpAPI support?
SerpAPI is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created SerpAPI?
It is built and maintained by ianpcook (@ianpcook); the current version is v1.0.0.
More Skills