Skylar Serper OpenClaw Plugin & Skill | ClawHub
Looking to integrate Skylar Serper into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate web & frontend development tasks instantly, without having to write custom tools from scratch.
What this skill does
Search Google programmatically using Serper.dev API. Use when you need to perform web searches, find information online, or research topics. Supports query parameters, result limiting, and geographic/language targeting.
Install
openclaw skills install @skylar-north/skylar-serpernpx clawhub@latest install skylar-serperFull SKILL.md
Open original| name | description |
|---|---|
| serper | Search Google programmatically using Serper.dev API. Use when you need to perform web searches, find information online, or research topics. Supports query parameters, result limiting, and geographic/language targeting. |
SKILL.md content below is scrollable.
Serper.dev Google Search
Search Google via Serper.dev API. Clean, structured results without scraping.
Quick Start
Requires SERPER_API_KEY environment variable.
serper_search({
q: "OpenClaw AI agent",
num: 5,
gl: "us",
hl: "en"
})
Parameters
| Param | Required | Default | Description |
|---|---|---|---|
q |
Yes | — | Search query |
num |
No | 5 | Results count (1-100) |
gl |
No | — | Country code (us, uk, th) |
hl |
No | — | Language code (en, th) |
Setup
- Get API key: https://serper.dev
- Set environment:
export SERPER_API_KEY=your_key
Tool Location
tools/serper_search.js