AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Seo Google

skill-zacharticulatev-designer-pro-and-seo-seo-google · by ZachArticulateV

Pulls real Google field data — Search Console search analytics (impressions, clicks, CTR, position), URL Inspection and sitemap status, PageSpeed Insights and CrUX Core Web Vitals (LCP, INP, CLS), and GA4 organic traffic. Uses a connected Search Console MCP or Google APIs when available; otherwise runs built-in on-page technical and GEO checks and names exactly what to connect for field data. Tri…

No reviews yet
0 installs
27 views
0.0% view→install

Install

$ agentstack add skill-zacharticulatev-designer-pro-and-seo-seo-google

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-zacharticulatev-designer-pro-and-seo-seo-google)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Seo Google? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

seo-google

Family: seo Status: Stable

Purpose

The "real field data" layer for the SEO family — Google's own measurements of how real users experience a site, versus the synthetic/lab heuristics in seo-technical. It is tool-aware: when a Google Search Console MCP (or Google APIs) is connected it returns true field data; when nothing is connected it still delivers a real on-page technical + GEO read and names precisely what to connect to unlock field data. It never just fails.

What field data adds when connected:

  • Search Console — impressions, clicks, CTR, average position; URL Inspection;

sitemap status

  • PageSpeed Insights / CrUX — real-user Core Web Vitals (LCP, INP, CLS), with

CrUX's multi-week history

  • GA4 — organic traffic, engagement, conversions

Triggers

  • "search console" / "GSC"
  • "pagespeed" / "PSI"
  • "crux" / "field data" / "real CWV data"
  • "indexing api" / "URL inspection"
  • "ga4 organic" / "ga4 seo"
  • "LCP" / "INP" / "CLS" / "FCP" / "TTFB"
  • "impressions" / "clicks" / "CTR" / "position"

Inputs

  • Domain or page URL
  • Which signal is wanted (search analytics | URL inspection | field CWV | organic traffic)
  • Optional: date range / comparison window

Steps

  1. Detect available tooling. Run python3 "${CLAUDE_PLUGIN_ROOT}/scripts/workflow/capability_probe.py" (env

keys) and check whether a Search Console / Google MCP is exposed this session.

  1. Field-data path (Tier 1, if connected). Call the connected GSC/Google MCP or

Google APIs for the requested signal; normalize into a compact table; for CrUX, overlay the available history.

  1. Built-in path (Tier 2, always available). Fetch the page with WebFetch and

run python3 "${CLAUDE_PLUGIN_ROOT}/scripts/seo/tech_audit.py" (on-page technical: title/meta, canonical, robots, viewport, structured-data presence, security headers, INP<200ms guidance) and python3 "${CLAUDE_PLUGIN_ROOT}/scripts/seo/geo_check.py" (AI-citability + llms.txt). This is real, useful output on its own — it just isn't field data.

  1. Report which tier ran and, if field data wasn't available, the one-line setup

to unlock it (connect a Search Console MCP, or set Google API OAuth).

Capability routing

This skill follows the plugin's capability-tier cascade (references/CAPABILITY-TIERS.md):

  1. Tier 1 — Google data. If a Search Console / Google MCP or Google APIs are

connected, use them for true field data (GSC analytics, CrUX CWV, GA4 organic).

  1. Tier 2 — built-in (default). Otherwise WebFetch + tech_audit.py +

geo_check.py for an on-page technical + GEO read. Lab/heuristic, not field.

  1. Tier 4 — guided. If a request strictly needs field data (e.g. impressions)

and no Google tool is connected, deliver the built-in read and name the exact setup to unlock the field metric.

Always state which tier ran and what connecting Google would add.

Outputs

  • The requested signal as a compact table (field data when Tier 1; on-page +

GEO findings when Tier 2)

  • For CWV: the metric with its target (LCP<2.5s / CLS<0.1 / INP<200ms) and, on

Tier 1, real-user values

  • A one-line "to unlock field data, connect …" note when running built-in

Dependencies

  • Optional (Tier 1): a Google Search Console MCP, or Google APIs via OAuth — adds

real field data; free path below works without them

  • Built-in (Tier 2): WebFetch; scripts/seo/tech_audit.py; scripts/seo/geo_check.py
  • scripts/workflow/capability_probe.py (capability detection)

Notes

When connected, this is the field-data source of truth the rest of the SEO family defers to for "is this actually a problem for real users?" seo-technical covers the synthetic/lab side. Related: seo-geo (AI-citability depth).

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.