Claude SEO is an open-source Claude Code plugin that runs specialized agents and skills to audit websites across technical SEO, content quality, structured data, AI-search optimization, local and e-commerce SEO, and international SEO. SEO practitioners use it to produce prioritized recommendations based on primary-source guidance, with optional extensions for external data and crawling.
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.
npx agentmods add instructions/agricidaniel/claude-seo/agents-mdgit clone --depth 1 https://github.com/AgriciDaniel/claude-seoWrote 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.
[](https://agentmods.dev/instructions/agricidaniel/claude-seo/agents-md)<a href="https://agentmods.dev/instructions/agricidaniel/claude-seo/agents-md"><img src="https://agentmods.dev/badge/instructions/agricidaniel/claude-seo/agents-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.02347 | $0.02347 |
| Opus 5 | $0.01174 | $0.01174 |
| Sonnet 5 | $0.00469 | $0.00469 |
| Haiku 4.5 | $0.00235 | $0.00235 |
Grade A, and why
claude-seo AGENTS.md 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 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.
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.
How it starts
The opening of the file, as written. The whole thing — 185 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Claude SEO: Multi-Platform Agent Instructions
For Cursor, Cursor Cloud Agents, Google Antigravity, Gemini CLI, Grok Build, OpenAI Codex CLI, Cline, Aider, and any other agent harness that reads project-root agent instructions.
Claude Code users: see
CLAUDE.mdinstead.
Cross-platform portability (v2.0.0)
Every skill in skills/*/SKILL.md is authored to a portable subset of the
Claude Code skill spec. Validate compatibility with your harness via:
./bin/claude-seo run portability_check.py
The check confirms each SKILL.md has the minimum frontmatter every harness
expects (name, description, optional model, optional tools) and warns
on Claude-Code-specific features (maxTurns, multi-line tool list with
descriptive comments) that other harnesses may ignore but do not reject.
Per-harness notes
| Harness | How to load claude-seo |
|---|---|
| Cursor | Symlink or copy skills/ and agents/ into .cursor/rules/. Commands are invoked as text prompts; the harness reads SKILL.md body as system context. |
| Cursor Cloud Agents | Push the repo; Cloud Agents read AGENTS.md automatically at session start. |
| Google Antigravity | Point the workspace at this repo root; Antigravity reads AGENTS.md first, falls back to skills/. |
| Gemini CLI | gemini init in this repo loads AGENTS.md. Skills are activated via activate_skill <name> in conversation. |
| Grok Build | Open this repository in Grok Build. It reads AGENTS.md and Claude Code compatible plugins and skills without a separate layout. Use grok inspect to verify discovery. See the official compatibility guide. |
| OpenAI Codex CLI | Reads AGENTS.md from project root. Bash tools work as documented; some Claude-specific tool names (Read/Write/Edit) are aliased to Codex equivalents transparently. |
| Cline | Loads AGENTS.md from project root. Skills appear as system messages; subagent delegation falls back to in-context expansion. |
| Aider | Reads AGENTS.md if present; otherwise falls back to README. Aider does not support sub-agent dispatch; the seo-* skills run inline. |
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.
- 6d ago First seen · 185 lines · 2,347 tokens per session scan A 3f1510c4dcf3
claude-seo AGENTS.md is an instructions file published in the GitHub repository AgriciDaniel/claude-seo (16,390 stars, last pushed 10d ago), licensed MIT. It adds 2,347 tokens to every session, about $0.0117 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-30.
Other instructions, from other repositories
claude-blog CLAUDE.md
Claude Code instructions for AgriciDaniel/claude-blog, covering claude blog - blog creation & optimization skill, project overview, architecture, commands and development rules.
claude-ads AGENTS.md
Instructions for AgriciDaniel/claude-ads, covering claude ads agent instructions, read order, operating rules and portable execution.
claude-ads CLAUDE.md
Instructions for AgriciDaniel/claude-ads, covering claude ads repository instructions, architecture, development and verification.
claude-ads GEMINI.md
Instructions for AgriciDaniel/claude-ads, a project described as: Claude-first paid-media operations skill for Claude Code across 12 ad platforms (Google, Meta, YouTube, LinkedIn, TikTok, Microsoft, Apple, Amazon, Reddit, Pinterest, Snapchat, X): source-grounded audits, deterministic scoring, versioned JSON reports…
digital-marketing-pro AGENTS.md
Instructions for indranilbanerjee/digital-marketing-pro, covering digital marketing pro — agent context, what this plugin is, how to use it as an agent, canonical entry points and files in this repo.
claude-email CLAUDE.md
Instructions for AgriciDaniel/claude-email, covering claude email — comprehensive email management & marketing, project overview, architecture, key principles and development rules.