gsc-cli
Installation
SKILL.md
gsc-cli
Use the local Google Search Console CLI wrapper for Search Console API work.
This skill exists because Google Search Console has an official API but no first-party Search Console CLI. The local wrapper keeps common GSC reads low-noise and makes write-capable sitemap/site actions explicit.
Quick rules
- Prefer read-only OAuth unless the user specifically needs sitemap or site writes.
- Do not run
sites add,sites delete,sitemaps submit, orsitemaps deletewith--executeunless the user explicitly approved that exact action. - Keep analytics queries narrow: short date ranges first, then expand if needed.
- Parse JSON output instead of scraping terminal text.
- Read
references/google-search-console-api.mdwhen endpoint behavior, auth scopes, quotas, or dimensions matter.
Local setup
Prefer the skill-local script over any global or third-party GSC CLI.
Primary config path: