Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Query Google Search Console for SEO data - search queries, top pages, CTR opportunities, URL inspection, and sitemaps. Use when analyzing search performance,...
Query Google Search Console for SEO data - search queries, top pages, CTR opportunities, URL inspection, and sitemaps. Use when analyzing search performance,...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Query GSC for search analytics, indexing status, and SEO insights.
This skill only connects to Google Search Console API endpoints. It does NOT modify your Search Console property โ read-only queries only. It does NOT store or transmit credentials beyond the current session. It requires OAuth credentials set as environment variables.
Credentials: Set OAuth credentials in environment variables (or a local .env loaded by your shell) Scopes: Requires webmasters.readonly scope on your Google Cloud OAuth consent screen Access: Your Google account must have access to the Search Console properties
python scripts/gsc_query.py sites
python scripts/gsc_query.py top-queries \ --site "https://www.nutrient.io" \ --days 28 \ --limit 20
python scripts/gsc_query.py top-pages \ --site "https://www.nutrient.io" \ --days 28 \ --limit 20
High impressions but low click-through rate = optimization opportunities: python scripts/gsc_query.py opportunities \ --site "https://www.nutrient.io" \ --days 28 \ --min-impressions 100
python scripts/gsc_query.py inspect-url \ --site "https://www.nutrient.io" \ --url "/sdk/web"
python scripts/gsc_query.py sitemaps \ --site "https://www.nutrient.io"
python scripts/gsc_query.py search-analytics \ --site "https://www.nutrient.io" \ --days 28 \ --dimensions query page \ --limit 100
query - Search query page - Landing page URL country - Country code device - DESKTOP, MOBILE, TABLET date - Date
clicks - Number of clicks from search impressions - Number of times shown in search ctr - Click-through rate (clicks/impressions) position - Average ranking position
Content Optimization: Find high-impression/low-CTR pages โ improve titles & descriptions Keyword Research: See what queries bring traffic โ create more content around them Technical SEO: Check indexing status, find crawl issues Ranking Tracking: Monitor position changes over time Sitemap Health: Verify sitemaps are submitted and error-free
Data has ~3 day delay (GSC limitation) Credentials shared with GA4 skill URL inspection requires the page to be in the property
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.