From gotenberg
Gotenberg Markdown zu PDF — index.html Template, .md Dateien, MathJax, Assets. Trigger: "Markdown zu PDF Gotenberg", "Markdown to PDF Gotenberg", "Gotenberg convert Markdown", "Gotenberg markdown template", "Gotenberg .md PDF", "Gotenberg toHTML template", "Gotenberg MathJax PDF", "Gotenberg markdown form fields".
How this skill is triggered — by the user, by Claude, or both
Slash command
/gotenberg:gotenberg-chromium-markdownThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Route:** `POST /forms/chromium/convert/markdown`
Route: POST /forms/chromium/convert/markdown
Konvertiert Markdown (mit MathJax-Unterstuetzung) zu PDF via Headless Chromium.
Benoetigt eine index.html-Template-Datei mit Go-Template-Direktive
und mindestens eine .md-Datei.
<!DOCTYPE html>
<html lang="en">
<head><meta charset="utf-8" /><title>My PDF</title></head>
<body>
{{ toHTML "file.md" }}
</body>
</html>
| Feld | Typ | Beschreibung |
|---|---|---|
files (index.html) | file | HTML-Template mit {{ toHTML "dateiname.md" }} |
files (*.md) | file[] | Mindestens eine Markdown-Datei |
curl --request POST http://localhost:3000/forms/chromium/convert/markdown \
--form files=@/path/to/index.html \
--form files=@/path/to/file.md \
-o my.pdf
Alle weiteren Felder identisch mit HTML-Endpunkt.
Vollstaendige Referenz: references/deep/chromium-markdown.md
Provides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.
npx claudepluginhub zone1987/claude-a-dev-team --plugin gotenberg