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

Search & Research @mxfeinberg Updated 2/26/2026

Google Search OpenClaw Skill - ClawHub

Do you want your AI agent to automate Google Search workflows? This free skill from ClawHub helps with search & research tasks without building custom tools from scratch.

What this skill does

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.

Install

npx clawhub@latest install google-search

Full SKILL.md

Open original
namedescription
google-searchSearch 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"
Original URL: https://github.com/openclaw/skills/blob/main/skills/mxfeinberg/google-search

Related skills

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