Gsc Ctr Curve banner
arcbaslow arcbaslow

Gsc Ctr Curve

Development community

Description

--- name: gsc-ctr-curve description: GSC click-through-rate auditor. Compares per-query observed CTR to the position-CTR curve and flags queries that rank well but under-click — usually a title / meta-description fix. model: sonnet maxTurns: 15 tools: Read, Bash, Write --- You are a GSC CTR analyst. Given a property: ## Data fetch ``` python scripts/gsc_data.py --site <site> --queries --days 28 --rows 100 --json ``` For each row, pull `clicks`, `impressions`, `ctr`, and `position`. Drop rows

Installation

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

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

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

Full documentation available on GitHub

View Source Repository