google-search-console-automation

Automate Google Search Console tasks via Rube MCP (Composio): query search analytics, list sites, inspect URLs, submit sitemaps, monitor search performance. Always search tools first for current schemas.

Install

Hot:20

Download and extract to your skills directory

Copy command and send to OpenClaw for auto-install:

Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-google-search-console-automation&locale=en&source=copy

Google Search Console Automation Skills

Overview


Automate Google Search Console tasks with Rube MCP to easily retrieve search analytics data, check URL indexing status, and submit sitemaps—without needing to configure an API key.

Use Cases

  • SEO Daily Monitoring: Automatically fetch a website’s search clicks, impressions, CTR, and ranking data to generate SEO performance reports and quickly identify trends in traffic changes.
  • Indexing Management: Batch-check the Google indexing status of important pages to promptly detect problematic pages. Submit with a sitemap to ensure new content is indexed in a timely manner.
  • Keyword Analysis & Optimization: Analyze search data by dimensions such as page, query, device, and country to find high-value keywords and pages that need optimization, guiding adjustments to SEO strategy.
  • Core Features

  • Search Analytics Queries: Flexibly query search data for any date range. Supports grouping by date, page, query term, device, country, and more. You can set filter conditions to precisely locate specific data.
  • URL Index Inspection: Check the indexing status of specified URLs in Google and retrieve detailed diagnostic information such as coverage index, discovered URLs, and page crawling.
  • Sitemap Management: List submitted sitemaps, submit new sitemaps, and view their indexing status and the last submission time.
  • FAQs

    How do I automatically retrieve Google Search Console search data?


    Use the GOOGLE_SEARCH_CONSOLE_SEARCH_ANALYTICS_QUERY tool, specify the site URL, start/end dates, and dimension parameters to retrieve clicks, impressions, CTR, and ranking data. Supports multi-dimensional analysis by page, query term, device, and country.

    Does Rube MCP require an API key?


    No. Add the https://rube.app/mcp endpoint to the MCP client, then connect the google_search_console tool package via RUBE_MANAGE_CONNECTIONS and complete authorization to start using it.

    How can I batch check a page’s Google indexing status?


    Use the GOOGLE_SEARCH_CONSOLE_INSPECT_URL tool by passing the full URL to check and the site URL to get the indexing status. For batch checks, write a script to loop over calls to this tool, checking one URL at a time.

    How long is the data delay?


    Google Search Console data typically has a 2–3 day delay. If you want to view the latest data, set the data_state parameter to all during querying, but note that these data may still change.

    What are the requirements for site URL format?


    The URL prefix property must use the full format (e.g., https://www.example.com/). The domain property must use the sc-domain: prefix (e.g., sc-domain:example.com). Incorrect formatting will cause the query to fail.