search-console-connect

Pulls Google Search Console data to analyze rankings, traffic trends, and CTR performance.

1.0k|382|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/LeoYeAI/openclaw-marketing-skills --skill search-console-connect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: search-console-connect
Source: https://github.com/LeoYeAI/openclaw-marketing-skills/tree/main/skills/search-console-connect
Command: npx skills add https://github.com/LeoYeAI/openclaw-marketing-skills --skill search-console-connect

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

SEO decisions are often made on guesswork because real search performance data lives locked inside Google Search Console. This Skill connects directly to the Search Console API so your agent can diagnose traffic drops, find quick-win keywords, and prioritize fixes using actual impressions, clicks, positions, and CTR.

Core Features & Use Cases

  • Real Data Pulls: Fetches top queries, top pages, daily traffic trends, position distribution, and index coverage for the last 90 days via the Search Console API.
  • Traffic Drop Diagnosis: Dates the exact day of a drop, cross-references Google algorithm updates, and isolates affected pages and query types.
  • Quick Win Detection: Identifies keywords ranking positions 4-20 with high impressions, pages with below-benchmark CTR, content gaps, and keyword cannibalization between competing URLs.
  • Use Case: Your organic traffic fell 30% last month. Run this Skill to pinpoint the drop date, see which pages and queries lost clicks, check if an algorithm update coincides, and get a ranked list of fixes with estimated impact.

Quick Start

Ask the agent to connect to Google Search Console and analyze why my organic traffic dropped last month, including my top quick-win keywords.

Frequently Asked Questions about search-console-connect

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect Google Search Console data to an AI agent?

Authenticate with gcloud CLI using application-default login with the webmasters.readonly scope, or create a service account and add it as a user in Search Console. Then run the included pull script with your site URL to export query, page, and trend data as JSON.

How to diagnose an organic traffic drop with Search Console data?

Pull daily click trends to date the exact drop, then compare page and query performance before and after that date. Cross-reference the date with known Google algorithm updates and check whether the loss is sitewide (technical) or limited to specific topics (content).

What credentials does the Search Console API require?

Either user credentials via gcloud application-default login with the webmasters.readonly scope, or a service account JSON key whose email is added as a user in Search Console settings. The service account path suits automated, recurring pulls.

Can I find quick-win keywords from Search Console data?

Yes. Filter for queries ranking positions 4-20 with over 100 monthly impressions, and pages in positions 1-5 whose CTR falls below expected benchmarks. These represent ranking improvements and title tag fixes with the highest return.

What are the limitations of Search Console API data?

The API provides aggregated, sampled data with a delay of a few days and anonymizes some low-volume queries. It covers Google organic search only, so pair it with other sources for paid, social, or non-Google search visibility.