powerpoint-toolkit

Installation
SKILL.md

PowerPoint Toolkit

Setup (First Use)

python3 scripts/setup_deps.py

Installs: python-pptx, Pillow, pyyaml. Skip if already installed.

Workflow Decision Tree

  1. Inspect structure → Run scripts/inspect_pptx.py
  2. Extract text → Run scripts/extract_text.py
  3. Analyze & get improvement suggestions → Run scripts/analyze_pptx.py
  4. Generate visual thumbnails → Run scripts/thumbnails.py
  5. Create new presentation → Use python-pptx (see references/design-and-creation.md)
  6. Edit existing presentation → Use python-pptx or OOXML (see references/ooxml-editing.md)

Quick-Start Scripts

Related skills
Installs
9
GitHub Stars
1
First Seen
Mar 20, 2026