/install clawbus-google-search-console
Google Search Console
Check Google Search Console sitemap status through the MyBrandMetrics API.
Use this skill to review sitemap health, submitted URL counts, indexed URL counts, warnings, errors, pending status, content type, and last downloaded time for a connected Google Search Console property.
Website: https://www.clawbus.com/
MyBrandMetrics API: https://mybrandmetrics.com/
Core Capabilities
| Capability | Details |
|---|---|
| Sitemap status | List sitemap records for a connected Google Search Console property. |
| Index coverage signals | Review submitted and indexed URL counts for each sitemap. |
| Sitemap health checks | Check sitemap warnings, errors, pending status, content type, and last downloaded time. |
| Filtered sitemap queries | Query sitemap data with metrics, dimensions, filters, and row limits. |
| Natural-language analysis | Ask for a sitemap health summary after the skill is installed. |
Setup Flow
- Open https://mybrandmetrics.com/ and sign in with Google.
- In MyBrandMetrics, open Data sources.
- Connect Google Search Console as a data source.
- Wait until the Google Search Console connection is ready.
- In https://mybrandmetrics.com/, get the MyBrandMetrics API key.
- Install the
google-search-consoleskill. - Start a Google Search Console sitemap status workflow with natural-language instructions.
Workflow
Use natural-language prompts after the skill is installed. Include:
- the Google Search Console property or connection ID, such as
sc-domain:example.com; - whether to list all sitemap rows or focus on a specific sitemap issue;
- the metrics to review, such as warnings, errors, submitted URLs, indexed URLs, and sitemap count;
- the dimensions to group by, such as site URL, sitemap path, content type, last downloaded time, and pending status;
- any filters or row limit needed for the analysis.
Example:
Check the Google Search Console sitemap status for sc-domain:example.com and summarize warnings, errors, submitted URLs, and indexed URLs.
Search-Friendly Workflows
Common Google Search Console workflows include:
- list Google Search Console sitemap status rows;
- check sitemap errors and warnings;
- compare submitted URLs and indexed URLs;
- find pending sitemap records;
- review sitemap content type and last downloaded time;
- summarize sitemap health for a connected Search Console property.
Use The Script Directly
Use scripts/searchconsole.py.
List sitemap status:
python3 scripts/searchconsole.py \
--api-key "YOUR_API_KEY" \
--connection-id "sc-domain:example.com" \
--limit 200
Use custom metrics and dimensions:
python3 scripts/searchconsole.py \
--api-key "YOUR_API_KEY" \
--connection-id "sc-domain:example.com" \
--metrics "warnings,errors,contents_submitted,contents_indexed" \
--dimensions "site_url,sitemap_path,content_type,last_downloaded,is_pending" \
--limit 100
Use an environment variable instead of passing the API key in the command:
export MYBRANDMETRICS_API_KEY="YOUR_API_KEY"
python3 scripts/searchconsole.py \
--connection-id "sc-domain:example.com" \
--limit 200
Parameters
| Parameter | Required | Purpose |
|---|---|---|
--api-key |
Yes, unless MYBRANDMETRICS_API_KEY is set |
MyBrandMetrics API key. |
--connection-id |
Yes | Google Search Console property or connection ID. |
--metrics |
No | Comma-separated metrics. |
--dimensions |
No | Comma-separated dimensions. |
--filter |
No | Filter in field:operator:value format. Repeat for multiple filters. |
--limit |
No | Maximum rows to return. Default is 200. |
Available Metrics And Dimensions
Default metrics:
warningserrorscontents_submittedcontents_indexedsitemaps_count
Default dimensions:
site_urlsitemap_pathcontent_typelast_downloadedis_pending
Google Search Console data can be delayed, so recent sitemap changes may not appear immediately.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install clawbus-google-search-console - 安装完成后,直接呼叫该 Skill 的名称或使用
/clawbus-google-search-console触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Google Search Console 是什么?
Google Search Console skill for checking sitemap status through the MyBrandMetrics API. Use it to review submitted sitemap URLs, indexed URL counts, sitemap... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 108 次。
如何安装 Google Search Console?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install clawbus-google-search-console」即可一键安装,无需额外配置。
Google Search Console 是免费的吗?
是的,Google Search Console 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Google Search Console 支持哪些平台?
Google Search Console 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Google Search Console?
由 clawbus(@clawbus)开发并维护,当前版本 v1.0.0。