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 jimezsa/opencolab --skill latex-paper-writergit clone --depth 1 https://github.com/jimezsa/opencolabWrote 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/jimezsa/opencolab/latex-paper-writer)<a href="https://agentmods.dev/skills/jimezsa/opencolab/latex-paper-writer"><img src="https://agentmods.dev/badge/skills/jimezsa/opencolab/latex-paper-writer/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/jimezsa/opencolab/latex-paper-writer"><img src="https://agentmods.dev/badge/skills/jimezsa/opencolab/latex-paper-writer.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.00090 | $0.02076 |
| Opus 5 | $0.00045 | $0.01038 |
| Sonnet 5 | $0.00018 | $0.00415 |
| Haiku 4.5 | $0.00009 | $0.00208 |
Grade B, and why
latex-paper-writer scanned grade B with 1 finding 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 11d 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.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
script: "brew install --cask basictex && sudo tlmgr update --self && sudo tlmgr install latexmk" How it starts
The opening of the file, as written. The whole thing — 229 lines — stays where its author put it; the contents beside it link to each section on GitHub.
LaTeX Paper Writer Skill
Use this skill when the user wants a scientific paper, survey, technical report, research-derived PDF summary, LaTeX experiment table, or edits to an existing LaTeX document.
This is the canonical OpenColab path for paper production. Research, grounding, figure extraction, and architecture diagrams stay delegated to the existing shared skills; this skill owns the LaTeX workspace, document structure, template selection, scoped Git version control, PDF compilation, validation, and final delivery packaging.
Mission
Given source material for a scientific document:
- Select or preserve the right LaTeX template.
- Create or reuse a Git-controlled paper workspace.
- Draft or edit the LaTeX sources with grounded claims and citations.
- Generate experiment tables when useful.
- Add user-supplied, extracted, or generated figures when they clarify the paper.
- Build and validate the PDF.
- Create scoped Git checkpoints when the paper has meaningful changes.
- Return the final PDF path, and emit a raw Telegram file directive when needed.
Prerequisites
gitis installed and available inPATH.python3is installed and available inPATH.latexmkis preferred for PDF builds:
latexmk -v
If latexmk is missing, read references/document-types.md for install
guidance and do not claim that compilation succeeded. Only run install commands
after the user explicitly approves installing system packages.
Hard Requirements
- Read
references/conference-map.mdbefore choosing a venue template. - Read
references/citation-policy.mdbefore writing claims from papers. - Read
references/deep-research-integration.mdwhen converting research outputs into a PDF summary or survey. - Read
references/experiment-tables.mdbefore generating result tables. - Use the existing paper's template and macros when editing an existing paper.
- Treat
ICLRas the canonical venue name; infer it from near misses such asICRLonly when context makes that clear, and mention the correction briefly. - Do not claim official venue-template compliance unless the official template is bundled, user-supplied, or otherwise verified.
- Keep every generated or managed paper workspace under Git version control.
- Never stage or commit unrelated files outside the paper workspace.
- Inspect
git statusbefore editing an existing paper repository. - Use
pdf-figure-extractfor figures from already-downloaded local PDFs. - Use
block-diagramfor synthesized architecture, taxonomy, pipeline, or literature-map diagrams. - Use
pageindex-groundedfor exact local evidence checks over downloaded papers when a technical claim needs verification. - Do not fabricate citations, metadata, benchmark values, or architecture details.
- When sending a PDF through Telegram, emit a raw
@telegram-file {"kind":"document","file":"<path>","caption":"optional"}line on its own line with no code fence. Keep the JSON on one line, keepkindasdocument, and on Windows write the path with forward slashes.
What ships with it
26 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.
- assets/bibtex/sample.bib 257 B
- assets/templates/aaai/main.tex 674 B
- assets/templates/acl/main.tex 654 B
- assets/templates/acm/main.tex 667 B
- assets/templates/cvpr/main.tex 668 B
- assets/templates/generic-paper/main.tex 524 B
- assets/templates/generic-paper/references.bib 167 B
- assets/templates/generic-survey/main.tex 549 B
- assets/templates/generic-survey/references.bib 175 B
- assets/templates/generic-technical-report/main.tex 519 B
- assets/templates/generic-technical-report/references.bib 185 B
- assets/templates/iccv-eccv/main.tex 673 B
- assets/templates/iclr/main.tex 655 B
- assets/templates/icml/main.tex 655 B
- assets/templates/ieee/main.tex 668 B
- assets/templates/neurips/main.tex 658 B
- references/citation-policy.md 1.3 KB
- references/conference-map.md 2.3 KB
- references/deep-research-integration.md 2.0 KB
- references/document-types.md 1.6 KB
- references/experiment-tables.md 1.3 KB
- scripts/build_pdf.sh 1.9 KB runs code
- scripts/git_checkpoint.py 3.0 KB runs code
- scripts/init_paper_workspace.py 8.1 KB runs code
- scripts/make_results_table.py 5.5 KB runs code
- scripts/validate_latex.sh 1.3 KB runs code
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.
- 11d ago First seen · 229 lines · 90 tokens per session scan B 85d883ecd69f
latex-paper-writer is a skill published in the GitHub repository jimezsa/opencolab (11 stars, last pushed 28d ago), licensed MIT. It adds 90 tokens to every session and 2,076 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
taxonomy-vto
A reference guide for diagnosing visual problems in LaTeX research papers. It defines categories such as wasted page space, misplaced figures, inconsistent formatting, overflow, alignment, and template-migration issues.
academic-paper-to-chinese-insight-pdf
Turn an academic paper PDF into a high-quality Chinese insight report and export it as a polished Chinese PDF. Use when asked to read a paper, translate or summarize a paper into Chinese, extract the paper's core ideas, produce original insights/opinions, explain the paper in simpler language, or deliver a Chinese PDF…
chinese-pdf-document-workflows
Class-level workflow for extracting, converting, editing, and producing polished Chinese PDFs and document reports from PDFs, papers, webpages, markdown, and video transcripts. Use when asked to create Chinese PDF reports, fix Chinese font/glyph rendering, summarize academic papers into Chinese insight reports…
autoreport
Use when generating a physics or engineering experiment report from measured data and reference materials — orchestrates Theory, Data Analysis, Plotting, and Report sub-agents to produce a compiled LaTeX PDF. Also use for any sub-task in that pipeline: deriving formulas, analyzing lab data, plotting measurements with…
pydicom
Use pydicom to read, inspect, write, transform, and safely preflight local DICOM datasets and pixel data. Applies to DICOM metadata, transfer syntaxes, compression plugins, frames, private elements, JSON, and bounded de-identification review.
hive.pdf
Read, write, merge, split, rotate, watermark, encrypt, and OCR PDF files using Python (pypdf, pdfplumber, reportlab, pypdfium2) and command-line tools (poppler-utils, qpdf). Use when the user asks to extract text/tables/images from a PDF, create or modify a PDF, combine or split PDFs, OCR a scanned PDF…