pptx
Installation
SKILL.md
PPTX Creation, Editing, and Analysis
Overview
A user may ask you to create, edit, or analyze the contents of a .pptx file. A .pptx file is essentially a ZIP archive containing XML files and other resources that you can read or edit.
Reading and Analyzing Content
Text Extraction
If you just need to read the text contents of a presentation:
# Using python-pptx or markitdown
python -m markitdown path-to-file.pptx