What problem does it solve?
PPTX creation, editing, and analysis typically requires manual, multi-tool workflows. This Skill provides an AI-assisted pipeline to manage PowerPoint presentations programmatically, extract content, and automate common tasks.
Core Features & Use Cases
- PPTX creation from templates and content using html2pptx workflows.
- Read, extract, and analyze text and structure from PPTX files, including typography and color themes.
- Unpack and inspect OOXML files to modify slides, notes, and media; generate thumbnails and convert slides to images for review.
- Automate content replacement and layout adaptation to maintain consistent decks.
Quick Start
Use the pptx skill to unpack a PPTX file with the command: python ooxml/scripts/unpack.py template.pptx output_dir
To create a new presentation from HTML sources, follow the html2pptx workflow described in this skill.