pptx

Automate PPTX slide deck reading, editing, and creation with Python.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/ArroganceG/trae_skills_backup --skill pptx-arroganceg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pptx
Source: https://github.com/ArroganceG/trae_skills_backup/tree/main/pptx
Command: npx skills add https://github.com/ArroganceG/trae_skills_backup --skill pptx-arroganceg

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-pptx, pillow, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Use this skill to automate PPTX file handling across creation, editing, and parsing. Trigger whenever the user mentions deck, slides, presentation, or references a .pptx filename; this enables consistent and efficient manipulation of PPTX content.

Core Features & Use Cases

  • Read/analyze content from PPTX files, including extracting text and slide metadata.
  • Edit or create slide decks from templates or from scratch, applying layouts, notes, and comments.
  • Use Case: Generate a deck from notes or extract text from multiple PPTX files for summaries and reporting.

Quick Start

Describe the PPTX file and the desired operation (read, edit, or create) to begin processing.

Frequently Asked Questions about pptx

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate PowerPoint PPTX creation and editing?

Extract text from PPTX files by parsing slide metadata and content using the python-pptx library, enabling automated text extraction from multiple presentation decks for summaries and reporting.

Can I generate a slide deck from scratch or notes?

Yes, you can generate a slide deck from scratch or notes by programmatically applying layouts, adding notes, and overlaying content onto PPTX templates using Python automation scripts.

Does python-pptx support extracting text from presentation slides?

Python-pptx supports extracting text from presentation slides by reading PPTX files, parsing slide metadata, and pulling text content for automated analysis and reporting workflows.

Do I need Pillow to generate PPTX slide thumbnails?

You need the Pillow library alongside python-pptx to manipulate slide images and generate thumbnails when handling PPTX files, ensuring proper image processing during slide deck creation.

What is the best way to parse multiple PPTX files for text extraction?

The best way to parse multiple PPTX files for text extraction is using Python automation scripts with python-pptx to read slide decks, extract text, and aggregate content for summaries.