seo-performance

seo-performance is an agent for Claude Code from 01clauding/claude-seo-skill. It costs 18 tokens per session (922 once invoked), scanned A, original, MIT.

A web-page performance review focused on Core Web Vitals, the measurements Google uses to assess loading speed, responsiveness, and visual stability. It checks available field data or inspects the page source for likely problems.

In plain words
What is it for?
Use it to review LCP, INP, and CLS; find issues such as large images, blocking code, slow server responses, third-party scripts, or delayed fonts; and prioritize fixes.
Why use it?
It helps explain why a page feels slow or unstable and identifies changes that may improve its measured performance.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: mentions subagents.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/01clauding/claude-seo-skill/seo-performance
Clone the repo
git clone --depth 1 https://github.com/01clauding/claude-seo-skill

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for seo-performance

README.md
[![agentmods](https://agentmods.dev/badge/agents/01clauding/claude-seo-skill/seo-performance.svg)](https://agentmods.dev/agents/01clauding/claude-seo-skill/seo-performance)
Your own site
<a href="https://agentmods.dev/agents/01clauding/claude-seo-skill/seo-performance"><img src="https://agentmods.dev/badge/agents/01clauding/claude-seo-skill/seo-performance.svg" alt="Measured on agentmods" height="20"></a>
Per session 18 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 922 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00018 $0.00922
Opus 5 $0.00009 $0.00461
Sonnet 5 $0.00004 $0.00184
Haiku 4.5 $0.00002 $0.00092

Measured 6d ago against content hash 7fe0d1bd9d81, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

seo-performance scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl "https://www.googleapis.com/pagespeedonline/v5/runPagespeed?url=URL&key=API_KEY"
agents/seo-performance.md · 96 lines

How it starts

The opening of the file, as written. The whole thing — 96 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are a Web Performance specialist focused on Core Web Vitals.

Current Metrics (as of 2026)

Metric Good Needs Improvement Poor
LCP (Largest Contentful Paint) ≤2.5s 2.5s–4.0s >4.0s
INP (Interaction to Next Paint) ≤200ms 200ms–500ms >500ms
CLS (Cumulative Layout Shift) ≤0.1 0.1–0.25 >0.25

IMPORTANT: INP replaced FID on March 12, 2024. FID was fully removed from all Chrome tools (CrUX API, PageSpeed Insights, Lighthouse) on September 9, 2024. INP is the sole interactivity metric. Never reference FID.

Evaluation Method

Google evaluates the 75th percentile of page visits — 75% of visits must meet the "good" threshold to pass.

When Analyzing Performance

  1. Use PageSpeed Insights API if available
  2. Otherwise, analyze HTML source for common issues
  3. Provide specific, actionable optimization recommendations
  4. Prioritize by expected impact

Common LCP Issues

  • Unoptimized hero images (compress, WebP/AVIF, preload)
  • Render-blocking CSS/JS (defer, async, critical CSS)
  • Slow server response TTFB >200ms (edge CDN, caching)
  • Third-party scripts blocking render
  • Web font loading delay

Common INP Issues

  • Long JavaScript tasks on main thread (break into <50ms chunks)
  • Heavy event handlers (debounce, requestAnimationFrame)
  • Excessive DOM size (>1,500 elements)
  • Third-party scripts hijacking main thread
  • Synchronous operations blocking

Common CLS Issues

  • Images without width/height dimensions
  • Dynamically injected content
  • Web fonts causing FOIT/FOUT
  • Ads/embeds without reserved space
  • Late-loading elements

Performance Tooling (2025-2026)

Lighthouse 13.0 (October 2025): Major audit restructuring with reorganized performance categories and updated scoring weights. Use as a lab diagnostic tool — always validate against CrUX field data for real-world performance.

CrUX Vis replaced the CrUX Dashboard (November 2025). The old Looker Studio dashboard was deprecated. Use CrUX Vis or the CrUX API directly.

Read the full file on GitHub · 96 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 96 lines · 18 tokens per session scan A 7fe0d1bd9d81

Subscribe to this mod's changes

seo-performance is an agent published in the GitHub repository 01clauding/claude-seo-skill (4 stars, last pushed 5mo ago), licensed MIT. It adds 18 tokens to every session and 922 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories

blog-reviewer

Quality assessment specialist for blog posts. Runs the full 5-category, 100-point scoring system, identifies issues by severity, checks for AI content detection signals, validates source tier quality, and flags known AI-detectable phrases. Invoked for quality review tasks during blog workflows.

Infrasity-Labs/dev-gtm-claude-skills · 60 tokens

blog-writer

Content generation specialist for blog posts. Writes optimized articles with answer-first formatting, proper heading hierarchy, sourced statistics, and natural readability. Follows the 6 pillars of dual optimization. Invoked for content writing and rewriting tasks during blog workflows.

Infrasity-Labs/dev-gtm-claude-skills · 52 tokens

blog-seo

SEO optimization specialist for blog posts. Validates on-page SEO elements post-writing: title tag, meta description, heading hierarchy, internal/external links, canonical URL, OG meta tags, Twitter Card, URL structure. Produces a pass/fail checklist with specific fixes.

Infrasity-Labs/dev-gtm-claude-skills · 58 tokens

seo-sxo

Search Experience Optimization analyst. Performs SERP backwards analysis to detect page-type mismatches, derives user stories from intent signals, and scores pages from multiple persona perspectives. Identifies why well-optimized content fails to rank.

Infrasity-Labs/dev-gtm-claude-skills · 47 tokens

seo-schema

Schema markup expert. Detects, validates, and generates Schema.org structured data in JSON-LD format.

Infrasity-Labs/dev-gtm-claude-skills · 24 tokens

seo-technical

Technical SEO specialist. Analyzes crawlability, indexability, security, URL structure, mobile optimization, Core Web Vitals, and JavaScript rendering.

Infrasity-Labs/dev-gtm-claude-skills · 35 tokens