← Back to Skills Marketplace
Google Search Console
by
Jonathan Rhyne
· GitHub ↗
· v1.3.0
· MIT-0
7189
Downloads
23
Stars
0
Active Installs
6
Versions
Install in OpenClaw
/install gsc
Description
Read Google Search Console properties, Search Analytics, URL Inspection, and sitemaps. Use for explicit Search Console or GSC SEO performance, indexing, and freshness analysis; not for general web search.
Usage Guidance
Install this only if you are comfortable granting read-only Search Console access through a local OAuth token. Keep the client secret and token files private, revoke the OAuth grant if you stop using it, and consider pinning or locking dependency versions in managed environments.
Capability Assessment
Credentials
Local file access, browser-based OAuth, loopback localhost authorization, and Google API network access are proportionate to the disclosed GSC integration.
Install Mechanism
Installation is a standard requirements.txt dependency install with no automatic installer, but the dependencies use lower-bound version constraints rather than exact pins.
Instruction Scope
Runtime instructions tell agents to use packaged helpers, treat returned query/page data as untrusted, avoid general web search use, and avoid broadening scope or retrying indefinitely.
Persistence & Privilege
The skill persists OAuth client and token JSON under user-controlled paths, but it documents this, uses readonly scope, checks ownership and 0600/0700-style permissions, avoids printing secrets, and does not perform mutations.
Purpose & Capability
The stated purpose is Search Console reporting and inspection, and the artifacts implement bounded read-only GSC commands using the webmasters.readonly OAuth scope.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install gsc - After installation, invoke the skill by name or use
/gsc - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.3.0
Modernize read-only OAuth, pagination, retries, validation, freshness metadata, bounded queries, exports, and credential safety.
v1.2.2
Scanner hardening: align _meta version, preserve path-safe examples and explicit openclaw env/bin requirements
v1.2.1
Hardening correction: publish openclaw metadata and path-safe command examples
v1.2.0
Hardening pass: normalize openclaw metadata, remove path-based env sourcing from examples, clarify env-based auth requirements
v1.1.0
Fix suspicious flag: add metadata with required bins/env vars, remove hardcoded local paths, add Safety Boundaries section
v1.0.0
Initial release: Query GSC for search analytics, top queries, top pages, low-CTR opportunities, URL inspection, and sitemaps.
Metadata
Frequently Asked Questions
What is Google Search Console?
Read Google Search Console properties, Search Analytics, URL Inspection, and sitemaps. Use for explicit Search Console or GSC SEO performance, indexing, and freshness analysis; not for general web search. It is an AI Agent Skill for Claude Code / OpenClaw, with 7189 downloads so far.
How do I install Google Search Console?
Run "/install gsc" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Google Search Console free?
Yes, Google Search Console is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Google Search Console support?
Google Search Console is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Google Search Console?
It is built and maintained by Jonathan Rhyne (@jdrhyne); the current version is v1.3.0.
More Skills