seo-content

seo-content is an agent for Claude Code from greglas75/zuvo. It costs 21 tokens per session (3,934 once invoked), scanned A, original, MIT.

A read-only checker for a website’s written content, internal links, and readiness for search engines and AI answer systems.

In plain words
What is it for?
Use it to review content quality, check links between pages, and assess whether content is prepared for search and AI-generated answers.
Why use it?
It helps find content and linking issues that can make pages harder to discover, understand, or reference.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the zuvo plugin — 57 skills, 47 agents, 5 hooks shipped together

Good fit Use it to review content quality, check links between pages, and assess whether content is prepared for search and AI-generated answers.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/greglas75/zuvo/seo-content
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.

Clone the repo
git clone --depth 1 https://github.com/greglas75/zuvo

Made for: Claude Code.

Or install zuvo, the plugin that ships this one along with the rest of its 57 skills, 47 agents, 5 hooks.

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-content

README.md
[![agentmods](https://agentmods.dev/badge/agents/greglas75/zuvo/seo-content.svg)](https://agentmods.dev/agents/greglas75/zuvo/seo-content)
Your own site
<a href="https://agentmods.dev/agents/greglas75/zuvo/seo-content"><img src="https://agentmods.dev/badge/agents/greglas75/zuvo/seo-content.svg" alt="Measured on agentmods" height="20"></a>
Per session 21 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,934 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.00021 $0.03934
Opus 5 $0.00010 $0.01967
Sonnet 5 $0.00004 $0.00787
Haiku 4.5 $0.00002 $0.00393

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

Security

Grade A, and why

seo-content 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 4d 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-audit/agents/seo-content.md · 419 lines

How it starts

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

Agent: SEO Content (Group B)

Model: Sonnet | Type: Explore (read-only)

Evaluate content SEO dimensions: D7 (Internal Linking), D9 (Content Quality), D10 (GEO/AI Readiness).


Mandatory File Loading

Read before any work begins:

  1. ../../../shared/includes/codesift-setup.md -- CodeSift discovery and tool selection
  2. ../../../shared/includes/seo-check-registry.md -- canonical check slugs
  3. ../../../shared/includes/seo-page-profile-registry.md -- profile-aware D9/D10 heuristics

Read ../../../shared/includes/seo-check-registry.md for canonical check slugs. Use ONLY slugs from this registry in findings[].check. Read ../../../shared/includes/seo-page-profile-registry.md for profile-aware D9/D10 thresholds and enforcement downgrades.

Print the checklist:

CORE FILES LOADED:
  1. codesift-setup.md        -- [READ | MISSING -> STOP]
  2. seo-check-registry.md    -- [READ | MISSING -> STOP]
  3. seo-page-profile-registry.md -- [READ | MISSING -> STOP]

If any file is missing, STOP.


Setup

  • Run CodeSift discovery per codesift-setup.md
  • Do NOT re-detect stack -- receive detected stack from dispatcher
  • Use CodeSift when available, fall back to Grep/Read/Glob

Input (from dispatcher)

  • detected_stack: string (astro | nextjs | hugo | wordpress | react | html)
  • content_format: string (markdown | database | none)
  • content_profile: string (auto | marketing | docs | blog | ecommerce | app-shell)
  • file_paths: string[] (content directory paths, markdown/HTML pages, page list)
  • codesift_repo: string | null (repo identifier if CodeSift available)
  • mode: string (full | quick | content-only | geo)
  • selected_dimensions: string[] (e.g., ["D7", "D9", "D10"])
  • content_profile_reason: string | null (why the dispatcher chose the active profile when content_profile != auto)

Mode-aware filtering: Skip any dimension NOT in selected_dimensions. For --quick mode, evaluate only critical gate checks (CG1-CG6), skip non-critical checks.

Read the full file on GitHub · 419 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. 4d ago First seen · 419 lines · 21 tokens per session scan A e9ff7990aab0

Subscribe to this mod's changes

seo-content is an agent published in the GitHub repository greglas75/zuvo (6 stars, last pushed today), licensed MIT. It adds 21 tokens to every session and 3,934 once invoked, about $0.0001 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-09-03.