A high-performance, cost-effective Google Search API integration for programmatic data retrieval and lead generation.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install serper-dev
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 serper-dev using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The serper-search skill provides a streamlined interface to the Serper.dev API, offering a faster and more affordable alternative to traditional search APIs like SerpApi. By leveraging Openclaw Skills, developers can programmatically access organic search results, news, images, and local business data from Google Maps to power automated workflows.
This skill is specifically engineered for high-volume tasks where clean, structured JSON data is required for downstream processing. Whether you are building a research agent or a data scraper, this tool ensures you get the most relevant Google data with minimal latency and at a fraction of the cost of competitors.
To use this skill, you must first obtain an API key from serper.dev. Once you have your key, configure your environment:
export SERPER_API_KEY="your_key_here"
Ensure you have the necessary dependencies installed for processing results:
pip install requests tldextract
The skill returns data in a structured JSON format. Depending on the endpoint used, the schema will vary. Below is the structure for organic and place results:
| Field | Source | Description |
|---|---|---|
| title | Organic/Places | The page title or business name |
| link | Organic | The direct URL to the resource |
| snippet | Organic | A short preview of the content |
| domain | Organic | The extracted root domain (e.g., example.com) |
| phone | Places | The direct phone number for local businesses |
| website | Places | The official website URL for the business |
| address | Places | The physical location of the business |
Loading
A specialized skill for generating production-ready, 5-page React websites for local businesses with modern animations and responsive design.

A specialized framework extension that enables plugins to register and display custom UI views and sidebar tabs within the Control dashboard.

A streamlined utility for configuring headless Playwright Chromium automation within Clawdbot environments.

A comprehensive seven-layer defense-in-depth strategy designed to secure OpenClaw agents on public VPS instances using Cloudflare Zero Trust architecture.

A specialized framework for designing, initializing, and packaging modular capabilities for AI agents.

A high-security secret management integration that replaces local storage with an encrypted Supabase Postgres vault for Openclaw Skills.








































