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 Mathews-Tom/armory --skill arxiv-preflightgit clone --depth 1 https://github.com/Mathews-Tom/armoryWrote 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/mathews-tom/armory/arxiv-preflight)<a href="https://agentmods.dev/skills/mathews-tom/armory/arxiv-preflight"><img src="https://agentmods.dev/badge/skills/mathews-tom/armory/arxiv-preflight/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/mathews-tom/armory/arxiv-preflight"><img src="https://agentmods.dev/badge/skills/mathews-tom/armory/arxiv-preflight.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00120 | $0.02115 |
| Opus 5 | $0.00060 | $0.01058 |
| Sonnet 5 | $0.00024 | $0.00423 |
| Haiku 4.5 | $0.00012 | $0.00212 |
Grade A, and why
arxiv-preflight 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 9d 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 — 207 lines — stays where its author put it; the contents beside it link to each section on GitHub.
arXiv Preflight Check
Pipeline position: Phase 3a (submission readiness). Runs after Phase 2
fixes and PDF recompilation. Gate for arxiv-figures and arxiv-package.
See /manuscript-pipeline for full execution order.
Purpose
Systematically validate a TeX/LaTeX project (or PDF submission) against all arXiv submission requirements, producing a structured pass/fail report with specific fixes for every violation found.
Companion skills:
manuscript-review— audits prose quality, structure, and claimsmanuscript-provenance— audits computational reproducibilityarxiv-figures— optimizes figures for arXivarxiv-package— packages the submission tarball
This skill focuses exclusively on arXiv technical compliance — not prose quality or scientific content.
Workflow
1. Ingest
Identify the submission directory. Locate:
- Main
.texfile(s) - All included files (figures,
.bbl,.bst, style files, subdirectories) - Any
00README.XXXfile - Any
anc/directory - Compiled PDF (if available)
Read references/guidelines.md
2. Validation Passes
Execute all passes. For each check:
- PASS — requirement met
- FAIL — violation found (document exact file, line, specific fix)
- WARN — advisory (not a blocker but may cause issues)
- N/A — not applicable
Pass 1 — File Organization
- No absolute file paths in any
.texfile (\input,\includegraphics,\include,\bibliography) - No spaces or special characters (
&,\,:) in filenames - No auxiliary files that should be excluded:
.aux,.log,.toc,.lot,.lof,.dvi,.ps,.pdf(except figure PDFs) - Required files present:
.bblif using BibTeX/BibLaTeX,.indif using makeindex,.gls/.nlsif using glossary/nomenclature - No hidden files (starting with
.) except.tex-related configs - No journal templates or referee letters included
- Subdirectory structure: no
\include{}calls into subdirectories (use\input{}instead) - If multiple
.texfiles with\documentclass: verify00README.XXXdeclarestoplevelfile
What ships with it
2 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.
- 9d ago First seen · 207 lines · 120 tokens per session scan A 1ffb9534e536
arxiv-preflight is a skill published in the GitHub repository Mathews-Tom/armory (316 stars, last pushed 3d ago), licensed MIT. It adds 120 tokens to every session and 2,115 once invoked, about $0.0006 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 skills, from other repositories
paper2slides
Turn an academic paper PDF into a presentation deck (.pptx) end-to-end. Use this skill whenever the user wants to "make slides from a paper", "generate a deck from this PDF", "make a PPT from this paper", "generate slides from a PDF document", "make a deck from a research paper", or supplies a research paper PDF and…
sci-data-extractor
Extract structured data from scientific literature PDFs using AI-powered OCR and LLM analysis. Supports enzyme kinetics, experimental results, and literature review templates. Use when researchers need to parse tables, charts, or text from paper PDFs into Markdown or CSV. Triggers: extract data from PDF, scientific…
LaTeX工具
A tool for creating, compiling, and checking mathematical modelling papers written in LaTeX, a document system often used for technical writing.
glmocr-formula
Official skill for recognizing and extracting mathematical formulas from images and PDFs into LaTeX format using ZhiPu GLM-OCR API. Supports complex equations, inline formulas, and formula blocks. Use this skill when the user wants to extract formulas, convert formula images to LaTeX, or OCR mathematical expressions.
latex-expert
Professional LaTeX for official documents: class and engine choice, fonts, microtype, booktabs tables, biblatex/biber, KOMA letters, academic CVs, Eisvogel/pandoc PDFs, IEEE/Elsevier/Springer submission. Use whenever the user writes, reviews, or compiles .tex/.sty/.cls, mentions XeLaTeX/LuaLaTeX/latexmk, wants a…
tikz-figure-code
An engineering guide for writing TikZ diagrams in LaTeX, a system for typesetting documents and mathematical figures. It explains structured layouts, common arrow patterns, compile checks, and fixes for alignment, overflow, and Chinese text rendering.