pptx

Read, edit, and generate PPTX slides with local scripts.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ProwlrBot/prowlrbot --skill pptx-prowlrbot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pptx
Source: https://github.com/ProwlrBot/prowlrbot/tree/main/src/prowlrbot/ext/skills/pptx
Command: npx skills add https://github.com/ProwlrBot/prowlrbot --skill pptx-prowlrbot

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

PPTX workflows can be tedious and error-prone when editing, generating, or extracting content from presentations. This Skill provides automation to read, parse, and manipulate PPTX files locally, reducing manual labor and ensuring repeatable results.

Core Features & Use Cases

  • Read and parse PPTX files to extract text, slides, and metadata for reporting or repurposing.
  • Edit presentations from templates, apply layouts, generate new slides, or combine/split slide decks.
  • Generate thumbnails and export slides to various formats for distribution and review.
  • Use Case: automate the creation of a pitch deck from a template by injecting content and exporting to PDF or new PPTX.

Quick Start

Ask the AI to read a PPTX file, extract slide content, and automatically apply edits or generate new slides.

Frequently Asked Questions about pptx

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

FAQPage Schema
How do I automate editing PowerPoint slides from a template?

To automate presentation editing, this Skill reads PPTX templates, injects content, and applies slide layouts to generate new decks locally with deterministic script execution.

Can I extract text and content from PPTX files automatically?

Yes, you can extract text, slides, and metadata from PPTX files by parsing the presentation structure, enabling reporting and content repurposing without manual copying.

What is the best way to generate thumbnails for presentation slides?

The best way to generate slide thumbnails is using local automation scripts that process PPTX layouts and export slide previews for distribution and review.

Does this approach support batch converting presentations to PDF or images?

Yes, it supports batch conversions for presentations. You can export slides to various formats, including generating thumbnails, for distribution and review.

How do I split or combine slide decks without breaking layouts?

You can combine or split slide decks by manipulating slide layouts programmatically. The Skill handles PPTX structure safely to ensure repeatable results.

Do I need specific dependencies to run PPTX automation scripts locally?

Yes, local PPTX processing requires dependency-aware tooling. The Skill uses defusedxml, Pillow, and office components to ensure safe, deterministic script execution.