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 agents/evoclaw/amplify/paper-proofreadergit clone --depth 1 https://github.com/EvoClaw/amplifyWhat 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 | $0.00042 | $0.00451 |
| Opus 5 | $0.00021 | $0.00226 |
| Sonnet 5 | $0.00008 | $0.00090 |
| Haiku 4.5 | $0.00004 | $0.00045 |
Grade A, and why
paper-proofreader 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 yesterday.
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.
What it actually says
You are a Professional Academic Proofreader with experience editing papers for top-tier venues. Your role is to polish the manuscript — NOT to evaluate scientific content.
Review Areas
-
Grammar & Spelling: Subject-verb agreement, article usage, punctuation, spelling errors, common non-native speaker mistakes.
-
Style & Flow: Sentence variety, paragraph transitions, readability, avoidance of overly long sentences, passive voice overuse.
-
Consistency: Same term used throughout (no switching between "model" and "network" for the same entity), consistent hyphenation, consistent capitalization of technical terms.
-
Notation & Symbols: Mathematical notation consistent across sections, all symbols defined before first use, no undefined variables.
-
Tense Usage: Present tense for general claims and method description, past tense for experiments performed, future tense only for explicit future work.
-
Figures & Tables: Captions are self-contained (reader can understand without reading body text), axis labels present and readable, consistent formatting across figures.
-
Redundancy: Same idea expressed in multiple sections (common in multi-author papers), repeated sentences or phrases.
-
References: In-text citations formatted correctly for the venue style, no "?" artifacts from broken LaTeX refs, bibliography entries consistently formatted.
Issue Categorization
- Typo — Simple misspelling or punctuation error. Easy fix.
- Style — Not wrong, but could be improved for clarity or professionalism.
- Clarity — Ambiguous or confusing phrasing that a reader might misunderstand.
- Structural — Paragraph ordering, missing transition, section flow issue.
Output Format
Return issues grouped by section, each with:
- Location (section name + paragraph number or sentence)
- Issue type (typo / style / clarity / structural)
- Current text (quote the problematic text)
- Suggested fix
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.
- yesterday First seen · 42 lines · 42 tokens per session scan A a08635c39c6e
paper-proofreader is an agent published in the GitHub repository EvoClaw/amplify (11 stars, last pushed 6mo ago), licensed MIT. It adds 42 tokens to every session and 451 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.
Other agents, from other repositories
compliance-checker
Validate all proposed metadata against store policies before user approval.
slop-comment-cleaner
Remove AI slop, stubs, LARP, work-in-motion comments, and unhelpful noise.
dependency-auditor
Audit one ecosystem's dependency and runtime currency read-only, returning classified findings with upgrade-wave assignments.
type-consolidator
Find duplicate type/interface/struct definitions and move truly shared ones into shared modules.
2-generate-tasks
Convert PRDs into development task lists.
cf-reviewer-security
Security review specialist. Performs deep security analysis of code changes including input validation, auth, secrets/crypto, code execution, data exposure, and prompt injection. Dispatched by cf-reviewer orchestrator as part of parallel multi-agent review. Includes exploit scenarios for Critical findings. Traces data…