claw-presentation-creator
SKILL.md
PPTX Skill v2.0
Overview
Complete PowerPoint presentation creation and editing using python-pptx. Supports all common slide operations including text, images, charts, tables, and animations.
Installation & Dependencies
Required
pip install python-pptx pillow
Optional
# For advanced chart support
pip install numpy
# For HTML conversion (advanced)