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, or sitemaps delete with --execute unless 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.md when 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:

Installs
4
First Seen
Jun 9, 2026
gsc-cli — ropl-btc/agent-skills