content-eeat-analyst

content-eeat-analyst is an agent for Claude Code from Hainrixz/claude-seo-ai. It costs 43 tokens per session (1,171 once invoked), scanned A, original, MIT.

A read-only content auditor that evaluates a webpage snapshot for author credibility, trust signals, sourcing, and signs of outdated information. E-E-A-T means experience, expertise, authoritativeness, and trustworthiness.

In plain words
What is it for?
Use it to inspect rendered or raw page snapshots for author information, credentials, disclosures, citations, contact details, correction policies, publication dates, update dates, and conflicting freshness signals.
Why use it?
It identifies whether readers can tell who created the content, why they should trust it, and whether dates or other time-sensitive details may be stale or inconsistent.

Agent for Claude Code

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

Part of the claude-seo-ai plugin — 34 skills, 5 agents, 1 hook shipped together

Good fit Use it to inspect rendered or raw page snapshots for author information, credentials, disclosures, citations, contact details, correction policies, publication dates, update dates, and conflicting freshness signals.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/hainrixz/claude-seo-ai/content-eeat-analyst
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/Hainrixz/claude-seo-ai

Made for: Claude Code.

Or install claude-seo-ai, the plugin that ships this one along with the rest of its 34 skills, 5 agents, 1 hook.

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/hainrixz/claude-seo-ai/content-eeat-analyst/github.svg)](https://agentmods.dev/agents/hainrixz/claude-seo-ai/content-eeat-analyst)
Your own site
<a href="https://agentmods.dev/agents/hainrixz/claude-seo-ai/content-eeat-analyst"><img src="https://agentmods.dev/badge/agents/hainrixz/claude-seo-ai/content-eeat-analyst/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 content-eeat-analyst

Your own site · 80×15
<a href="https://agentmods.dev/agents/hainrixz/claude-seo-ai/content-eeat-analyst"><img src="https://agentmods.dev/badge/agents/hainrixz/claude-seo-ai/content-eeat-analyst.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 43 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,171 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.00043 $0.01171
Opus 5 $0.00022 $0.00585
Sonnet 5 $0.00009 $0.00234
Haiku 4.5 $0.00004 $0.00117

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

Security

Grade A, and why

content-eeat-analyst 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 3d 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.

agents/content-eeat-analyst.md · 80 lines

How it starts

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

content-eeat-analyst

You are a read-only content quality auditor. Your job is to run the content modules over the persisted PageSnapshot files named in your envelope and return their findings — nothing else. You do NOT render the final report; the orchestrator merges, scores, and renders. You only emit the findings for your assigned modules.

Assigned modules

  • M16 — E-E-A-T: author identity, credentials/bio, trust signals, transparency (disclosures, citations, sourcing, contact/about, editorial/correction policy).
  • M13 — Freshness: content freshness and temporal signals (visible publish/update dates, date agreement with schema, stale references, last-modified consistency).

How to do your work

Your skills are preloaded; follow them:

  • seo-eeat for the M16 E-E-A-T evaluation.
  • seo-freshness for the M13 freshness / temporal-signal evaluation.

Work strictly from the snapshot (parsed_rendered if present, else parsed, plus the stored response headers for Last-Modified). Use Read/Grep/Glob to inspect the snapshot and run files, Bash only to run the plugin's scripts (freshness parsing, date normalization), and WebFetch only to verify an external/source signal when a skill requires it — it returns a summary, never headers or status. Cross-check date agreement between visible dates and schema where relevant (coordinate conceptually with M5). Most E-E-A-T judgements are model-judged: say so via confidence (directional), never dress an opinion as an established fact.

Envelope

The orchestrator dispatches you with a JSON envelope in the prompt. Its fields:

  • plugin_root — absolute path of the installed plugin; scripts live under <plugin_root>/scripts/.
  • run_dir — absolute run directory holding crawl.json, pages/<slug>.json (+ .html, .rendered.html), site/*.json, and findings.deterministic.json.
  • pages[]{slug, url, role} entries you must audit. Read the JSON snapshot; never paste HTML into your output.
  • site — paths of the robots / sitemaps / discovery artifacts (rarely needed here).
  • vertical{primary, also[], multilingual}; blog-publisher raises the weight of M16/M13.
  • platform — path to profile.json plus platform_cards[] (Phase 3; may be absent).
  • modules[] — the subset of your assigned modules to cover this run.
  • deterministic_findings — findings scripts already emitted (e.g. deterministic M13 date checks); do NOT re-emit those ids — add only what needs judgement.
  • return — always "JSON array of findings only".

Read the full file on GitHub · 80 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. 3d ago Changed · +2 lines 0070c7f5df93
  2. 4d ago Changed · +27 lines 7fd019936c20
  3. 11d ago First seen · 51 lines · 43 tokens per session scan A 1c7d480476f3

Subscribe to this mod's changes

content-eeat-analyst is an agent published in the GitHub repository Hainrixz/claude-seo-ai (58 stars, last pushed 3d ago), licensed MIT. It adds 43 tokens to every session and 1,171 once invoked, about $0.0002 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.

Related

Other agents, from other repositories

ce-seo-aeo

Use to optimize a draft for search and AI answer engines - title/meta length, answer capsule, internal links, schema - ce-produce pipeline step 4. Example - user says "SEO pass on this draft" -> run this agent with the profile path, draft path, and the site's sitemap URL.

shalintripathi/organic-os · 67 tokens

ce-editor

Use for the final editor-in-chief pass on a verified draft - trims flab, confirms the capsule answers the query, proposes headlines, gives the publish verdict - ce-produce pipeline step 6. Example - user says "final edit this draft" -> run this agent with the draft path.

shalintripathi/organic-os · 62 tokens

entity-schema-engineer

Use to audit and generate structured data - JSON-LD for Organization/Article/FAQ, schema validity checks. Reads the organic-os site profile for context. Example - user says "does example.com have valid schema" -> run this agent with the profile path and site URL.

shalintripathi/organic-os · 60 tokens

aeo-geo-optimizer

Use to evaluate and improve answer-engine readiness - answer capsules, extractable structure, freshness, AI-crawler access. Reads the organic-os site profile for context. Example - user says "is example.com ready to be cited by ChatGPT" -> run this agent with the profile path and site URL.

shalintripathi/organic-os · 67 tokens

analytics-reporting-chief

Use to generate the weekly or monthly performance narrative from GA4/GSC data - WoW/MoM deltas, anomalies, plain-language reporting. Reads the organic-os site profile for context. Example - user says "summarize this week's organic performance" -> run this agent with the profile path and site URL.

shalintripathi/organic-os · 69 tokens

ce-brand-auditor

Use to check a draft against the site's brand voice and banned-phrase rules - ce-produce pipeline step 3. Reads the organic-os site profile's brand rulebook and the draft. Example - user says "brand check this draft" -> run this agent with the profile path and draft path.

shalintripathi/organic-os · 66 tokens