โ† All skills
Tencent SkillHub ยท Developer Tools

Google Search Console

Query Google Search Console for SEO data - search queries, top pages, CTR opportunities, URL inspection, and sitemaps. Use when analyzing search performance,...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Query Google Search Console for SEO data - search queries, top pages, CTR opportunities, URL inspection, and sitemaps. Use when analyzing search performance,...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, _meta.json, scripts/gsc_auth.py, scripts/gsc_query.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.2.2

Documentation

ClawHub primary doc Primary doc: SKILL.md 14 sections Open source page

Google Search Console Skill

Query GSC for search analytics, indexing status, and SEO insights.

Safety Boundaries

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.

Setup

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

List Available Sites

python scripts/gsc_query.py sites

Top Search Queries

python scripts/gsc_query.py top-queries \ --site "https://www.nutrient.io" \ --days 28 \ --limit 20

Top Pages by Traffic

python scripts/gsc_query.py top-pages \ --site "https://www.nutrient.io" \ --days 28 \ --limit 20

Find Low-CTR Opportunities

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

Inspect URL Indexing Status

python scripts/gsc_query.py inspect-url \ --site "https://www.nutrient.io" \ --url "/sdk/web"

List Sitemaps

python scripts/gsc_query.py sitemaps \ --site "https://www.nutrient.io"

Raw Search Analytics (JSON)

python scripts/gsc_query.py search-analytics \ --site "https://www.nutrient.io" \ --days 28 \ --dimensions query page \ --limit 100

Available Dimensions

query - Search query page - Landing page URL country - Country code device - DESKTOP, MOBILE, TABLET date - Date

Metrics Returned

clicks - Number of clicks from search impressions - Number of times shown in search ctr - Click-through rate (clicks/impressions) position - Average ranking position

SEO Use Cases

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

Notes

Data has ~3 day delay (GSC limitation) Credentials shared with GA4 skill URL inspection requires the page to be in the property

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Scripts1 Docs1 Config
  • SKILL.md Primary doc
  • scripts/gsc_auth.py Scripts
  • scripts/gsc_query.py Scripts
  • _meta.json Config