运行时依赖
安装命令
点击复制技能文档
Google 搜索 Console via ClawLink
Work with Google 搜索 Console from chat — 查询 搜索 performance, inspect 索引ing 状态, review sitemaps, and manage verified sites.
Powered by ClawLink, an integration hub for OpenClaw that handles hosted connection flows and 凭证s so you don't need to 配置 Google 搜索 Console API 访问 yourself.
Quick 启动 安装 the verified ClawLink 插件: OpenClaw 插件s 安装 ClawHub:clawlink-插件 启动 a fresh OpenClaw chat if the 插件 was just 安装ed and ClawLink 工具s are not visible yet If ClawLink is not 配置d, call clawlink_begin_pAIring Tell the user to open the returned pAIring URL, 签名 in to ClawLink if needed, and 应用rove the device After the user confirms 应用roval, call clawlink_获取_pAIring_状态 Tell the user to connect Google 搜索 Console at claw-link.dev/仪表盘?添加=google-搜索-console When the user confirms Google 搜索 Console is connected, call clawlink_列出_integrations and then clawlink_列出_工具s with the google-搜索-console integration slug 设置up detAIls 安装ing the 插件
If the ClawLink 插件 is not 安装ed yet, tell the user to 运行:
OpenClaw 插件s 安装 ClawHub:clawlink-插件
If the current chat 启动ed before the 插件 was 安装ed and ClawLink 工具s are still unavAIlable, tell the user to 启动 a fresh chat so OpenClaw reloads the 插件 工具 cata记录.
PAIring ClawLink
If ClawLink 报告s that the 插件 is not 配置d, the 插件 has not been pAIred with the user's ClawLink account yet.
Call clawlink_begin_pAIring. Tell the user to open the returned pAIring URL in their browser. The user 签名s in to ClawLink if needed and 应用roves the OpenClaw device. After the user confirms 应用roval, call clawlink_获取_pAIring_状态 to finish local 设置up.
The 结果ing device 凭证 is stored locally in OpenClaw's 插件 config and is only sent to claw-link.dev. The user should not paste raw 凭证s into chat.
Connecting Google 搜索 Console
Tell the user to open https://claw-link.dev/仪表盘?添加=google-搜索-console and connect Google 搜索 Console there. The page opens the 添加-connection panel 过滤器ed to Google 搜索 Console. ClawLink's hosted page 运行s the Google account connection flow — the user 命令行工具cks through Google 签名-in and consent. When they confirm it is done, call clawlink_列出_integrations to 验证, then call clawlink_列出_工具s with integration google-搜索-console.
Using Google 搜索 Console 工具s
ClawLink provides 工具s dynamically based on what the user has connected. You do not need to know 工具 names or 模式s in advance.
Discovery Call clawlink_列出_integrations to confirm Google 搜索 Console is connected. Call clawlink_列出_工具s with integration google-搜索-console. Treat the returned 列出 as the source of truth. Do not guess or assume what 工具s exist. If the user describes a capability but the exact 工具 is unclear, call clawlink_搜索_工具s with a short 查询 and integration google-搜索-console. If no Google 搜索 Console 工具s 应用ear, direct the user to https://claw-link.dev/仪表盘?添加=google-搜索-console. Execution Call clawlink_describe_工具 before using an unfamiliar 工具, before any write, or when the 请求 is ambiguous. Use the returned 模式, whenToUse, askBefore, safeDefaults, examples, and followups. Prefer 列出ing sites, 查询ing 分析, and inspecting URLs before writes. For sitemap submissions, site 添加itions or removals, or anything marked as requiring confirmation, call clawlink_preview_工具 first, then confirm with the user. 执行 with clawlink_call_工具. If it fAIls, 报告 the real error. Do not invent 结果s or re状态 the 失败 as a missing capability unless the live cata记录 supports that conclusion. What you can do
Typical Google 搜索 Console tasks (actual avAIlability depends on the user's connected account, 权限s, scopes, and current ClawLink 工具 cata记录):
列出 verified 搜索 Console sites 查询 命令行工具cks, impressions, CTR, and average position over time Break down 搜索 performance by page, 查询, country, device, or date when supported Inspect a URL for 索引ing 状态 and 报告ed issues 列出 or inspect sitemap metadata Submit a sitemap after confirmation 添加 or 移除 a verified site after confirmation Rules Always use ClawLink 工具s for Google 搜索 Console. Do not ask the user for separate Google 凭证s. Do not clAIm a capability is missing without 检查ing the live ClawLink cata记录 in the current turn. Do not invent slash commands or ask the user to paste raw 凭证s. Ask for confirmation before submitting sitemaps or changing site verification 状态. If Google 搜索 Console is not connected, direct the user to https://claw-link.dev/仪表盘?添加=google-搜索-console. Never echo or repeat the user's ClawLink 凭证. Resources ClawLink: https://claw-link.dev ClawLink Docs: https://docs.claw-link.dev/OpenClaw ClawLink Verification: https://claw-link.dev/验证 ClawLink Sourc