Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add reggiechan74/JobOps/plugin install jobopsWrote 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/reggiechan74/jobops/latex-pdf)<a href="https://agentmods.dev/skills/reggiechan74/jobops/latex-pdf"><img src="https://agentmods.dev/badge/skills/reggiechan74/jobops/latex-pdf/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/reggiechan74/jobops/latex-pdf"><img src="https://agentmods.dev/badge/skills/reggiechan74/jobops/latex-pdf.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.00033 | $0.07575 |
| Opus 5 | $0.00016 | $0.03787 |
| Sonnet 5 | $0.00007 | $0.01515 |
| Haiku 4.5 | $0.00003 | $0.00758 |
Grade B, and why
latex-pdf 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 10d 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.
echo " sudo apt-get install -y texlive-xetex texlive-fonts-extra pandoc poppler-utils fontconfig jq" How it starts
The opening of the file, as written. The whole thing — 637 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Configuration
Read .jobops/config.json. If missing, stop with:
JOBOPS NOT CONFIGURED Run /jobops:setup to initialize your workspace.
Use config.directories.<key> for all file paths in this skill.
Templates
This skill resolves the LaTeX config and preamble via:
{config.templates.base_dir}/{config.templates.active.latex_config}/latex/
Templates referenced: config.json, preamble.base.tex.template,
preamble.resume.tex.template, preamble.coverletter.tex.template,
preamble.document.tex.template, and jobops-filter.lua (the Tier 2 pandoc
filter). The final .tex is assembled as base + doctype delta + body:
preamble.base.tex.template holds everything shared (fonts, palette,
de-numbering, helper macros, section style, \role/\subrole, table helpers);
each preamble.<doctype>.tex.template is a small delta (margins live in the
base via tokens; the delta sets paragraph spacing, lists, tables, and
\begin{document}…__BODY__…\end{document}).
If config.templates.active.latex_config is unset (older config), fall back to
${CLAUDE_PLUGIN_ROOT}/templates/latex/ and warn the user to re-run
/jobops:setup so their workspace owns a copy they can customize.
Markdown authoring contract
The JobOps Lua filter maps a specific markdown shape onto the gold-standard
LaTeX. The buildresume and coverletter skills MUST emit markdown in this
shape; the filter is tolerant but parity depends on it.
Resume (output_type: resume_*):
# Name, PostNoms
**One-line tagline**
City, ST • (555) 555-5555 • [email](mailto:…) • [linkedin.com/in/…](https://…) • [github.com/…](https://…)
## SECTION NAME
### **COMPANY** (optional parenthetical)
*Title | Location | Dates*
- Achievement bullet with a metric.
- The first
#(name) plus the tagline and contact lines become the centered header block — not a section. - Each
##becomes a navy ruled\section. - Each
### **COMPANY**immediately followed by an italic*…*subline becomes\role{COMPANY}{Dates}+\subrole{Title — Location}. The subline is split on|; the last segment is the right-aligned dates, the rest is the subrole. If there is no|, the whole italic line becomes the subrole with no dates. - Markdown thematic breaks (
---) are dropped — they would render as a distracting standalone centered rule. Use them freely as source separators; the navy\sectionheadings are the only visible dividers.
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.
- 10d ago First seen · 637 lines · 33 tokens per session scan B caecbdb8200b
latex-pdf is a skill published in the GitHub repository reggiechan74/JobOps (25 stars, last pushed 3mo ago), licensed MIT. It adds 33 tokens to every session and 7,575 once invoked, about $0.0002 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
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.
foundry-hosted-agent-validation
Step-by-step process for validating a Python Foundry hosted agent sample (under python/samples/04-hosting/foundry-hosted-agents/) end to end — running it locally (native runtime and azd ai agent run) and after deploying it to an Azure AI Foundry project with azd. Use this when asked to validate a hosted agent sample.
skill-doc-delivery
Convert markdown to DOCX, PPTX, XLSX, PDF office documents — use when you need exportable deliverables.
pdf-extract-create-workflow
Complete PDF lifecycle: download, extract, and generate structured documents with reportlab.
document-direct-python
Use direct Python execution for reliable document creation including spreadsheets, PDFs, and structured reports.
parse-document
Convert a PDF, scan, image of a page, or office file to clean markdown through the connected Superlinked MCP edge, so the source document is not read into model context directly. Use when the user asks to read, parse, OCR, extract from, summarize, or answer questions about a document.