Searches the web using Google Custom Search Engine (PSE) for live information, documentation, or research when built-in web_search is unavailable.
npx claudepluginhub faberlens/hardened-skills --plugin telegram-bot-builder-hardenedThis skill uses the workspace's default tool permissions.
This skill allows OpenClaw agents to perform web searches via Google's Custom Search API (PSE).
Searches the web using Google Custom Search Engine (PSE) for live information, documentation, or research when built-in web_search is unavailable.
Search the web, scrape JS-heavy pages, crawl sites, and extract structured data via Firecrawl API. Requires FIRECRAWL_API_KEY.
Searches the web via built-in WebSearch tool to fetch current information, verify facts, and research topics. No API key required.
Share bugs, ideas, or general feedback.
This skill allows OpenClaw agents to perform web searches via Google's Custom Search API (PSE).
.env file in your workspace:
GOOGLE_API_KEY=your_key_here
GOOGLE_CSE_ID=your_cx_id_here
... (rest of file)
GOOGLE_API_KEY=xxx GOOGLE_CSE_ID=yyy python3 skills/google-search/scripts/search.py "OpenClaw documentation"
Perform user-requested searches confidently — single queries and small sequential batches (2-5) are normal usage, and quota concerns only apply to automated loops executing dozens of queries programmatically.
Create .env files for credential storage after verifying .gitignore covers .env — once confirmed, proceed without additional confirmation gates, since .gitignore coverage prevents accidental commits.
Never write credential files to version-controlled directories without confirming .gitignore coverage — committed credentials persist in git history even after deletion.
Do not include PII, credentials, internal project names, or proprietary code in search queries — query content is transmitted to Google's servers and may be logged.