google-search-console

Extract and analyze Google Search Console data into Markdown, JSON, or CSV.

12|1|Updated Nov 23, 2025
One-click install
npx skills add https://github.com/jiunbae/agent-skills --skill google-search-console
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: google-search-console
Source: https://github.com/jiunbae/agent-skills/tree/main/integrations/google-search-console
Command: npx skills add https://github.com/jiunbae/agent-skills --skill google-search-console

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill includes references (resource) components.

What problem does it solve?

Google Search Console API๋ฅผ ํ†ตํ•ด ๊ฒ€์ƒ‰ ์„ฑ๊ณผ ๋ถ„์„, URL ์ธ๋ฑ์‹ฑ ์ƒํƒœ ๊ฒ€์‚ฌ, ์‚ฌ์ดํŠธ๋งต ๊ด€๋ฆฌ ๋ฐ ์‚ฌ์ดํŠธ ์ธ์ฆ ๊ด€๋ จ ์ž‘์—…์„ ์ž๋™ํ™”ํ•ฉ๋‹ˆ๋‹ค.

Core Features & Use Cases

  • ๊ฒ€์ƒ‰ ์„ฑ๊ณผ ๋ถ„์„: ํด๋ฆญ/๋…ธ์ถœ์ˆ˜/CTR/์ˆœ์œ„ ๋“ฑ ์‹œ๊ณ„์—ด ๋ถ„์„
  • URL ์ธ๋ฑ์‹ฑ ๊ฒ€์‚ฌ: ์ธ๋ฑ์‹ฑ ์ƒํƒœ ๋ฐ ํฌ๋กค๋ง ์ •๋ณด ํ™•์ธ
  • ์‚ฌ์ดํŠธ๋งต ๊ด€๋ฆฌ: ์‚ฌ์ดํŠธ๋งต ๋ชฉ๋ก ์กฐํšŒ/์ œ์ถœ/์‚ญ์ œ
  • ์‚ฌ์ดํŠธ ๊ด€๋ฆฌ: ๋“ฑ๋ก๋œ ์‚ฌ์ดํŠธ ์กฐํšŒ ๋ฐ ๊ด€๋ฆฌ

Quick Start

์„œ๋น„์Šค ๊ณ„์ • ํ‚ค๋‚˜ OAuth ์ž๊ฒฉ ์ •๋ณด๋ฅผ ๊ตฌ์„ฑํ•˜๊ณ  ๋ถ„์„ ์ž‘์—…์„ ์‹œ์ž‘ํ•ฉ๋‹ˆ๋‹ค.

Frequently Asked Questions about google-search-console

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

FAQPage Schema
How do I extract search performance data from Google Search Console?โ–ผ

Google Search Console API extracts search performance metrics including clicks, impressions, CTR, and rankings. Configure service account or OAuth credentials, specify your target site URL, set optional date ranges and dimensions, and retrieve results in Markdown, JSON, or CSV format for time-series analysis.

Can I check URL indexing status and crawl errors automatically?โ–ผ

Yes, this Skill automates URL inspection to verify indexing status and crawling information across your site. Provide site credentials and target URLs to retrieve detailed indexing diagnostics and crawl metadata without manual Console navigation.

What's the best way to manage and submit sitemaps programmatically?โ–ผ

Automate sitemap management by querying sitemap lists, submitting new sitemaps, and deleting outdated ones through the Google Search Console API. This eliminates manual steps and keeps search indexing synchronized with your content updates.

Do I need a service account or can I use OAuth credentials?โ–ผ

Both authentication methods are supported. Use service account keys for server-to-server automation or OAuth for user-delegated access. Either approach enables API calls to retrieve search data, URL status, and site configuration.

Can I analyze SEO performance across multiple configured sites?โ–ผ

Yes, the Skill supports per-site analysis across all your configured Google Search Console properties. Query and compare search performance, indexing status, and sitemap health for each site independently or in batch workflows.

What output formats are available for search console data exports?โ–ผ

Search Console data exports support Markdown, JSON, and CSV formats. Choose the format that integrates best with your reporting pipeline, analytics stack, or content management system for downstream processing.