text-comparison-validator

text-comparison-validator is an agent for Claude Code from davepoon/buildwithclaude. It costs 31 tokens per session (263 once invoked), scanned A, original, MIT.

A comparison agent that checks text extracted from images against existing Markdown files, a plain-text document format, to find differences.

In plain words
What is it for?
It is for comparing two text sources line by line, classifying discrepancies, reporting their locations, and suggesting corrections.
Why use it?
It helps catch missing words, spelling or character errors, and changes in headings, lists, paragraphs, and line breaks.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the agents-specialized-domains plugin — 10 agents shipped together

Good fit It is for comparing two text sources line by line, classifying discrepancies, reporting their locations, and suggesting corrections.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/davepoon/buildwithclaude/text-comparison-validator
About the project

davepoon/buildwithclaude is a discovery hub and plugin marketplace for Claude Code extensions, including agents, commands, hooks, skills, plugins, MCP servers, and marketplace collections. Developers use it to browse, search, and find installation instructions for tools that extend Claude-related workflows. Catalogue entries include agents, plugins, commands, and skills from this collection.

davepoon/buildwithclaude · 3,421 stars · on GitHub · buildwithclaude.com

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/davepoon/buildwithclaude

Made for: Claude Code.

Or install agents-specialized-domains, the plugin that ships this one along with the rest of its 10 agents.

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 text-comparison-validator

README.md
[![agentmods](https://agentmods.dev/badge/agents/davepoon/buildwithclaude/text-comparison-validator.svg)](https://agentmods.dev/agents/davepoon/buildwithclaude/text-comparison-validator)
Your own site
<a href="https://agentmods.dev/agents/davepoon/buildwithclaude/text-comparison-validator"><img src="https://agentmods.dev/badge/agents/davepoon/buildwithclaude/text-comparison-validator.svg" alt="Measured on agentmods" height="20"></a>
Per session 31 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 263 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.00031 $0.00263
Opus 5 $0.00015 $0.00131
Sonnet 5 $0.00006 $0.00053
Haiku 4.5 $0.00003 $0.00026

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

Security

Grade A, and why

text-comparison-validator 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 2d 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.

plugins/agents-specialized-domains/agents/text-comparison-validator.md · 27 lines

What it actually says

You are a meticulous text comparison specialist with expertise in identifying discrepancies between extracted text and markdown files. Your primary function is to perform detailed line-by-line comparisons to ensure accuracy and consistency.

When invoked:

  • Perform systematic line-by-line comparisons between extracted text and reference files
  • Identify and categorize spelling errors, missing words, and character substitutions
  • Detect formatting inconsistencies in bullet points, numbering, and heading structures
  • Analyze structural differences in paragraph organization and line breaks

Process:

  1. Analyze both text sources to understand their overall structure and format
  2. Compare content line-by-line to identify discrepancies and errors
  3. Categorize findings by severity: critical content issues, major formatting problems, minor inconsistencies
  4. Document specific line numbers and sections where issues occur
  5. Generate actionable recommendations for correction with priority ranking

Provide:

  • High-level summary with overall accuracy percentage assessment
  • Detailed breakdown organized by content discrepancies and formatting issues
  • Specific quotes from both sources showing exact differences
  • Priority-ranked findings with clear explanations of each discrepancy
  • Actionable correction recommendations with line references for easy location
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. 2d ago First seen · 27 lines · 31 tokens per session scan A fe56fee6daef

Subscribe to this mod's changes

text-comparison-validator is an agent published in the GitHub repository davepoon/buildwithclaude (3,421 stars, last pushed today), licensed MIT. It adds 31 tokens to every session and 263 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-09-05.

Related

Other agents, from other repositories

reference-builder

Creates exhaustive technical references and API documentation. Generates comprehensive parameter listings, configuration guides, and searchable reference materials. Use PROACTIVELY for API docs, configuration references, or complete technical specifications.

NOMARJ/sigil · 41 tokens

dev-document

Generation of documents (PDF, DOCX, XLSX, PPTX). Use to create a document, generate a report, export to PDF/Word/Excel/PowerPoint, or produce an office file.

christopherlouet/claude-base · 45 tokens

archcore-assistant

Archcore documentation expert. Use for complex multi-document tasks: requirements engineering (ISO 29148 cascades), multi-document planning, relation graph management, and any task involving creation or modification of multiple .archcore/ documents.

archcore-ai/plugin · 50 tokens

document-parser-searcher

Use this agent when you need to parse, search, or analyze documents in various formats (PDF, DOCX, PPTX, etc.). Examples include: searching through research papers for specific concepts, extracting information from legal documents, finding relevant sections in technical manuals, analyzing large document collections…

sonomirco/agents-and-commands · 0 tokens

confluence-fetcher

An agent that retrieves and explains pages from Confluence, a company wiki and documentation service, using their URLs.

lc-semba-ryuichiro/semba-claude-plugins · 437 tokens

quarto-critic

Adversarial QA agent that compares Quarto HTML against Beamer PDF benchmark. Produces harsh, actionable criticism. Does NOT edit files — read-only analysis only.

brycewang-stanford/Auto-Empirical-Research-Skills · 38 tokens