convert-md-to-pdf

convert-md-to-pdf is a skill for Claude Code from digital-stoic-org/agent-skills. It costs 37 tokens per session (400 once invoked), scanned A, original, MIT.

A converter that turns Markdown files into styled PDF documents and can render Mermaid diagrams, which are text-based diagrams. It offers several document styles.

In plain words
What is it for?
Export technical documentation, reports, and other Markdown files as PDFs, including files with Mermaid flowcharts or diagrams.
Why use it?
It removes the need to reformat Markdown by hand when you need a printable or shareable PDF.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable. Also seen: model in frontmatter.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the convert plugin — 7 skills shipped together

Good fit Export technical documentation, reports, and other Markdown files as PDFs, including files with Mermaid flowcharts or diagrams.

Compare 6 skills from other repositories ↓
Install

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.

Claude Code
/plugin marketplace add digital-stoic-org/agent-skills
Claude Code
/plugin install convert

Made for: Claude Code.

Or install convert, the plugin that ships this one along with the rest of its 7 skills.

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 convert-md-to-pdf

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/digital-stoic-org/agent-skills/convert-md-to-pdf"><img src="https://agentmods.dev/badge/skills/digital-stoic-org/agent-skills/convert-md-to-pdf.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 400 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.00037 $0.00400
Opus 5 $0.00018 $0.00200
Sonnet 5 $0.00007 $0.00080
Haiku 4.5 $0.00004 $0.00040

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

Security

Grade A, and why

convert-md-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 11d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/converter.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

convert/skills/convert-md-to-pdf/SKILL.md · 50 lines

What it actually says

Convert Markdown to PDF

Convert markdown files to professionally styled PDFs with Mermaid diagram support.

Usage

python ${CLAUDE_PLUGIN_ROOT}/skills/convert-md-to-pdf/scripts/converter.py <input.md> [output.pdf] [--style=STYLE]

Note: The converter.py script automatically handles TMPDIR overrides to avoid /tmp/claude permission issues.

Available Styles

Check ${CLAUDE_PLUGIN_ROOT}/skills/convert-md-to-pdf/styles/ for options:

  • default - Clean sans-serif, professional
  • modern - Bold headers, accent colors
  • minimal - Serif font, whitespace
  • report - Formal corporate style

First Run

Install dependencies via install-dependency skill:

  1. Python packages: Use install-dependency to install from ${CLAUDE_PLUGIN_ROOT}/skills/convert-md-to-pdf/requirements.txt
  2. Mermaid CLI: Use install-dependency for @mermaid-js/mermaid-cli

Note: The install-dependency skill automatically sets up local TMPDIR to avoid permission conflicts.

Linux setup (Ubuntu 23.10+ or AppArmor systems):

Create puppeteer-config.json in your project root:

{
  "args": ["--no-sandbox", "--disable-setuid-sandbox"]
}

This allows Puppeteer (used by Mermaid) to launch Chrome for diagram rendering.

Adding Styles

Create .css file in ${CLAUDE_PLUGIN_ROOT}/skills/convert-md-to-pdf/styles/ directory.

Files

What ships with it

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

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. 11d ago First seen · 50 lines · 37 tokens per session scan A 6d9c866a4c38

Subscribe to this mod's changes

convert-md-to-pdf is a skill published in the GitHub repository digital-stoic-org/agent-skills (20 stars, last pushed 4d ago), licensed MIT. It adds 37 tokens to every session and 400 once invoked, about $0.0002 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