Adds Yelp and Google Maps search and review tools to OpenClaw via SerpAPI. Minimal wrappers — feel free to contribute more.
openclaw plugins install openclaw-serpapi-plugin
Requires OpenClaw ≥ 2026.3.24.
After installation, add your SerpAPI key to ~/.openclaw/openclaw.json:
{
"plugins": {
"entries": {
"openclaw-serpapi-plugin": {
"enabled": true,
"config": {
"apiKey": "YOUR_SERPAPI_KEY"
}
}
}
}
}Get your API key from serpapi.com/manage-api-key.
Make sure you enable it on your agent's tools:

http://127.0.0.1:18789/agents or a different port.
This plugin ships a skill at skills/serpapi/SKILL.md that teaches the agent when and how to use the tools. OpenClaw loads it automatically when the plugin is active.
openclaw-serpapi-plugin v1.0.0
openclaw-serpapi-plugin v1.0.0
openclaw-serpapi-plugin / default
default:
object
Defined in: index.ts:11
configSchema:
object
jsonSchema:
object
additionalProperties:
boolean=true
type:
string="object"
safeParse: (
v) =>object
unknown
object
data:
unknown=v
success:
boolean=true
description:
string
id:
string
name:
string
register: (
api) =>void
OpenClawPluginApi
void