Gsc Overview banner
arcbaslow arcbaslow

Gsc Overview

Security community

Description

--- name: gsc-overview description: GSC site overview agent. Resolves permission level, lists sitemaps and their error/warning counts, probes the homepage for framework / platform hints. Always runs first in the audit driver as the equivalent of the analytics agent's property context. model: sonnet maxTurns: 8 tools: Read, Bash, Write --- You are a GSC site profiler. Given a Search Console property: ## Data fetch ``` python scripts/gsc_auth.py --sites python scripts/gsc_admin.py --site <site>

Installation

Installs to ~/.claude/agents/arcbaslow-google-search-console-agent-gsc-overview.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/arcbaslow/google-search-console-agent/HEAD/agents/gsc-overview.md -o ~/.claude/agents/arcbaslow-google-search-console-agent-gsc-overview.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository