Markdown Exporter
Ein CLI verwandelt Markdown in DOCX, PPTX, XLSX, PDF, IPYNB, CSV, JSON, XML, LaTeX.
Getestet · Funktioniert
Was es kann
Dokumentiert das markdown-exporter CLI (PyPI-Paket md-exporter), das Markdown-Text, Markdown-Tabellen und umzäunte Codeblöcke in DOCX, PPTX, XLSX, PDF, HTML, IPYNB, CSV, JSON/JSONL, XML und LaTeX-Dateien konvertiert. Wird ausgelöst, wenn ein Benutzer darum bittet, eine .md-Datei in Word, Excel, PowerPoint, PDF, ein Notebook oder eigenständige Code-Dateien zu konvertieren, exportieren oder umzuwandeln.
Testbericht
Aufgabe: report.md (30 Zeilen: Überschriften, fett/kursiv, 3x3 Tabelle, Liste, Zitat, Python- und Bash-Blöcke) in maximale Formate konvertieren und Dateien programmatisch überprüfen. Baseline ohne Skill: schrieb 36 Zeilen mit python-docx/openpyxl — Dateien wurden generiert, aber bei der Überprüfung über python-docx hatte baseline.docx bold_runs=0 und italic_runs=0 (Formatierung verloren), Excel-Blatt war unbenannt 'Sheet', und PDF/PPTX/IPYNB wurden überhaupt nicht behandelt. Mit Skill funktionierten alle 10 Befehle: skill.docx bewahrte bold_runs=1 und italic_runs=1, xlsx-Blatt wurde automatisch nach Titel 'Q3 Infrastructure Report' benannt, skill.pdf beginnt mit %PDF- Magic (3176 Bytes), skill.pptx enthält 2 echte Folien, skill.ipynb — 3 Zellen [markdown, code, code], md_to_codeblock trennte Blöcke korrekt nach Sprache in cbdir_1.py und cbdir_2.sh, und --compress ergab ein Zip mit code_1.py/code_2.sh. Tabellen in docx stimmten für beide überein (4x3), aber die Formatabdeckung und Stilerhaltung des Skills sind strikt besser. Wichtig: SKILL.md selbst ist nur CLI-Dokumentation; ohne `pip install md-exporter` fehlt die Binärdatei und der Skill ist nutzlos, daher ist der pip-Schritt im Installationsbefehl enthalten.
Getestet am: 2026-07-16 · Claude Code 2.x (agent harness)
Installation
pip install md-exporter git clone https://github.com/bowenliang123/markdown-exporter.git mkdir -p ~/.claude/skills/markdown-exporter cp markdown-exporter/SKILL.md ~/.claude/skills/markdown-exporter/SKILL.md
Befehle & Beispiel-Prompts
/markdown-exporterEin CLI verwandelt Markdown in DOCX, PPTX, XLSX, PDF, IPYNB, CSV, JSON, XML, LaTeX.
Skills reagieren auf normale Anfragen — keine Slash-Befehle nötig. Nach der Installation aktivieren Prompts wie diese den Skill (auf Englisch):
Convert this report.md into a Word document with the formatting preservedTurn my markdown notes into a PowerPoint deck and an Excel sheetExport these code blocks from my markdown file into separate script files