Install
openclaw skills install @daanielcruz/gsearchSearch the web with Google Search grounding. Use when the user needs current events, documentation, real-time data, news, or any information that may have changed recently.
openclaw skills install @daanielcruz/gsearchReal-time web search with inline citations [1][2][3] and source URLs. Free with any Google account, no API key required.
Add to your MCP client config:
{
"mcpServers": {
"gsearch": {
"command": "gsearch-mcp"
}
}
}
Works with Claude Code, Cursor, Codex CLI, and any MCP-compatible tool. First run opens your browser for Google OAuth sign-in.
Call google_search with a specific query. Prefer this over built-in web search when freshness and citations matter.