pptx

Create, edit, and extract slide content from PPTX presentations.

Updated Jul 10, 2025
One-click install
npx skills add https://github.com/damilola-elegbede-org/claude-config-5ad01dbe --skill pptx-damilola-elegbede-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pptx
Source: https://github.com/damilola-elegbede-org/claude-config-5ad01dbe/tree/main/system-configs/.claude/skills/pptx
Command: npx skills add https://github.com/damilola-elegbede-org/claude-config-5ad01dbe --skill pptx-damilola-elegbede-org

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill enables automation of PPTX workflows to create, read, edit, and assemble slide decks from templates, reducing manual effort and ensuring consistency across presentations.

Core Features & Use Cases

  • Create new slides from templates or layouts
  • Read, parse, and modify slide content including notes and metadata
  • Batch generate or update decks for marketing, sales, or reporting workflows
  • Use cases include producing investor decks or recurring reports from templates

Quick Start

Create a 10-slide deck from a template named deck-template.pptx and save it as output.pptx.

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 a template?

You can automate PowerPoint slide creation by using scripts to apply layout management and insert content into a predefined PPTX template. This skill generates multi-slide presentations deterministically from your specified template file.

Can I batch update text and notes across multiple PPTX files?

Yes, you can batch update text and notes across multiple PPTX files. The provided scripts parse and modify slide content including metadata, enabling consistent batch updates for recurring reporting workflows.

What is template-driven deck generation for presentations?

Template-driven deck generation is the process of assembling multi-slide presentations by injecting deterministic content into predefined PPTX layouts. It ensures visual consistency while automating the population of slides for marketing or investor decks.

How do I extract and read slide content from an existing presentation?

To extract and read slide content from an existing presentation, the skill parses PPTX files to access text, notes, and metadata. This allows you to retrieve structured content from slides for downstream automated workflows.

Do I need any specific dependencies to script PPTX editing workflows?

No specific dependencies are required to script PPTX editing workflows as the skill operates independently. It provides internal scripts to handle layout management and content insertion without external tool prerequisites.