A sophisticated search integration that connects AI agents to SerpAPI via the Model Context Protocol for real-time, structured web data.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install serpapi-mcp
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 serpapi-mcp using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill acts as a high-performance bridge between AI agents and the SerpAPI ecosystem using the Model Context Protocol (MCP). By leveraging the mcporter CLI, it allows agents to execute complex search queries across various engines like Google, returning comprehensive JSON data that includes organic results, knowledge graphs, and AI overviews. It is a vital component for developers building research-heavy workflows within the Openclaw Skills framework.
Beyond simple search, it offers robust data persistence options. Users can choose to log every query and response into Airtable, with the skill automatically handling schema mapping and data truncation. This ensures that your Openclaw Skills not only find information but also organize it for long-term analysis and reporting.
This skill requires mcporter to be installed on your host system to communicate with the MCP server.
npm install -g mcporter
Add your SerpAPI credentials to your environment variables. You can provide a single key or a comma-separated list for failover support.
export SERPAPI_API_KEY='your_api_key'
# Or for failover
export SERPAPI_API_KEYS='key1,key2,key3'
To log results, set your Airtable token and base details in your environment configuration for Openclaw Skills.
The skill organizes search data into a structured format compatible with Airtable. Key fields include:
| Field Name | Data Type | Description |
|---|---|---|
| Query | Single line text | The search term executed |
| ResultJson | Long text | The full raw JSON payload from SerpAPI |
| OrganicCount | Number | Total number of organic results found |
| HasAiOverview | Checkbox | Whether Google provided an AI-generated summary |
| SummaryJson | Long text | A condensed version of top results and PAA questions |
| CreatedAt | Date/Time | Timestamp of the search execution |
Loading
A fundamental greeting skill for AI agents that provides personalized, multilingual messages with dynamic date and time integration.

A dynamic learning framework that enables AI agents to accumulate experience, verify outcomes, and self-correct through a persistent memory database.

MerchantGuard is a comprehensive security and compliance layer for AI agents, providing scanning, adversarial testing, and certification for payment-handling systems.

A sophisticated tool for merging multiple images into professional PDF documents with automated orientation correction and OCR capabilities.

A command-line utility for batch downloading TikTok videos from a text file using yt-dlp for efficient media archival.

A privacy-focused, zero-cost web search tool that uses DuckDuckGo scraping to provide high-quality search results without requiring external API keys.








































