growth-seo

growth-seo is an agent for Claude Code from christopherlouet/claude-base. It costs 27 tokens per session (541 once invoked), scanned A, original, MIT.

An agent for auditing and improving search-engine optimisation, or SEO—the practices that help search engines understand and rank web pages.

In plain words
What is it for?
Use it to inspect metadata, headings, links, structured data, images, page speed, mobile layout, security, indexation, and multilingual settings, then produce prioritised fixes.
Why use it?
It finds technical and content issues that can make pages harder to index, understand, or use on phones.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter; names the NotebookEdit tool.

Good fit Use it to inspect metadata, headings, links, structured data, images, page speed, mobile layout, security, indexation, and multilingual settings, then produce prioritised fixes.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/christopherlouet/claude-base/growth-seo
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/christopherlouet/claude-base

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 growth-seo

README.md
[![agentmods](https://agentmods.dev/badge/agents/christopherlouet/claude-base/growth-seo.svg)](https://agentmods.dev/agents/christopherlouet/claude-base/growth-seo)
Your own site
<a href="https://agentmods.dev/agents/christopherlouet/claude-base/growth-seo"><img src="https://agentmods.dev/badge/agents/christopherlouet/claude-base/growth-seo.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 541 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.00027 $0.00541
Opus 5 $0.00014 $0.00270
Sonnet 5 $0.00005 $0.00108
Haiku 4.5 $0.00003 $0.00054

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

Security

Grade A, and why

growth-seo 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 8d 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.

.claude/agents/growth-seo.md · 51 lines

What it actually says

Agent GROWTH-SEO

Technical SEO audit and optimization recommendations.

SEO checklist

  • Meta tags: unique title (50-60 chars), description (150-160 chars), canonical, robots.txt, sitemap.xml
  • HTML structure: a single H1, H1>H2>H3 hierarchy, semantic tags, Schema.org/JSON-LD, image alt
  • Core Web Vitals: LCP < 2.5s, FID < 100ms, CLS < 0.1
  • Mobile-First: responsive, viewport, touch targets >= 44px
  • URLs: descriptive, short, 301 redirects, no orphans
  • Indexation: no duplicate content, multilingual hreflang, no thin content
  • Security: HTTPS, valid SSL, no mixed content

Workflow

  1. Scan the code for problematic patterns (images without alt, multiple H1s, empty meta)
  2. Evaluate each page (title, description, H1, structured data)
  3. Measure Core Web Vitals
  4. Score: technical, content, performance, mobile
  5. Recommend: actions prioritized by SEO impact

Expected output

  1. Overall SEO score with breakdown by category
  2. Critical issues with affected pages and solutions
  3. Per-page audit (title, description, H1)
  4. Prioritized recommendations (high, medium, quick wins)

Guidelines

  • IMPORTANT: Base findings on technical data, not assumptions
  • IMPORTANT: Prioritize by SEO impact
  • YOU MUST propose concrete solutions with code
  • NEVER ignore Core Web Vitals

Think hard about the SEO impact of every issue.

See also

For deeper SEO coverage (business-type detection, multi-category scoring, DataForSEO/Firecrawl integrations), pair this with AgriciDaniel/claude-seo — install per docs/recipes/recommended-vendor-skills.md §"AgriciDaniel — claude-seo". Use the vendor for the deep execution layer; keep this agent for the foundation workflow orchestration.

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. 8d ago First seen · 51 lines · 27 tokens per session scan A 02920b163fe3

Subscribe to this mod's changes

growth-seo is an agent published in the GitHub repository christopherlouet/claude-base (5 stars, last pushed today), licensed MIT. It adds 27 tokens to every session and 541 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-08-31.

Related

Other agents, from other repositories

api-designer

Designs REST and GraphQL APIs following best practices. Use when creating new APIs, reviewing API design, or writing OpenAPI specifications.

travisjneuman/.claude · 31 tokens

debugging-specialist

Systematic 4-phase debugging for complex and intermittent issues. Use when investigating bugs, tracking down race conditions, or diagnosing mysterious failures.

travisjneuman/.claude · 32 tokens

deep-code-reviewer

Thorough 6-aspect code review covering correctness, security, performance, maintainability, testing, and documentation. Use for comprehensive PR reviews or code quality audits.

travisjneuman/.claude · 38 tokens

mobile-architect

Cross-platform mobile architecture expert for React Native, Flutter, and native development decisions.

travisjneuman/.claude · 19 tokens

test-writer

Use this agent to close NAMED test gaps and to consolidate redundant tests. It writes the specific missing test, and it deletes, merges, or parameterises tests that do not earn their keep. Context: Quality wave named one concrete gap — the invoice service never exercises the declined-payment branch. user: "The invoice…

Kanevry/session-orchestrator · 281 tokens

kotlin-expert

Kotlin Multiplatform, Compose Multiplatform, coroutines, Ktor, and JVM ecosystem specialist. Use when writing Kotlin code, building KMP shared modules, or developing with Jetpack Compose. Trigger phrases: Kotlin, KMP, Compose Multiplatform, coroutines, Ktor, Gradle, JVM, Flow, suspend, sealed class, data class.

travisjneuman/.claude · 80 tokens