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

Web & Frontend Development @lsl001006 Updated 7/18/2026 980 downloads 2 stars Security: Pass

Web Search With Serpapi OpenClaw Plugin & Skill | ClawHub

Looking to integrate Web Search With Serpapi 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 the web using SerpAPI with customizable engines (Google, Google AI Mode, Bing, etc.). Use when user needs web search results via SerpAPI.

Install

ClawHub CLI
openclaw skills install @lsl001006/web-search-with-serpapi
Node.js (npx)
npx clawhub@latest install web-search-with-serpapi

Full SKILL.md

Open original
Metadata table.
namedescription
serpapi-searchSearch the web using SerpAPI with customizable engines (Google, Google AI Mode, Bing, etc.). Use when user needs web search results via SerpAPI.

SKILL.md content below is scrollable.

SerpAPI Search Skill

Description

Use SerpAPI to fetch search results with support for multiple engines (Google, Google AI Mode, Bing, Yahoo, etc.). Requires a SerpAPI key.

Parameters

  • query (required): Search query string.
  • engine (optional): Search engine (default: google). Options: google, google_ai_mode, google_images, google_maps, youtube

Example Usage

# Search with Google
serpapi_search(query="2026年2月24日A股市场表现", engine="google")

# Use Google AI Mode
serpapi_search(query="AI最新进展", engine="google_ai_mode")

# Use Google Image for image search
serpapi_search(query="Sunflowers", engine="google_images")

Setup

  1. Replace the API key in serpapi_search.py with your SerpAPI key.
  2. Install dependencies: pip install serpapi

Notes

  • Results are returned as text blocks from SerpAPI response.
  • API key can be set via environment variable SERPAPI_API_KEY for security.
ClawHub Registry URL: https://clawhub.ai/lsl001006/skills/web-search-with-serpapi

Related skills

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