markdown-to-pdf

markdown-to-pdf is a skill for Claude Code from reggiechan74/JobOps. It costs 25 tokens per session (337 once invoked), scanned A, original, MIT.

A deprecated command for converting Markdown documents to PDF files. It now passes the work to a newer LaTeX-based document process and is scheduled for removal.

In plain words
What is it for?
Use it only for compatibility with existing workflows; new saved commands should use the replacement PDF process.
Why use it?
It preserves older commands while projects migrate to the replacement process. Its old custom output-directory option is no longer used.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: positional $N argument.

Part of the jobops plugin — 26 skills, 17 agents shipped together

Good fit Use it only for compatibility with existing workflows; new saved commands should use the replacement PDF process.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/reggiechan74/jobops/markdown-to-pdf
Install

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.

Any agent
npx skills add reggiechan74/JobOps --skill markdown-to-pdf
Clone the repo
git clone --depth 1 https://github.com/reggiechan74/JobOps

Made for: Claude Code.

Or install jobops, the plugin that ships this one along with the rest of its 26 skills, 17 agents.

Wrote 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.

agentmods badge for markdown-to-pdf

README.md
[![agentmods](https://agentmods.dev/badge/skills/reggiechan74/jobops/markdown-to-pdf/github.svg)](https://agentmods.dev/skills/reggiechan74/jobops/markdown-to-pdf)
Your own site
<a href="https://agentmods.dev/skills/reggiechan74/jobops/markdown-to-pdf"><img src="https://agentmods.dev/badge/skills/reggiechan74/jobops/markdown-to-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.

agentmods 80×15 button for markdown-to-pdf

Your own site · 80×15
<a href="https://agentmods.dev/skills/reggiechan74/jobops/markdown-to-pdf"><img src="https://agentmods.dev/badge/skills/reggiechan74/jobops/markdown-to-pdf.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 337 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00025 $0.00337
Opus 5 $0.00013 $0.00169
Sonnet 5 $0.00005 $0.00067
Haiku 4.5 $0.00003 $0.00034

Measured 9d ago against content hash 9067eb4fae2e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

markdown-to-pdf 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.

plugins/jobops/skills/markdown-to-pdf/SKILL.md · 32 lines

What it actually says

DEPRECATED

This skill has been replaced by /jobops:latex-pdf, which uses a config-driven LaTeX pipeline for higher-quality output. This stub remains for one release so existing workflows keep working; it will be removed in the following release.

Please migrate any saved invocations / scripts to /jobops:latex-pdf.

Behavior

Print the deprecation notice above to the user, then run the /jobops:latex-pdf pipeline for $1:

  1. Read and follow plugins/jobops/skills/latex-pdf/SKILL.md.
  2. Pass $1 through to that skill as its $1 (file, glob, or directory).
  3. $2 of this old skill was a custom output directory; the new skill's output dir is determined by doctype + Application Path Resolution and does not accept an override. If $2 was set, print: WARN: /jobops:markdown-to-pdf $2 (output_dir) is no longer honored. latex-pdf writes per-doctype next to source or into the application folder.

That's it. The new skill autodetects doctype per file (defaults to document for non-resume / non-coverletter content, exactly matching the documents this old skill handled).

Changes

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.

  1. 9d ago First seen · 32 lines · 25 tokens per session scan A 9067eb4fae2e

Subscribe to this mod's changes

markdown-to-pdf is a skill published in the GitHub repository reggiechan74/JobOps (25 stars, last pushed 3mo ago), licensed MIT. It adds 25 tokens to every session and 337 once invoked, about $0.0001 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.

Related

Other skills, from other repositories