anthropic-pptx

Read, edit, and generate PowerPoint PPTX slides, layouts, and notes.

4|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/TTAWDTT/Aelin --skill anthropic-pptx-ttawdtt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: anthropic-pptx
Source: https://github.com/TTAWDTT/Aelin/tree/main/backend/deepagents_skills/anthropic-pptx
Command: npx skills add https://github.com/TTAWDTT/Aelin --skill anthropic-pptx-ttawdtt

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

PPTX deck management often requires manual edits across templates, notes, and slides. This skill centralizes creating, reading, editing, merging, and templating PPTX files to save time and ensure consistency.

Core Features & Use Cases

  • Create decks from templates and layouts, including slide masters and speaker notes.
  • Read, extract, and summarize content from PPTX slides.
  • Merge, split, or rearrange slides and update notes or comments according to user instructions.
  • Validate and repair PPTX structure via the included scripts and validators.

Quick Start

Use this skill to automate PPTX tasks by creating, editing, or merging slides in a PPTX file.

Frequently Asked Questions about anthropic-pptx

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

FAQPage Schema
How do I automate PowerPoint PPTX creation and editing?

You can automate PPTX creation and editing by using scripts to programmatically generate slides, apply templates, modify layouts, and update speaker notes while ensuring file integrity.

Can I extract text and notes from existing PPTX slides?

Yes, you can extract text and notes from PPTX slides. The skill reads PPTX files to parse slide content, summarize information, and retrieve speaker notes for further processing.

What's the best way to merge or split slides across multiple PPTX decks?

The best way to merge or split slides across multiple PPTX decks is to use automated scripts that rearrange, combine, or separate slides deterministically while validating structural compatibility.

Do I need specific dependencies to manipulate PPTX files programmatically?

Yes, manipulating PPTX files programmatically requires specific dependencies. The skill leverages defusedxml, lxml, and Pillow to parse XML structures, process layouts, and handle embedded images.

How do I create pitch decks from existing PPTX templates?

To create pitch decks from PPTX templates, the skill applies predefined layouts and slide masters to generate new slides, populating them with your content while preserving the original formatting.

Why does my PPTX file break after automated slide modifications?

PPTX files can break after automated slide modifications due to invalid XML structures. The skill includes validators to repair PPTX structures and ensure compatibility and file integrity.