ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

serper

Professional search (news, places, maps, reviews, scholar, patents) and bulk scraping via Serper API.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/vinitngr/serper-v
Or

Serper Search

Usage

serperV search -q "Apple Inc" -t search --tbs qdr:h --page 3
serperV scrape -u "https://site1.com, https://site2.com"
  • All Types: search, places, maps, news, shopping, scholar, patents.
  • Date Range (--tbs): qdr:h (hour), qdr:d (day), qdr:w (week), qdr:m (month), qdr:y (year).
  • Flags:
    • -q / --query: Search query (autocorrect enabled by default).
    • -u / --url: One or more URLs (comma-separated).
    • -t / --type: Endpoint (Default: search).
    • -l / --limit: Number of results.
    • -g / --gl: Country code.
    • -h / --hl: Language code.
    • -p / --page: Specific result page.

Setup

  1. npm install -g @vinitngr/serper-v --force
  2. serperV auth <api_key>

Metadata

Author@vinitngr
Stars919
Views1
Updated2026-02-12
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-vinitngr-serper-v": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.