dokument-pptx

Extract and manipulate .pptx presentation content for slide decks.

1|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/luuspoo-create/claude-bildungs-skills --skill dokument-pptx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dokument-pptx
Source: https://github.com/luuspoo-create/claude-bildungs-skills/tree/main/dokument-pptx
Command: npx skills add https://github.com/luuspoo-create/claude-bildungs-skills --skill dokument-pptx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes friction when working with .pptx files by providing clear workflows for reading, extracting, editing, templating, combining, and QA’ing slide decks so users avoid manual, error-prone PowerPoint edits.

Core Features & Use Cases

  • Text and structure extraction: Extract slide text, speaker notes, and raw XML for summaries or repurposing content.
  • Template-based editing workflow: Unpack, map content to layouts, edit slide XML, clean, and repack to preserve structure and relationships.
  • Create from scratch: Build new presentations programmatically using pptxgenjs conventions and style guidance.
  • Visual QA and conversion: Generate thumbnails and convert slides to images or PDF for visual inspection and iterative fixes.
  • Use Case: A teacher prepares a lesson by extracting content from multiple .pptx files, merging selected slides into a single deck, applying a consistent visual motif, and running visual QA before sharing.

Quick Start

Use the dokument-pptx skill to extract all slide text from presentation.pptx and produce a concise slide-by-slide outline.

Frequently Asked Questions about dokument-pptx

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

FAQPage Schema
How do I extract text and speaker notes from a .pptx file?

To extract text and speaker notes from a .pptx file, you can unpack the presentation structure to pull slide text, raw XML, and notes for summaries or content repurposing.

What is the best way to edit PowerPoint slides without breaking the template?

Template-safe editing is achieved by unpacking the .pptx, mapping content to layouts, modifying slide XML, cleaning, and repacking to preserve original structure and relationships.

Can I create a presentation programmatically using pptxgenjs?

Yes, you can build new presentations programmatically using pptxgenjs conventions and style guidance to generate slide decks from scratch.

How do I generate thumbnails or convert slides to images for visual QA?

Visual QA involves generating slide thumbnails and converting slides to images or PDF for visual inspection and iterative fixes before sharing.

What's the best way to merge slides from multiple .pptx files into one deck?

Merging multiple .pptx files involves extracting selected slides, combining them into a single deck, applying a consistent visual motif, and running visual QA before sharing.