pptx-to-md

Installation
SKILL.md

PPTX → Markdown

PPTX information often lives in visual layout (side-by-side comparisons, flowchart arrows, charts). Plain shape-text extraction loses this structure. This skill renders each slide as a PNG and lets you describe the full content — preserving spatial relationships.

Pipeline

PPTX → PDF (LibreOffice) → per-slide PNG (pymupdf, 150 dpi) → .md with ![](...) placeholders → you fill in descriptions

Workflow (agent mode — default, zero config)

Step 1 — Run the renderer

python "${CLAUDE_SKILL_DIR}/scripts/pptx_to_md.py" \
  --input <pptx_or_dir> \
  --output <output_dir>
Related skills
Installs
1
First Seen
9 days ago