skills$openclaw/google-search
mxfeinberg4.4k

by mxfeinberg

google-search – OpenClaw Skill

google-search is an OpenClaw Skills integration for coding workflows. Search the web using Google Custom Search Engine (PSE). Use this when you need live information, documentation, or to research topics and the built-in web_search is unavailable.

4.4k stars7.3k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namegoogle-search
descriptionSearch the web using Google Custom Search Engine (PSE). Use this when you need live information, documentation, or to research topics and the built-in web_search is unavailable. OpenClaw Skills integration.
ownermxfeinberg
repositorymxfeinberg/google-search
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @mxfeinberg/google-search
last updatedFeb 7, 2026

Maintainer

mxfeinberg

mxfeinberg

Maintains google-search in the OpenClaw Skills directory.

View GitHub profile
File Explorer
4 files
.
scripts
search.py
1.1 KB
_meta.json
282 B
SKILL.md
946 B
SKILL.md

name: google-search description: Search the web using Google Custom Search Engine (PSE). Use this when you need live information, documentation, or to research topics and the built-in web_search is unavailable.

Google Search Skill

This skill allows OpenClaw agents to perform web searches via Google's Custom Search API (PSE).

Setup

  1. Google Cloud Console: Create a project and enable the "Custom Search API".
  2. API Key: Generate an API Key.
  3. Search Engine ID (CX): Create a Programmable Search Engine at cse.google.com, and get your CX ID.
  4. Environment: Store your credentials in a .env file in your workspace:
    GOOGLE_API_KEY=your_key_here
    GOOGLE_CSE_ID=your_cx_id_here
    

Workflow

... (rest of file)

Example Usage

GOOGLE_API_KEY=xxx GOOGLE_CSE_ID=yyy python3 skills/google-search/scripts/search.py "OpenClaw documentation"
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install google-search?

Run openclaw add @mxfeinberg/google-search in your terminal. This installs google-search into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/mxfeinberg/google-search. Review commits and README documentation before installing.