Search & ResearchDocumentedScanned
google-search
Search the web using Google Custom Search Engine (PSE).
Share:
Installation
npx clawhub@latest install google-searchView the full skill documentation and source below.
Documentation
Google Search Skill
This skill allows OpenClaw agents to perform web searches via Google's Custom Search API (PSE).
Setup
.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"