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 skills add Conradgui/Academic-Paper-Review-Skill --skill latex-paper-reviewgit clone --depth 1 https://github.com/Conradgui/Academic-Paper-Review-SkillWrote 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/skills/conradgui/academic-paper-review-skill/latex-paper-review)<a href="https://agentmods.dev/skills/conradgui/academic-paper-review-skill/latex-paper-review"><img src="https://agentmods.dev/badge/skills/conradgui/academic-paper-review-skill/latex-paper-review/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.
<a href="https://agentmods.dev/skills/conradgui/academic-paper-review-skill/latex-paper-review"><img src="https://agentmods.dev/badge/skills/conradgui/academic-paper-review-skill/latex-paper-review.svg" alt="Reviewed on agentmods" width="80" 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.00061 | $0.02325 |
| Opus 5 | $0.00030 | $0.01162 |
| Sonnet 5 | $0.00012 | $0.00465 |
| Haiku 4.5 | $0.00006 | $0.00232 |
Grade A, and why
latex-paper-review 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 12d 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 — 180 lines — stays where its author put it; the contents beside it link to each section on GitHub.
LaTeX Paper Review
Overview
Produce one concrete, compileable LaTeX review file. Prioritize scientific and technical correctness over prose polish, then add bounded editorial findings that materially improve clarity or professionalism.
Default Behavior
- Read the full manuscript before writing findings.
- Use extra thinking by default, but do not narrate the reasoning process.
- Write a standalone LaTeX review to
paper-reviews/review-YYYY-MM-DD-HHMMSS.tex, unless the user gives a different path. - Match the user's requested output language; default to Simplified Chinese (简体中文) unless specified otherwise.
- Preserve equations, symbols, citation keys, and quoted manuscript snippets exactly when needed for technical accuracy.
- Do not require a fixed review template or section layout unless the user asks for one.
- Create a new timestamped review file by default. Only update an existing review file if the user explicitly asks.
- Compiling to PDF is optional unless the user asks for it or compilation is needed to validate the LaTeX.
Review Priority
Spend attention in this order:
- equations, derivations, notation, units, definitions, algorithms, and implementation-facing formulas
- consistency between claims, evidence, figures, tables, captions, appendices, and conclusions
- editorial quality, especially high-confidence issues that are cheap to verify and fix
Do not let editorial findings crowd out technical findings. Treat proofread, flag typos, grammar, writing quality, and similar wording as a request to spend more budget on the editorial sweep after the technical audit.
Workflow
- Read the manuscript to understand the main claims, evidence, equations, appendices, and structure.
- Build a structured internal map of the manuscript:
- Research Question Map: Identify core research questions, primary claims, and intended contributions.
- Construct / Variable / Parameter Map: Identify independent/dependent variables, mathematical parameters, system components, or theoretical constructs (relevant to the paper type).
- Relationship Map: Identify hypothesized directions, logical dependencies, mathematical relationships, or system interactions.
- Method Fit Assessment: Evaluate whether the selected research design or proof strategy logically answers the research questions, and whether conclusion boundaries match the evidence.
- Trace the Evidence Chain for identified claims: Check the path
Claim->Evidence->Figure/Table->Method->Citation->Appendix(if applicable) for inconsistencies, missing links, or overreaching assertions. - Identify the highest-risk technical content: key equations, symbol definitions, quantitative claims, coordinate transformations, appendix formulas, and implementation-facing expressions.
- Perform the technical audit, checking specific methodological validity dimensions (such as
selection bias,endogeneity,validity, andboundary conditionswhere applicable). - Re-check the findings and classify them by severity and certainty before presenting.
- Perform a bounded editorial pass after the technical audit.
- Run
scripts/proofing_scan.pywhen code execution is available; otherwise do the manual pattern scan inFinal Proofing Sweep. - Spot-check proofing-scan candidates before presenting them as issues.
- Write the review file.
What ships with it
3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 12d ago First seen · 180 lines · 61 tokens per session scan A eabead8938a2
latex-paper-review is a skill published in the GitHub repository Conradgui/Academic-Paper-Review-Skill (5 stars, last pushed 2mo ago), licensed MIT. It adds 61 tokens to every session and 2,325 once invoked, about $0.0003 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-31.
Other skills, from other repositories
paper-sprint-review
PaperSprint is a Scrum-inspired academic paper agent workflow for conference or journal drafts. Use when Codex needs to clarify paper direction, estimate likely sprint count, set sprint goals and focus areas, assess venue fit, organize reviewer or editor lenses, convert critique into a prioritized revision backlog…
awesome-ieee-report
Generates IEEE-format LaTeX technical reports from project requirements and codebase evidence, using academic prose, pseudocode-only explanations, BibTeX references, and IEEEtran formatting.
data-management-plan
Draft a funder-compliant Data Management Plan (NSF DMP, NIH DMS Policy 2023, ERC, Horizon Europe) by composing the confidential-data and environment-capture primitives. Sections cover data description, formats/metadata, storage/backup, access/sharing, preservation/archiving, and roles. Use when user says "data…
new-diagram
Scaffold a new TikZ diagram from the snippet gallery with prevention rules pre-applied (explicit node dimensions, coordinate map, directional edge labels). Compiles standalone, invokes tikz-reviewer with citations from tikz-measurement.md, and loops on revisions until APPROVED.
academic-plotting
Generates publication-quality figures for ML papers from research context. Given a paper section or description, extracts system components and relationships to generate architecture diagrams via Gemini. Given experiment results or data, auto-selects chart type and generates data-driven figures via matplotlib/seaborn.…
paper-figures
Extract figures from downloaded papers and include them in survey/review reports. Use when the report covers other groups' work and benefits from their architecture diagrams, experimental plots, or system schematics. Your brain prompt supplies the absolute path to the extract-figures script as {{EXTRACTFIGURES}} — use…