A powerful search integration for AI agents to fetch real-time web results across multiple engines via SerpAPI.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install web-search-with-serpapi
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install web-search-with-serpapi using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The SerpAPI Search skill provides AI agents with a robust interface to interact with the world's most popular search engines. By integrating this capability into Openclaw Skills, developers can empower their agents to fetch real-time data, perform deep market research, and retrieve specific information from sources like Google Maps or YouTube.
This skill abstracts the complexity of raw API calls, offering a streamlined way to toggle between traditional search results and specialized modes like Google AI Mode. It is an essential tool for any workflow requiring fresh, external data beyond the initial training set of a language model, ensuring that Openclaw Skills remain grounded in current facts.
To integrate this into your environment, follow these steps:
pip install serpapi
SERPAPI_API_KEY environment variable for security, or modify the serpapi_search.py file directly.The skill returns data in a structured format derived from the SerpAPI response.
| Field | Description |
|---|---|
| Query | The original search term used. |
| Engine | The specific search provider (e.g., google_ai_mode). |
| Results | An array of text blocks containing titles, snippets, and links. |
| Metadata | API usage stats and request timestamps. |
Loading
A professional Python CLI tool providing instant access to real-time US stock market data, company fundamentals, and insider trading activity.

An intelligent execution layer for AI agents that eliminates waiting times through task classification and parallel sub-agent processing.

A high-efficiency browser tool for extracting Telegram group chat history as formatted text without using screenshots or OCR.

A specialized Telegram Web automation skill that performs verified, serial check-ins across multiple groups based on your configuration.

A browser automation skill for multi-platform social media content publishing and draft management.

An automated summary tool that synthesizes calendar events, active tasks, and weather forecasts into a mobile-optimized daily briefing.








































