/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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install clawbus-google-search-console - After installation, invoke the skill by name or use
/clawbus-google-search-console - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 108 downloads so far.
How do I install Google Search Console?
Run "/install clawbus-google-search-console" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Google Search Console free?
Yes, Google Search Console is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Google Search Console support?
Google Search Console is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Google Search Console?
It is built and maintained by clawbus (@clawbus); the current version is v1.0.0.