What problem does it solve?
PPTX files are common but manipulating them programmatically (creating decks, extracting text, editing slides, merging formats, applying templates) is error-prone and tedious. This skill provides a structured, script-driven approach to automate PPTX workflows end-to-end, reducing manual overhead and increasing repeatability.
Core Features & Use Cases
- Read and analyze PPTX content: extract text from slides, read notes, and parse templates for consistent layouts.
- Edit and create from templates: modify or generate slide decks from templates, adjust layouts, and apply speaker notes or comments.
- Assemble/merge slides: combine or split slide files, reorder slides, and adapt decks for templates or pitches.
- Triggerable automation: initiate PPTX actions whenever user mentions deck, slides, presentation, or references a .pptx filename.
Quick Start
Create a deck from a template and populate it with content using the provided Python scripts.