docs: add optional live Google data skill bridge#28
Open
dunctk wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds an optional live Google data handoff for agent IDE users who ask for Google Search Console or GA4-backed SEO analysis without already having credentials configured.
This keeps the existing
gsc_checker.pyservice-account flow as the deterministic path whenGSC_CREDENTIALS_PATHis available, while giving agents a user-OAuth fallback to suggest only for live clicks, impressions, CTR, ranking movement, traffic decay, GA4 sessions, or GSC/GA4-backed prioritization.Why
The skill already supports GSC via
gsc_checker.py, but many agent IDE users will not have a service-account JSON ready. The optionalrefreshagent/live-search-console-dataskill gives those users a low-friction way to authenticate live GSC/GA4 data while preserving normal crawl/page audits without any new dependency.Validation
python3 scripts/validate_skill_inventory.pypython3 scripts/reference_freshness.py resources/references --max-age-days 90python3 -m compileall scriptsNote:
reference_freshness.pycompleted successfully but reported existing stale reference warnings for several files older than 90 days. This PR does not modify reference files.