⚙️ Productivity
PowerPoint
Create, read, edit .pptx presentations with python-pptx. Full slide management: add slides, text, tables, charts, images, and speaker notes.
skill_view("powerpoint")
📖 Guide
Load with skill_view("powerpoint"). Uses python-pptx library. Supports slide creation from templates, text formatting, table building, chart generation, and image insertion.
🔧 How To
Create a presentation: define slide structure → add content per slide (titles, bullet points, tables, charts) → add speaker notes → save as .pptx. Works with existing files for editing.
⚠️ Pitfalls
python-pptx cannot render or preview slides — must open in PowerPoint/Google Slides. Complex animations and transitions are not supported. Images must be local files.
Related Skills
More skills in Productivity