What problem does it solve?
PowerPoint slide creation and editing are slow and error-prone when done manually, especially when you need consistent layouts, precise typography, or automated updates.
Core Features & Use Cases
- Convert HTML slide layouts to .pptx: Use an HTML-to-PowerPoint pipeline (via html2pptx + PptxGenJS) to generate slides from structured HTML with accurate positioning.
- Create/edit and inspect PPTX content at scale: Use raw OOXML workflows to unpack, modify, validate, and repack presentations when you need low-level control (speaker notes, comments, layouts, complex formatting).
- Validate and troubleshoot layout issues: Use inventory + replacement workflows to systematically replace placeholder text, detect overflow/overlap risk, and iterate until slides render correctly.
- Use cases: Generate consistent slide decks from templates, update slide text in bulk from a JSON mapping, and programmatically translate a designed HTML slide to a PowerPoint slide.
Quick Start
Ask the skill to generate a new .pptx deck from an HTML slide layout described in a local HTML file and then add charts into placeholder regions before writing the final presentation.