Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Search the web using SerpAPI with customizable engines (Google, Google AI Mode, Bing, etc.). Use when user needs web search results via SerpAPI.
Search the web using SerpAPI with customizable engines (Google, Google AI Mode, Bing, etc.). Use when user needs web search results via SerpAPI.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Use SerpAPI to fetch search results with support for multiple engines (Google, Google AI Mode, Bing, Yahoo, etc.). Requires a SerpAPI key.
query (required): Search query string. engine (optional): Search engine (default: google). Options: google, google_ai_mode, google_images, google_maps, youtube
# Search with Google serpapi_search(query="2026εΉ΄2ζ24ζ₯Aθ‘εΈεΊθ‘¨η°", engine="google") # Use Google AI Mode serpapi_search(query="AIζζ°θΏε±", engine="google_ai_mode") # Use Google Image for image search serpapi_search(query="Sunflowers", engine="google_images")
Replace the API key in serpapi_search.py with your SerpAPI key. Install dependencies: pip install serpapi
Results are returned as text blocks from SerpAPI response. API key can be set via environment variable SERPAPI_API_KEY for security.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.