seo-image-audit

seo-image-audit is a skill for Claude Code from ZachArticulateV/designer-pro-and-seo. It costs 109 tokens per session (719 once invoked), scanned A, original, MIT.

An inspection of a page's images for search visibility and loading performance. It checks descriptions, file sizes, formats, responsive images, lazy loading, and dimensions that help prevent layout shifts.

In plain words
What is it for?
Use it to review images on a webpage or in a local build, improve alternative text, find oversized files, convert JPEG or PNG images to WebP or AVIF, and check responsive loading.
Why use it?
It identifies image problems that can make pages slower, less accessible, or harder for search engines to understand. It also provides commands for converting images when useful.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the designer-pro-and-seo plugin — 41 skills, 14 agents, 1 MCP server shipped together

Good fit Use it to review images on a webpage or in a local build, improve alternative text, find oversized files, convert JPEG or PNG images to WebP or AVIF, and check responsive loading.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zacharticulatev/designer-pro-and-seo/seo-image-audit
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.

Any agent
npx skills add ZachArticulateV/designer-pro-and-seo --skill seo-image-audit
Clone the repo
git clone --depth 1 https://github.com/ZachArticulateV/designer-pro-and-seo

Made for: Claude Code.

Or install designer-pro-and-seo, the plugin that ships this one along with the rest of its 41 skills, 14 agents, 1 MCP server.

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-image-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/zacharticulatev/designer-pro-and-seo/seo-image-audit/github.svg)](https://agentmods.dev/skills/zacharticulatev/designer-pro-and-seo/seo-image-audit)
Your own site
<a href="https://agentmods.dev/skills/zacharticulatev/designer-pro-and-seo/seo-image-audit"><img src="https://agentmods.dev/badge/skills/zacharticulatev/designer-pro-and-seo/seo-image-audit/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for seo-image-audit

Your own site · 80×15
<a href="https://agentmods.dev/skills/zacharticulatev/designer-pro-and-seo/seo-image-audit"><img src="https://agentmods.dev/badge/skills/zacharticulatev/designer-pro-and-seo/seo-image-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 109 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 719 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00109 $0.00719
Opus 5 $0.00055 $0.00360
Sonnet 5 $0.00022 $0.00144
Haiku 4.5 $0.00011 $0.00072

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

Security

Grade A, and why

seo-image-audit scanned grade A with 0 findings 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 12d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/seo-image-audit/SKILL.md · 66 lines

How it starts

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

seo-image-audit

Family: seo Status: Stable

Purpose

The audit half of image SEO (split from generation because the two have different legal, asset, and API risk). Inventories a page's images and scores each on the dimensions that affect search and performance. The free path (fetch + parse) is the whole product; DataForSEO only adds live image-SERP context.

Triggers

  • "image seo" / "image audit" / "image optimization"
  • "alt text" / "image metadata"
  • "convert to webp" / "convert to avif"
  • "image rankings" / "google images"

Inputs

  • Page URL or local HTML/build path (or an image directory)
  • Optional: target keyword(s) for alt-text relevance

Steps

  1. Inventory images — fetch the page (or scan the directory) and list every image with its src, dimensions, format, and file size.
  2. Score each image:
    • Alt text — present? descriptive? keyword-relevant without stuffing? (decorative images should have empty alt="").
    • Format — modern (WebP/AVIF) vs legacy (JPEG/PNG); flag conversion wins.
    • File size / dimensions — oversized for display size? recommend target.
    • Responsivesrcset/sizes/<picture> present where useful?
    • Lazy loadingloading="lazy" below the fold; eager for the LCP image.
    • CLS — width/height or aspect-ratio declared to reserve space?
  3. Optional enrichment — if the DataForSEO extension is configured, add image SERP rankings; otherwise state, in one line, what it would add.
  4. Render findings grouped Critical / High / Medium / Low, each with a concrete fix and (for format/size) the recommended target. For "convert to webp/avif" requests, output ready-to-run conversion commands per image (cwebp, ImageMagick magick, or a Sharp snippet) as the actionable deliverable — running them needs that tool installed (see Notes).

Outputs

  • Per-image findings table with prioritized fixes
  • A summary of the biggest performance wins (format + size)
  • A short "what paid data would add" note on the free path

Read the full file on GitHub · 66 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. 12d ago First seen · 66 lines · 109 tokens per session scan A e8b85ac60a63

Subscribe to this mod's changes

seo-image-audit is a skill published in the GitHub repository ZachArticulateV/designer-pro-and-seo (8 stars, last pushed 2mo ago), licensed MIT. It adds 109 tokens to every session and 719 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

designlang-tokens

Use when styling UI for cal.com — references the extracted design system tokens instead of inventing colors, spacing, or typography.

Manavarya09/design-extract · 30 tokens

token-audit

Audit a design system's token definitions for naming violations, missing semantic tiers, and structural debt. This audits how tokens are defined and organised, NOT how they are consumed in code. Trigger when someone says: audit my tokens, token naming review, are my tokens consistent, token health check, review my…

murphytrueman/design-system-ops · 93 tokens

stakeholder-brief

Write a one-page stakeholder brief translating design system health or status into business language. Trigger when someone says: stakeholder update, exec brief, leadership summary, status report for leadership, system status for non-designers, write a brief for the business, or anything about communicating design…

murphytrueman/design-system-ops · 73 tokens

cicd-integration

Generate CI/CD pipeline configurations that automate design system quality checks — token validation, component linting, visual regression, accessibility scanning, and release gating. Produces ready-to-use pipeline files for GitHub Actions, GitLab CI, CircleCI, or Bitbucket Pipelines, configured to enforce the…

murphytrueman/design-system-ops · 177 tokens

codebase-index

Generate a pre-computed component index from a design system codebase — YAML infrastructure files containing a component inventory, relationship graph, and summary statistics that AI agents and MCP servers consume. This produces machine-readable index files in .ai/index/, NOT a health report or quality assessment.…

murphytrueman/design-system-ops · 132 tokens

engineering-onboarding

Create an onboarding guide for an engineer joining a team that consumes the design system. Trigger when someone says: onboard new engineer, developer getting started guide, new engineer guide, engineering onboarding, first day for developers, frontend onboarding, or anything about helping an engineer new to the team…

murphytrueman/design-system-ops · 68 tokens