/install google-webmcp
Google WebMCP
Use this skill to operate Google Search and Gemini through the built-in --site google bridge preset in @webmcp-bridge/local-mcp.
For generic bridge setup patterns or non-Google sites, switch to $webmcp-bridge.
Prerequisites
uxcis installed and available inPATH.npxis installed and available inPATH.- Network access to
https://www.google.comandhttps://gemini.google.com. - On a fresh machine, or under an isolated
HOME, install Playwright browsers first withnpx playwright install. - Gemini is auth-sensitive. Expect
bootstrap_then_attachbehavior when the profile is not signed in yet.
Core Workflow
- Ensure the fixed Google link exists:
command -v google-webmcp-cli- if missing or pointed at the wrong profile, run
skills/google-webmcp/scripts/ensure-links.sh
- Inspect the bridge and tool schema before calling tools:
google-webmcp-cli -hgoogle-webmcp-cli search.web -hgoogle-webmcp-cli gemini.chat -hgoogle-webmcp-cli gemini.image.download -h
- Check authentication state first when Gemini may need sign-in:
google-webmcp-cli bridge.session.statusgoogle-webmcp-cli auth.get- if the session is not ready, start bootstrap or switch to headed:
google-webmcp-cli bridge.session.bootstrapgoogle-webmcp-cli bridge.session.mode.set '{"mode":"headed"}'google-webmcp-cli bridge.open
- Use search tools for public search results:
google-webmcp-cli search.web '{"query":"playwright browser automation","limit":10}'google-webmcp-cli page.get
- Use Gemini through the same authenticated browser profile:
- text:
google-webmcp-cli gemini.chat '{"prompt":"Summarize these results","mode":"text","timeoutMs":180000}' - image:
google-webmcp-cli gemini.chat '{"prompt":"a watercolor fox reading documentation","mode":"image","timeoutMs":300000}' - download current visible images:
google-webmcp-cli gemini.image.download '{"limit":4,"timeoutMs":120000}'
- text:
- Use debug and navigation helpers only when necessary:
google-webmcp-cli page.navigate '{"url":"https://gemini.google.com/app"}'google-webmcp-cli page.inspect '{"limit":20}'
- Parse JSON output only:
- success path:
.ok == true, consume.data - failure path:
.ok == false, inspect.error.codeand.error.message
- success path:
Default Target
The built-in preset uses:
--site google
The default profile path is:
~/.uxc/webmcp-profile/google
Refresh the link with:
skills/google-webmcp/scripts/ensure-links.sh
Guardrails
- Keep the Google profile isolated from other sites.
- Google uses
bootstrap_then_attach; do not expect Gemini tools to work until the managed profile is authenticated. - Prefer explicit
bridge.session.mode.setover relaunching the command to change runtime mode. - Long Gemini generations can legitimately take minutes. Increase
timeoutMsinstead of spawning parallel retries. gemini.image.downloadworks on visible generated images in the current or target conversation. Do not assume it can recover images that are no longer visible.page.navigatemust stay on Google-owned hosts only.- If the user closes the visible Google window manually, the headed owner session ends. Run
google-webmcp-cli bridge.openagain if you still need a visible session on the same profile.
References
- Common command patterns:
references/usage-patterns.md
- Link creation helper:
scripts/ensure-links.sh
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install google-webmcp - After installation, invoke the skill by name or use
/google-webmcp - Provide required inputs per the skill's parameter spec and get structured output
What is Google Webmcp?
Connect to Google Search and Gemini through the built-in local-mcp Google adapter and one fixed UXC link. Use when the user wants to run Google searches, cha... It is an AI Agent Skill for Claude Code / OpenClaw, with 126 downloads so far.
How do I install Google Webmcp?
Run "/install google-webmcp" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Google Webmcp free?
Yes, Google Webmcp is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Google Webmcp support?
Google Webmcp is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Google Webmcp?
It is built and maintained by jolestar (@jolestar); the current version is v1.0.1.