powerpoint

Read, edit, and assemble PPTX presentations with template-driven layouts.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/gqf2008/hermez-ai --skill powerpoint-gqf2008
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: powerpoint
Source: https://github.com/gqf2008/hermez-ai/tree/main/skills/productivity/powerpoint
Command: npx skills add https://github.com/gqf2008/hermez-ai --skill powerpoint-gqf2008

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

PPTX files are central to presentations but editing, templating, and extracting content can be tedious and error-prone. This Skill automates end-to-end PowerPoint workflow by reading, parsing, editing, and assembling PPTX decks from templates, reducing manual overhead and improving consistency.

Core Features & Use Cases

  • Read, parse, and text-extract from PPTX files
  • Edit slides, apply templates, and create from scratch or from existing decks
  • Generate slide thumbnails and support template-driven deck assembly for pitches and briefs

Quick Start

Upload a PPTX file and ask me to generate a deck using a template and extract key slides.

Frequently Asked Questions about powerpoint

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

FAQPage Schema
How do I extract text from a PPTX presentation automatically?

You can edit slides in a PPTX deck programmatically by unpacking the file, modifying slide content and layouts, and repacking it to apply template-driven updates across multiple slides.

Can I generate slide thumbnails from a pptx file?

Yes, you can generate slide thumbnails from a pptx file to preview visual layouts, which supports the template-driven deck assembly process for pitches and briefs.

What is the best way to assemble a pitch deck from an existing template?

The best way to assemble a pitch deck from a template is using an automated unpack and pack workflow that applies design-conscious layouts to create multi-slide presentations consistently.

Does this PPTX editing workflow require any specific XML libraries?

This PPTX editing workflow relies on the defusedxml library to securely parse XML structures within pptx files, ensuring safe reading and assembly of presentation components.