HTML2PPTX
Use this skill to convert browser-rendered HTML slide decks into editable PPTX. The bundled pipeline is:
html_dom_to_editable_svg.js: launch Chromium, render the deck, extract DOM/CSS/SVG/ECharts into editable SVG primitives.svg_to_pptx: convert SVG primitives to native PowerPoint DrawingML shapes.html2pptx.py: wrapper CLI that runs both steps and validates the generated PPTX structure.
Quick Start
Run the wrapper script from this skill folder:
python
[Description truncada. Veja o README completo no GitHub.]