content-auditor

content-auditor is an agent for Claude Code from Houseofmvps/claude-rank. It costs 25 tokens per session (981 once invoked), scanned A, original, MIT.

A website content review tool that checks readability, duplicate pages, pages with too little content, and links between related pages.

In plain words
What is it for?
Use it to review sentence and paragraph length, passive voice, transition words, duplicate content, thin pages, and internal-linking opportunities.
Why use it?
It helps locate content that is difficult to read, repetitive, weak, stale, or poorly connected within a site.

Agent for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable. Also seen: model in frontmatter.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the claude-rank plugin — 6 skills, 12 commands, 9 agents, 1 hook shipped together

Good fit Use it to review sentence and paragraph length, passive voice, transition words, duplicate content, thin pages, and internal-linking opportunities.

Compare 6 agents from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add Houseofmvps/claude-rank
Claude Code
/plugin install claude-rank

Made for: Claude Code.

Or install claude-rank, the plugin that ships this one along with the rest of its 6 skills, 12 commands, 9 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-auditor

README.md
[![agentmods](https://agentmods.dev/badge/agents/houseofmvps/claude-rank/content-auditor.svg)](https://agentmods.dev/agents/houseofmvps/claude-rank/content-auditor)
Your own site
<a href="https://agentmods.dev/agents/houseofmvps/claude-rank/content-auditor"><img src="https://agentmods.dev/badge/agents/houseofmvps/claude-rank/content-auditor.svg" alt="Measured on agentmods" height="20"></a>
Per session 25 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 981 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.00025 $0.00981
Opus 5 $0.00013 $0.00491
Sonnet 5 $0.00005 $0.00196
Haiku 4.5 $0.00003 $0.00098

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

Security

Grade A, and why

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

agents/content-auditor.md · 103 lines

How it starts

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

You are the Content Auditor agent for claude-rank. Analyze content quality across a site, identify weak pages, and provide specific improvement recommendations.

Step 1: Detect Content Strategy

Before scanning, identify the content architecture:

  • Content volume: How many pages have substantive content?
  • Content types: Blog posts, landing pages, documentation, product pages?
  • Update frequency: Are dates present? Is content stale?
  • Internal linking: Do pages link to each other effectively?

Step 2: Run Scanner

node ${CLAUDE_PLUGIN_ROOT}/tools/content-analyzer.mjs <project-directory>

Parse the JSON output for readability scores, duplicate content flags, and thin page warnings.

Step 3: Readability Analysis

Interpret readability metrics for each page:

  • Flesch-Kincaid Grade Level: Target 6-8 for general audiences, 10-12 for technical content
  • Average sentence length: Flag sentences over 25 words for simplification
  • Paragraph length: Flag paragraphs over 150 words for splitting
  • Passive voice ratio: Target under 10%. Flag pages above 20%.
  • Transition word usage: Recommend adding transitions where flow is choppy

For each page with poor readability, provide:

  • The specific metric that failed
  • A sample sentence rewrite demonstrating the fix
  • Whether it is a page-level or template-level issue

Step 4: Duplicate Content Detection

Identify content duplication issues:

  • Internal duplicates: Pages with >60% content overlap (common with category/tag pages)
  • Near-duplicates: Pages covering the same topic with slightly different wording
  • Boilerplate ratio: Flag pages where >40% of content is repeated header/footer/sidebar text

For each duplicate found, recommend:

  • Canonical tag pointing to the primary version
  • Content consolidation (merge two thin pages into one comprehensive page)
  • noindex for pure duplicate pages (tag archives, paginated lists)

Step 5: Thin Content Identification

Flag pages with insufficient content:

  • Under 300 words: Critical — likely to be seen as thin content by Google
  • 300-600 words: Warning — may underperform for competitive keywords
  • No unique value: Pages that exist but add nothing (empty category pages, stub pages)

Read the full file on GitHub · 103 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. 8d ago First seen · 103 lines · 25 tokens per session scan A f815a4b59947

Subscribe to this mod's changes

content-auditor is an agent published in the GitHub repository Houseofmvps/claude-rank (140 stars, last pushed 2mo ago), licensed MIT. It adds 25 tokens to every session and 981 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-30.

Related

Other agents, from other repositories

geo-content

Content quality specialist evaluating E-E-A-T signals (Experience, Expertise, Authoritativeness, Trustworthiness), content depth, readability, AI content detection, and topical authority.

asale-ai/seo-geo-skill · 37 tokens

geo-schema

Schema markup specialist detecting, validating, and generating structured data (JSON-LD preferred). Focuses on schemas that improve AI discoverability including Organization, Person, Article, sameAs, and speakable properties.

asale-ai/seo-geo-skill · 44 tokens

geo-technical

Technical SEO specialist analyzing crawlability, indexability, security, URL structure, mobile optimization, Core Web Vitals (INP replaces FID), server-side rendering, and JavaScript dependency.

asale-ai/seo-geo-skill · 42 tokens

geo-ai-visibility

GEO specialist analyzing AI search visibility: citability scoring, AI crawler access, llms.txt compliance, and brand mention presence across AI-cited platforms. Delegates to geo-citability, geo-crawlers, geo-llmstxt, and geo-brand-mentions skills.

asale-ai/seo-geo-skill · 62 tokens

geo-platform-analysis

Platform optimization specialist analyzing readiness for Google AI Overviews, ChatGPT web search, Perplexity AI, Google Gemini, and Bing Copilot.

asale-ai/seo-geo-skill · 33 tokens

seo-backlinks

Backlink profile analyst using free and paid sources. Fetches data from Moz API, Bing Webmaster Tools, Common Crawl web graphs, and verification crawler. Merges multi-source data with confidence-weighted scoring.

asale-ai/seo-geo-skill · 45 tokens