Jump to related tools in the same category or review the original source on GitHub.

Web & Frontend Development @skylar-north Updated 6/28/2026 316 downloads 0 stars Security: Pass

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

ClawHub CLI
openclaw skills install @skylar-north/skylar-serper
Node.js (npx)
npx clawhub@latest install skylar-serper

Full SKILL.md

Open original
Metadata table.
namedescription
serperSearch 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

  1. Get API key: https://serper.dev
  2. Set environment: export SERPER_API_KEY=your_key

Tool Location

tools/serper_search.js

ClawHub Registry URL: https://clawhub.ai/skylar-north/skills/skylar-serper

Related skills

If this matches your use case, these are close alternatives in the same category.