export-pptx
Installation
SKILL.md
Export PPTX
Screenshot-based PPTX export — each <section> inside <deck-stage> becomes one slide (1920×1080 image + optional speaker notes).
Preflight
Bash(which node)— if missing, tell user to install Node 20+- Check
package.jsonhaspptxgenjs+puppeteer— if not, run:
(or tell user to runBash(npm install -D pptxgenjs puppeteer)/doctorfirst)
Steps
- Resolve paths:
$0= deck HTML (required)$1= output (default: basename +.pptx)