A self-hosted, Serper-compatible search API powered by SearXNG that provides unlimited web, news, and academic search capabilities.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install serper-clone
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-clone using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Serper Clone is a robust search utility designed to provide a drop-in replacement for the commercial Serper API. By utilizing SearXNG as the backend engine, it enables developers to host their own search infrastructure, ensuring that queries remain private and completely free from external API quotas. This skill is a vital addition to Openclaw Skills for users who require high-volume data retrieval without the constraints of rate limits or per-query pricing.
The tool exposes a wide variety of specialized endpoints, ranging from general web search to localized business listings and academic papers. It bridges the gap between private search engines and modern AI agent requirements by providing a standardized JSON response format that agents can easily consume and analyze.
To use this skill, you must first have a running instance of Serper Clone (via StartOS or Docker). Once your instance is live, configure the access credentials for Openclaw Skills by running the following commands:
echo "API_KEY=your-api-key-here" > ~/.openclaw/workspace/.serper-clone-api-key
echo "BASE_URL=https://your-serper-clone-host" >> ~/.openclaw/workspace/.serper-clone-api-key
chmod 600 ~/.openclaw/workspace/.serper-clone-api-key
The skill will automatically activate once this configuration file is detected in the workspace.
The skill returns data in a structured JSON format consistent with industry standards. Below is the primary organizational structure for search responses:
| Key | Type | Description |
|---|---|---|
organic |
Array | List of search results containing title, link, snippet, and position. |
answerBox |
Object | Direct answers extracted from search results when available. |
relatedSearches |
Array | A list of queries related to the original search term. |
searchParameters |
Object | Echoes the parameters used (q, gl, hl, num) for verification. |
Loading
A specialized skill for managing and interacting with Claude Code instances running inside tmux sessions using native CLI commands.

A high-performance TTS integration that offloads voice generation from your server to remote devices like Android or Linux via SSH.

A low-latency, remote Text-to-Speech integration that allows Clawdbot to speak through local devices using AgentVibes.

A professional integration that enables remote Text-to-Speech generation for Clawdbot responses using AgentVibes over SSH.

PayClaw empowers AI agents with UCP-compliant identity badges and single-use virtual Visa cards for secure, human-approved autonomous commerce.

A minimal, webhook-free payment skill for AI agents to create and verify Base/USDC transactions using PayTrigo.








































