pptx

Automate PowerPoint creation, editing, and analysis with Python and JavaScript scripts.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/lv7dev/shop_v2 --skill pptx-lv7dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pptx
Source: https://github.com/lv7dev/shop_v2/tree/main/.claude/skills/document-skills/pptx
Command: npx skills add https://github.com/lv7dev/shop_v2 --skill pptx-lv7dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-pptx, Pillow, six, playwright, sharp, pptxgenjs.

What problem does it solve?

Claude's PPTX skill enables rapid creation, modification, and analysis of PowerPoint presentations (.pptx), reducing manual formatting errors and speeding up deck production.

Core Features & Use Cases

  • Generate new presentations from templates and brand guidelines to ensure consistent layouts and typography.
  • Edit existing slides: update text, images, layouts, notes, and themes; batch modify multiple decks.
  • Analyze presentations for typography, color harmony, and structure, or extract content for reporting and archiving.
  • Use cases include producing product launch decks, quarterly updates, and training materials from reusable templates.

Quick Start

Use the pptx skill to create a 5-slide deck from template.pptx with a title slide and three content slides.

Frequently Asked Questions about pptx

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

FAQPage Schema
How do I automate PowerPoint presentation creation from a template?

Automate PowerPoint presentation creation by using script-based libraries to generate new decks from template files, ensuring consistent layouts and typography for batch production.

Can I batch edit and update text or images across multiple PPTX files?

Yes, you can batch edit multiple PPTX files to update text, images, layouts, notes, and themes simultaneously across several presentations for consistent content updates.

What is the best way to analyze PPTX presentation structure and color harmony?

Analyzing PPTX structure and color harmony involves using automation tooling to inspect slide layouts, typography, and color schemes to extract content for reporting and archiving.

Does this approach work with both Python and JavaScript for PPTX generation?

Yes, PPTX generation and editing rely on both Python and JavaScript tooling, explicitly integrating dependencies like python-pptx and pptxgenjs to support automated presentation workflows.

What do I need to prepare before automating batch deck production?

Before automating batch deck production, you need template files and brand guidelines to define layouts, plus an environment with Python and JavaScript dependencies installed to execute generation scripts.