원클릭으로
gsc-cli
Read Google Search Console provider truth through a schema-first JSON CLI.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Read Google Search Console provider truth through a schema-first JSON CLI.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | gsc-cli |
| description | Read Google Search Console provider truth through a schema-first JSON CLI. |
Use gsc for raw Google Search Console facts: accessible properties, submitted sitemaps, URL inspection, and Search Analytics rows.
Do not use this CLI for SEO recommendations, attribution conclusions, paid-search classification, or product decisions. Keep those in the agent workflow above the provider read layer.
Run readiness before provider reads:
gsc doctor dataset readiness
When this CLI is already available but the current project has not registered its skill, install the bundled skill into the project's .agents/skills root:
gsc skill install
Use gsc skill install --global only when the user explicitly wants a user-wide skill install.
Use schema discovery instead of guessing command shapes:
gsc --schema
gsc --schema=.search.dataset.analytics
gsc --schema=.skill.install
gsc property dataset sites
gsc sitemap dataset sitemaps --site-url sc-domain:example.com
gsc sitemap entity sitemap --site-url sc-domain:example.com --feedpath https://example.com/sitemap.xml
gsc inspection entity url --site-url sc-domain:example.com --inspection-url https://example.com/docs/seo
gsc search dataset analytics --site-url sc-domain:example.com --start-date 2026-03-01 --end-date 2026-03-31
Default output is JSON. Treat --pretty as human-only rendering.
Successful provider reads return ok: true with raw provider-shaped data. Errors return ok: false with a stable error.code, error.message, and optional error.hint.
If credentials or provider access fail, run:
gsc doctor dataset readiness
If provider_auth appears, verify the service account has Search Console access and that the Search Console API is enabled.
If provider truth is unavailable, report it as unavailable. Do not infer GSC facts from another source.