← Back to Skills Marketplace
clawbus

Google Search Console

by clawbus · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
108
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install clawbus-google-search-console
Description
Google Search Console skill for checking sitemap status through the MyBrandMetrics API. Use it to review submitted sitemap URLs, indexed URL counts, sitemap...
README (SKILL.md)

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

  1. Open https://mybrandmetrics.com/ and sign in with Google.
  2. In MyBrandMetrics, open Data sources.
  3. Connect Google Search Console as a data source.
  4. Wait until the Google Search Console connection is ready.
  5. In https://mybrandmetrics.com/, get the MyBrandMetrics API key.
  6. Install the google-search-console skill.
  7. 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:

  • warnings
  • errors
  • contents_submitted
  • contents_indexed
  • sitemaps_count

Default dimensions:

  • site_url
  • sitemap_path
  • content_type
  • last_downloaded
  • is_pending

Google Search Console data can be delayed, so recent sitemap changes may not appear immediately.

Usage Guidance
Treat this as an incomplete review: the artifacts should be inspected directly before installation, especially SKILL.md, metadata, install specs, and any helper scripts.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
No artifact contents were readable in this run, so purpose and capability coherence could not be verified from evidence.
Instruction Scope
No SKILL.md instructions were available for evidence-backed scope assessment.
Install Mechanism
No install specification or manifest contents were available for evidence-backed install review.
Credentials
No artifact evidence was available to assess environment access proportionality.
Persistence & Privilege
No artifact evidence was available to assess persistence or privilege behavior.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install clawbus-google-search-console
  3. After installation, invoke the skill by name or use /clawbus-google-search-console
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial Google Search Console sitemap status skill
Metadata
Slug clawbus-google-search-console
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments