pptx-processing-anthropic

Automate end-to-end PPTX processing workflows for reading, editing, QA, and packing.

630|79|Updated Dec 18, 2025
One-click install
npx skills add https://github.com/lawve-ai/awesome-legal-skills --skill pptx-processing-anthropic-lawve-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: pptx-processing-anthropic
Source: https://github.com/lawve-ai/awesome-legal-skills/tree/main/skills/pptx-processing-anthropic
Command: npx skills add https://github.com/lawve-ai/awesome-legal-skills --skill pptx-processing-anthropic-lawve-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

PPTX processing is often manual, error-prone, and time-consuming. This skill provides a structured, repeatable workflow to read, edit, validate, and repack PPTX files with automated checks and QA prompts.

Core Features & Use Cases

  • End-to-end PPTX processing: unpack, analyze, edit, validate, and repack presentations using a deterministic workflow.
  • Template-driven slide editing: map content sections to slide layouts, create from layouts or duplicate slides, and maintain notes/relationships.
  • Quality assurances: run visual QA prompts and content-type validation to ensure slides render correctly and the file remains intact.
  • Use Case: Legal and enterprise teams prepare client decks with consistent structure and brand-aligned slides, applying edits and checks automatically.

Quick Start

Unpack a PPTX, apply the Anthropic-powered editing workflow, and repack the result into a new PPTX.

Frequently Asked Questions about pptx-processing-anthropic

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

FAQPage Schema
How do I automate PPTX workflows for editing and validating corporate presentations?▼

You can automate PPTX workflows by unpacking presentation files, applying deterministic template-driven slide edits, running content validation, and repacking the result into a new file. This ensures consistent structure for corporate decks and client deliverables while reducing manual errors.

Can I validate PPTX structure and slide relationships automatically?▼

Yes, automated PPTX validation checks slide relationships, content types, and tracked changes handling. Running these QA checks ensures slides render correctly and the file remains structurally intact before finalizing the presentation.

What is the best way to handle template-based slide edits in PowerPoint files?▼

Template-based slide editing maps content sections to specific slide layouts, allowing you to create slides from layouts or duplicate existing ones. This maintains notes and relationships while applying deterministic content updates automatically.

Does this PPTX processing approach work with lxml and Pillow dependencies?▼

Yes, the PPTX processing workflow relies on lxml for XML manipulation, defusedxml for secure parsing, and Pillow for image handling. These dependencies enable deterministic slide manipulation and content validation within the automated workflow.

How do I run visual QA prompts on PPTX slides before repacking?▼

Visual QA prompts evaluate slide content and layout rendering during the PPTX processing workflow. After unpacking and editing, the QA step validates content types and visual consistency before repacking the presentation into a new file.

Why does PPTX processing fail when slide relationships or content types are invalid?▼

PPTX processing fails when slide relationships or content types are mismatched or corrupted. The validation step checks these structural elements and handles tracked changes to ensure the file remains intact and renders correctly across applications.