export-as-pptx-editable
Installation
SKILL.md
Export as PPTX (editable)
Export an HTML slide deck to a .pptx with native PowerPoint objects (editable text, shapes, images). One gen_pptx tool call does everything: capture, font handling, generation, download.
What you do
- Know the deck. You probably wrote it. If not,
read_filethe HTML to find: the slide selector, how to navigate (function name? class toggle?), what fonts it uses, whether there's a scaling wrapper. show_to_userthe deck so it's in the user's preview.- Call
gen_pptxwith the inputs below. - Read the validation flags in the result and decide if you need to retry.