โ† All skills
Tencent SkillHub ยท Developer Tools

Google Search Skill

Perform Google searches with Serper.dev API, delivering rich results including news, images, videos, places, shopping, scholar, patents, and suggestions.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Perform Google searches with Serper.dev API, delivering rich results including news, images, videos, places, shopping, scholar, patents, and suggestions.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, assets/banner.svg, package.json, references/serper-api.md, scripts/google-search.ts

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.3

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

Google Search Skill

Google Search powered by Serper.dev API. Replaces Brave Search with richer results including Knowledge Graph, Answer Box, People Also Ask, and specialized search types.

When to Use

Use this skill for any Google search request. Auto-detect intent: Default โ†’ search "news about X" / "latest X" โ†’ news "images of X" / "pictures of X" โ†’ images "videos of X" / "how to X video" โ†’ videos "restaurants near X" / "X near me" โ†’ places "how much does X cost" / "buy X" โ†’ shopping (โš ๏ธ 2 credits โ€” only when explicitly requested) "papers on X" / "research about X" โ†’ scholar "patents for X" โ†’ patents "suggestions for X" โ†’ suggest

Usage

SCRIPT_DIR="~/.openclaw/workspace/skills/google-search/scripts" # Web search (default) npx tsx $SCRIPT_DIR/google-search.ts search "query" [--num 10] [--time day|week|month|year] [--country us] [--lang en] # Specialized npx tsx $SCRIPT_DIR/google-search.ts news "query" [--num 10] npx tsx $SCRIPT_DIR/google-search.ts images "query" npx tsx $SCRIPT_DIR/google-search.ts videos "query" npx tsx $SCRIPT_DIR/google-search.ts places "query" npx tsx $SCRIPT_DIR/google-search.ts shopping "query" npx tsx $SCRIPT_DIR/google-search.ts scholar "query" [--year 2023] npx tsx $SCRIPT_DIR/google-search.ts patents "query" npx tsx $SCRIPT_DIR/google-search.ts suggest "query" npx tsx $SCRIPT_DIR/google-search.ts credits Add --json to any command for raw JSON output.

Setup

Requires a free API key from Serper.dev: Sign up at https://serper.dev (2,500 free searches included) Copy your API key from the dashboard Add to your environment: export SERPER_API_KEY=your_key_here If the key is missing, remind the user to sign up at serper.dev โ€” it's free and takes 30 seconds.

Workflow

Run the appropriate search command Parse the formatted output If deeper content is needed, use web_fetch on promising links Credit balance is shown in every response โ€” monitor usage Shopping costs 2 credits โ€” only use when user explicitly asks for prices/shopping

Time Filters

--time accepts: hour, day, week, month, year (or h, d, w, m, y)

Notes

Rate limit: 5 req/sec on free tier All searches cost 1 credit except shopping (2 credits) Results include rich data: Knowledge Graph, Answer Box, People Also Ask, Related Searches

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Docs1 Scripts1 Config1 Assets
  • SKILL.md Primary doc
  • README.md Docs
  • references/serper-api.md Docs
  • scripts/google-search.ts Scripts
  • package.json Config
  • assets/banner.svg Assets