seo-geo-audit

seo-geo-audit is a skill for Claude Code from minosdevs/seo-geo-kit. It costs 166 tokens per session (3,573 once invoked), scanned A, original, MIT.

A French-language toolkit for auditing and improving a website's SEO and GEO. SEO helps pages appear in search engines; GEO helps them be understood and surfaced by generative AI systems.

In plain words
What is it for?
Use it to inspect a site's code and live pages, fix SEO or GEO issues, or write and connect optimized blog articles.
Why use it?
It separates analysis, code correction, and blog-content work so each type of task follows its own rules.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions CLAUDE.md.

Part of the seo-geo-kit plugin — 1 skill, 3 commands shipped together

Good fit Use it to inspect a site's code and live pages, fix SEO or GEO issues, or write and connect optimized blog articles.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/minosdevs/seo-geo-kit/seo-geo-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 minosdevs/seo-geo-kit --skill seo-geo-audit
Clone the repo
git clone --depth 1 https://github.com/minosdevs/seo-geo-kit

Made for: Claude Code.

Or install seo-geo-kit, the plugin that ships this one along with the rest of its 1 skill, 3 commands.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/minosdevs/seo-geo-kit/seo-geo-audit/github.svg)](https://agentmods.dev/skills/minosdevs/seo-geo-kit/seo-geo-audit)
Your own site
<a href="https://agentmods.dev/skills/minosdevs/seo-geo-kit/seo-geo-audit"><img src="https://agentmods.dev/badge/skills/minosdevs/seo-geo-kit/seo-geo-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-geo-audit

Your own site · 80×15
<a href="https://agentmods.dev/skills/minosdevs/seo-geo-kit/seo-geo-audit"><img src="https://agentmods.dev/badge/skills/minosdevs/seo-geo-kit/seo-geo-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 166 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,573 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00166 $0.03573
Opus 5 $0.00083 $0.01786
Sonnet 5 $0.00033 $0.00715
Haiku 4.5 $0.00017 $0.00357

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

Security

Grade A, and why

seo-geo-audit 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 10d 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.

Utilise `WebFetch` ou `curl -sSL -o - -w '\n%{http_code} %{time_total}s'`.
skills/seo-geo-audit/SKILL.md · 223 lines

How it starts

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

SEO / GEO Kit

Trois modes. L'utilisateur en choisit un via une slash command, ou tu deduis le mode de sa demande.

Commande Mode Ce que ca fait
/seo-audit ANALYSE Audite tout, ne touche a rien, produit un rapport note et priorise
/seo-fix CORRECTION Lit le dernier rapport, applique les correctifs, verifie, commit
/seo-blog CONTENU Ecrit un article de blog aligne sur le site, optimise SEO + GEO, et le cable

Regle absolue : ANALYSE ne modifie aucun fichier du projet (a part le rapport dans seo/). Si l'utilisateur lance /seo-audit, tu n'edites pas son code, meme si le fix est trivial. Tu le notes.


0. Contexte a etablir (tous les modes, ~2 min)

Avant tout, etablis ces faits. Ne les devine pas, verifie-les.

  1. Framework et version : package.json, next.config.*, astro.config.*, nuxt.config.*, gatsby-config.*, _config.yml, index.html. Next.js App Router et Pages Router n'ont pas la meme API de metadata, ne confonds pas.
  2. URL de production : dans l'ordre, NEXT_PUBLIC_SITE_URL / SITE_URL de .env*, un lib/site.* ou config/site.*, package.json#homepage, le README, vercel.json, la remote git. Si rien, demande l'URL : sans elle tu ne peux auditer que le code, pas le rendu.
  3. Langues : mono ou multilingue ? Ou vivent les traductions ? Quelle langue par defaut ? Quelle strategie d'URL (/fr, /en, sous-domaine, domaine par langue) ?
  4. Inventaire des routes : liste tous les fichiers de page (app/**/page.tsx, pages/**, src/pages/**, content/**). Compte les pages statiques, les routes dynamiques, les articles.
  5. Business : que vend le site, a qui, dans quel pays ? Sans ca tu ne peux pas juger la pertinence des mots-cles ni la qualite du contenu. Lis la landing, le README, le CLAUDE.md.

Ecris ces 5 points en tete de rapport. Ils conditionnent toutes les recommandations.


1. Mode ANALYSE (/seo-audit)

Read the full file on GitHub · 223 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 10d ago First seen · 223 lines · 166 tokens per session scan A c7c1eb5e3243

Subscribe to this mod's changes

seo-geo-audit is a skill published in the GitHub repository minosdevs/seo-geo-kit (2 stars, last pushed 24d ago), licensed MIT. It adds 166 tokens to every session and 3,573 once invoked, about $0.0008 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 skills, from other repositories

build-backlinks

Finds free backlink and brand mention opportunities across Hacker News, Quora, GitHub, directories, and niche communities. Outputs a prioritized action plan with draft responses ready to post. Use after brand research and content creation to amplify reach and AI engine citations.

onvoyage-ai/gtm-engineer-skills · 55 tokens

geo-content-research

Researches what prompts people ask AI engines (ChatGPT, Gemini, Perplexity, Claude) about a product category and produces a prompts.csv artifact — a prioritized, strictly-schema'd list of the queries where the brand should be cited. Feeds the monitor workflow.

onvoyage-ai/gtm-engineer-skills · 59 tokens

improve-aeo-geo

Audits a website codebase and makes code changes so AI engines (ChatGPT, Claude, Perplexity, Google AI Overviews) can better discover, parse, quote, and cite the site. Covers structured data, content structure, technical signals, and freshness.

onvoyage-ai/gtm-engineer-skills · 61 tokens

create-geo-charts

Creates data visualizations (charts, graphs, tables) optimized for AI engine parsing and citation. Produces inline SVG/HTML with text summaries, data tables, and JSON-LD so AI engines can quote the data.

onvoyage-ai/gtm-engineer-skills · 50 tokens

research-keywords

Finds high-value SEO and GEO keywords using web search, AI analysis, and optionally paid tools like Ahrefs or Semrush. Produces a validated keywords.csv file with a fixed schema for downstream pipeline consumption.

onvoyage-ai/gtm-engineer-skills · 46 tokens

write-seo-geo-content

Writes product-led content pages optimized for both search engines and AI engine citations. Produces markdown files with frontmatter, following page-type frameworks (comparison, guide, use case, learn, trust) with verified sources and no fabricated data.

onvoyage-ai/gtm-engineer-skills · 54 tokens