skills/google-webmcp/SKILL.md
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, chat with Gemini, or download generated Gemini images from an authenticated browser profile.
npx skillsauth add holon-run/webmcp-bridge google-webmcpInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
uxc is installed and available in PATH.npx is installed and available in PATH.https://www.google.com and https://gemini.google.com.HOME, install Playwright browsers first with npx playwright install.bootstrap_then_attach behavior when the profile is not signed in yet.command -v google-webmcp-cliskills/google-webmcp/scripts/ensure-links.shgoogle-webmcp-cli -hgoogle-webmcp-cli search.web -hgoogle-webmcp-cli gemini.chat -hgoogle-webmcp-cli gemini.image.download -hgoogle-webmcp-cli bridge.session.statusgoogle-webmcp-cli auth.getgoogle-webmcp-cli bridge.session.bootstrapgoogle-webmcp-cli bridge.session.mode.set '{"mode":"headed"}'google-webmcp-cli bridge.opengoogle-webmcp-cli search.web '{"query":"playwright browser automation","limit":10}'google-webmcp-cli page.getgoogle-webmcp-cli gemini.chat '{"prompt":"Summarize these results","mode":"text","timeoutMs":180000}'google-webmcp-cli gemini.chat '{"prompt":"a watercolor fox reading documentation","mode":"image","timeoutMs":300000}'google-webmcp-cli gemini.image.download '{"limit":4,"timeoutMs":120000}'google-webmcp-cli page.navigate '{"url":"https://gemini.google.com/app"}'google-webmcp-cli page.inspect '{"limit":20}'.ok == true, consume .data.ok == false, inspect .error.code and .error.messageThe 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
bootstrap_then_attach; do not expect Gemini tools to work until the managed profile is authenticated.bridge.session.mode.set over relaunching the command to change runtime mode.timeoutMs instead of spawning parallel retries.gemini.image.download works on visible generated images in the current or target conversation. Do not assume it can recover images that are no longer visible.page.navigate must stay on Google-owned hosts only.google-webmcp-cli bridge.open again if you still need a visible session on the same profile.references/usage-patterns.mdscripts/ensure-links.shtools
Connect to X and Grok through the built-in local-mcp X adapter and one fixed UXC link. Use when the user wants to read timelines, inspect tweets, post on X, or chat with Grok from an authenticated browser profile.
tools
Connect to Weibo through the built-in local-mcp Weibo adapter and one fixed UXC link. Use when the user wants to read timelines, inspect posts, publish posts or comments, manage Weibo articles, or run Weibo search from an authenticated browser profile.
tools
Connect a website to the local-mcp browser bridge through a fixed UXC link. Use when the user needs to operate native WebMCP sites or adapter-backed sites through local-mcp, manage per-site browser profiles, or switch bridge presentation modes explicitly.
tools
Create fallback site adapters for websites that do not expose native WebMCP. Use when a site needs a new adapter module, tool schema design, browser-side request execution, or request-template extraction from observed page behavior.