serpapi-search

Installation
SKILL.md

Tool Detection

If you have a serpapi_search tool available, use it directly. Always pass mode="compact" to strip heavy metadata fields (search_metadata, search_parameters) for cleaner, token-efficient LLM responses:

serpapi_search(
  params={
    "engine": "google_light",
    "q": "query"
  },
  mode="compact"
)

Note: The block above is MCP pseudocode. Exact invocation syntax depends on your agent runtime.

The instructions below are for environments without a native tool.

Quick Start

Installs
1
GitHub Stars
1
First Seen
Jun 21, 2026
serpapi-search — serpapi/claude-agent-with-web-search