pptx

Automate creation, editing, and analysis of PowerPoint .pptx presentations.

143|10|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/appautomaton/document-SKILLs --skill pptx-appautomaton
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pptx
Source: https://github.com/appautomaton/document-SKILLs/tree/main/pptx
Command: npx skills add https://github.com/appautomaton/document-SKILLs --skill pptx-appautomaton

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

PPTX tasks can be labor-intensive, requiring manual creation, editing, layout management, and note handling. This skill automates and structures the process of producing and modifying PowerPoint presentations, reducing repetitive steps and ensuring consistent styling.

Core Features & Use Cases

  • Create new decks with standard layouts and placeholders
  • Edit content, modify slides, adjust layouts, and manage speaker notes
  • Analyze presentations for structure, consistency, and note integration
  • Use cases: prepare pitch decks, educational slides, or templates with consistent branding

Quick Start

Create a new PPTX deck and start editing slides using the provided templates, layouts, and notes.

Frequently Asked Questions about pptx

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

FAQPage Schema
Can I convert HTML to PPTX while maintaining standard slide layouts and placeholders?

Yes, you can convert HTML to PPTX by using conversion scripts that translate web layouts into standard slide placeholders. This allows building new decks with consistent branding directly from web content.

What is the best way to validate structure and consistency in a PowerPoint presentation?

Validating presentation structure requires analyzing slide placeholders, layouts, and notes across the deck. Automating this extraction process identifies inconsistencies and ensures design compliance before finalizing.

Does this approach require Playwright and Sharp to handle HTML-to-PPTX conversion?

Yes, Playwright and Sharp are required dependencies for rendering HTML layouts and processing images during the HTML-to-PPTX conversion workflow, ensuring accurate visual translation into slides.

Can I update existing PPTX content without breaking the original slide layouts?

Yes, you can update content safely by using OOXML editing scripts to modify text and replace placeholders directly. This approach preserves the original layout structure and maintains design consistency.

What are the limitations of using scripts to modify OOXML for large PowerPoint decks?

OOXML editing scripts can struggle with highly complex custom graphics or deeply nested objects outside standard placeholders. Validating structure after replacement ensures safe transformations and prevents layout corruption.