返回顶部
g

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, chat with Gemini, or download generated Gemini images from an authenticated browser profile.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.1
安全检测
已通过
87
下载量
0
收藏
概述
安装方式
版本历史

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 - `uxc` is installed and available in `PATH`. - `npx` is installed and available in `PATH`. - Network access to `https://www.google.com` and `https://gemini.google.com`. - On a fresh machine, or under an isolated `HOME`, install Playwright browsers first with `npx playwright install`. - Gemini is auth-sensitive. Expect `bootstrap_then_attach` behavior when the profile is not signed in yet. ## Core Workflow 1. 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` 2. Inspect the bridge and tool schema before calling tools: - `google-webmcp-cli -h` - `google-webmcp-cli search.web -h` - `google-webmcp-cli gemini.chat -h` - `google-webmcp-cli gemini.image.download -h` 3. Check authentication state first when Gemini may need sign-in: - `google-webmcp-cli bridge.session.status` - `google-webmcp-cli auth.get` - if the session is not ready, start bootstrap or switch to headed: - `google-webmcp-cli bridge.session.bootstrap` - `google-webmcp-cli bridge.session.mode.set '{"mode":"headed"}'` - `google-webmcp-cli bridge.open` 4. Use search tools for public search results: - `google-webmcp-cli search.web '{"query":"playwright browser automation","limit":10}'` - `google-webmcp-cli page.get` 5. 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}'` 6. 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}'` 7. Parse JSON output only: - success path: `.ok == true`, consume `.data` - failure path: `.ok == false`, inspect `.error.code` and `.error.message` ## Default Target The built-in preset uses: ```bash --site google ``` The default profile path is: ```bash ~/.uxc/webmcp-profile/google ``` Refresh the link with: ```bash 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.set` over relaunching the command to change runtime mode. - Long Gemini generations can legitimately take minutes. Increase `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. - If the user closes the visible Google window manually, the headed owner session ends. Run `google-webmcp-cli bridge.open` again 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`

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 google-webmcp-1776031185 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 google-webmcp-1776031185 技能

通过命令行安装

skillhub install google-webmcp-1776031185

下载 Zip 包

⬇ 下载 google-webmcp v1.0.1

文件大小: 4.31 KB | 发布时间: 2026-4-13 10:29

v1.0.1 最新 2026-4-13 10:29
Release latest bridge session recovery guidance, X article draft lifecycle support, and Google/Gemini stabilization updates.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部