Power your AI agent with real-time Google Search results and Gemini-powered grounding for accurate, cited answers.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install google-search-grounding-3
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install google-search-grounding-3 using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Google Search Grounding skill is a robust integration designed for Openclaw Skills that leverages the power of Gemini 2.0 Flash alongside the Google Custom Search JSON API. It provides a superior alternative to standard web search tools by offering synthesized answers with verifiable citations, ensuring that your AI agent provides grounded and factual information. This skill is built to handle complex research tasks, from retrieving raw web snippets to performing high-resolution image searches.
Optimized for developer workflows, this skill prioritizes performance and accuracy. It features native support for multiple languages, with a particular emphasis on high-quality Hebrew processing, making it an essential component for international Openclaw Skills deployments. By integrating Gemini Search Grounding, the skill minimizes hallucinations and provides a transparent trail of sources for every answer generated.
To integrate this search capability into your Openclaw Skills environment, follow these steps:
GOOGLE_API_KEY from the Google Cloud Console and enable the Gemini API and Custom Search JSON API.bash skills/google-search/install.sh
{
"env": {
"GOOGLE_API_KEY": "YOUR_KEY_HERE",
"GOOGLE_SEARCH_LANG": "he",
"GOOGLE_SEARCH_COUNTRY": "IL"
}
}
GOOGLE_CSE_CX (Custom Search Engine ID) is also defined.The skill organizes search data into structured formats to be easily consumed by Openclaw Skills:
| Component | Description | Format |
|---|---|---|
| Synthesized Answer | AI-generated response based on search results | Markdown Text |
| Citations | Numbered list of sources mapped to the answer | List |
| Raw Results | Collection of titles, snippets, and source URLs | Markdown Table/List |
| Image Data | URLs to hosted images and their source titles | JSON/List |
| Metadata | Confidence scores and grounding supports | JSON (optional) |
Loading
A powerful API bridge to control Synology Surveillance Station cameras, snapshots, and recordings directly through your automation workflows.

A specialized integration to control Lyrion Music Server playback, volume, and library management via JSON-RPC API.

A robust MQTT-based interface to monitor, control, and automate Bambu Lab 3D printers directly from your local environment.

A sophisticated command-line interface for searching local photo libraries using natural language queries and advanced semantic filtering.

A comprehensive search integration for AI agents providing access to 17 global and domestic search engines without the need for API keys.

Perform real-time web searches directly within your AI agent's workflow to access the latest internet data.








































