Google Search Console Sitemap Status for Openclaw

An automated integration for tracking Google Search Console sitemap health, error reports, and URL indexation status.

clawbus
v1.0.2
May 20, 2026
0
761
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install clawbus-google-search-console

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install clawbus-google-search-console using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Google Search Console Sitemap Status?

The Google Search Console sitemap status skill empowers developers and SEO teams to programmatically monitor sitemap indexing and health directly within their workflows. By integrating MyBrandMetrics and Openclaw Skills, this tool automates the retrieval of critical technical SEO indicators such as submitted vs. indexed URL counts, warnings, errors, and sitemap processing status.

Using this skill ensures you never miss a critical crawler error or warning. Rather than manually logging into the Google Search Console dashboard daily, you can leverage automated AI-driven agents or run lightweight CLI Python scripts to keep a close eye on search engine visibility.

Google Search Console Sitemap Status Use Cases

  • Automated Sitemap Auditing: Schedule regular checks to compare submitted vs. indexed URLs and proactively catch indexing drops.
  • Error & Warning Detection: Identify and alert teams on sitemap processing issues, XML formatting errors, or broken endpoints.
  • Multi-Property Monitoring: Efficiently query status across multiple connected Google Search Console properties using dedicated connection IDs.
  • Deployment Verification: Check last downloaded timestamps right after submitting a new sitemap to verify successful crawling.

How Google Search Console Sitemap Status Works

  1. Triggering the Agent: The AI agent receives a natural-language query specifying the Google Search Console connection ID and requested sitemap parameters.
  2. API Interaction: The Openclaw Skills runner triggers the searchconsole.py script, authorizing with the MyBrandMetrics API.
  3. Data Retrieval: The script queries the google_search_console_sitemaps source for the specified Search Console property.
  4. Parsing and Structuring: The tool extracts key SEO metrics (such as contents_submitted, contents_indexed, and errors) and dimensions.
  5. Response Generation: The workflow presents a structured summary report of the sitemap's health, warnings, and processing state.

Google Search Console Sitemap Status Setup

To start using the Google Search Console sitemap skill, follow these installation and configuration steps:

  1. Sign in to MyBrandMetrics and authorize your Google Search Console account as a data source under Data sources.
  2. Obtain your MyBrandMetrics API key from your account dashboard.
  3. Install the skill using the package manager:
npm install -g clawbus-google-search-console
  1. Configure your environment variable with your API key:
export MYBRANDMETRICS_API_KEY="YOUR_API_KEY"
  1. Test the installation by querying a verified domain connection ID:
python3 scripts/searchconsole.py --connection-id "sc-domain:example.com"

Google Search Console Sitemap Status Data Schema & Taxonomy

The Google Search Console skill organizes and retrieves data from the google_search_console_sitemaps schema. The structured output contains the following configurable fields:

Available Metrics

Metric Type Description
warnings Integer Total number of warnings detected in the sitemap.
errors Integer Total number of parsing or download errors.
contents_submitted Integer Total URLs submitted within the sitemap.
contents_indexed Integer Total submitted URLs successfully indexed by Google.
sitemaps_count Integer Count of sitemaps analyzed.

Available Dimensions

Dimension Type Description
site_url String The verified property URL in Google Search Console.
sitemap_path String The absolute path to the XML sitemap (e.g., /sitemap.xml).
content_type String The format of the sitemap (e.g., web, images, video).
last_downloaded Timestamp ISO timestamp indicating when Google last fetched the sitemap.
is_pending Boolean Indicates whether Google is currently processing the sitemap.

Google Search Console Sitemap Status Advanced Features

  • Custom Metrics and Dimensions Filtering: Request specific sub-sets of metrics and dimensions using the --metrics and --dimensions CLI parameters to optimize payload size.
  • Flexible Filter Syntax: Filter data-sets directly within CLI queries using the field:operator:value format for granular diagnostics.
  • Multi-Agent Protocol Integration: Seamlessly pipe Google Search Console sitemap outputs into other Openclaw Skills for automated Slack notifications, database logging, or task creation.
  • Compact JSON Export: Toggle the --compact flag for efficient, machine-readable JSON outputs perfect for CI/CD pipeline integrations.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*