pptx

Automate PPTX slide creation, parsing, and editing with Python scripts.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/Estom/aiflex --skill pptx-estom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pptx
Source: https://github.com/Estom/aiflex/tree/main/skills-repo/arthropic-skills/pptx
Command: npx skills add https://github.com/Estom/aiflex --skill pptx-estom

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires defusedxml, lxml, Pillow, and includes scripts (resource) components.

What problem does it solve?

PPTX decks are central to business communication, but creating, merging, and templating slides can be repetitive and error-prone. This Skill centralizes PPTX tasks—reading, parsing, editing, and assembling slide decks—so you can automate presentation workflows at scale.

Core Features & Use Cases

  • Read and parse PPTX content to extract text, notes, and metadata.
  • Create, edit, and merge slides from templates and layouts, including speaker notes and comments.
  • Assemble decks from multiple sources, apply corporate templates, and generate ready-to-present files.
  • Use Case: Automate weekly pitch deck production by merging standard templates with updated slides and notes.

Quick Start

Summarize or transform the provided PPTX file by applying a standard template and exporting the result as a new deck.

Frequently Asked Questions about pptx

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

FAQPage Schema
How do I automate PowerPoint slide creation from templates programmatically?

Automate PPTX slide creation by applying deterministic scripts to read, modify, and generate slides from templates across multiple layouts, yielding ready-to-present files with speaker notes.

Can I extract text and speaker notes from existing PPTX files?

Yes, you can extract text, speaker notes, and metadata from PPTX files by parsing the presentation content with Python scripts to retrieve slide data for downstream workflows.

What is the best way to merge slides from multiple PowerPoint decks into one?

Merge slides from multiple sources by assembling decks programmatically, applying corporate templates to standardize formatting and generating a single updated PPTX presentation file.

Does this PPTX automation approach support applying corporate templates to existing decks?

Yes, this approach supports applying corporate templates to existing decks by programmatically editing and assembling slides from multiple sources to produce standardized presentation files.

How do I generate weekly pitch decks by merging standard templates with updated slides?

Generate weekly pitch decks by automating the assembly of standard templates with updated slides, programmatically merging content and exporting the result as a new PPTX file.