pptx

Automate PPTX deck creation, editing, and verification with read, edit, pack, and verify scripts.

7|3|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/BaiGanio/aperio --skill pptx-baiganio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pptx
Source: https://github.com/BaiGanio/aperio/tree/main/skills/pptx
Command: npx skills add https://github.com/BaiGanio/aperio --skill pptx-baiganio

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires adm-zip, fast-xml-parser, sharp, and includes scripts (resource) components.

What problem does it solve?

PPTX decks are frequently created, updated, and validated manually, causing bottlenecks and errors. This skill automates end-to-end PowerPoint workflow by enabling programmatic reading, editing, assembling, and verification of PPTX files.

Core Features & Use Cases

  • Read slide content to extract text and structure for reporting or QA.
  • Edit existing slides or compose new decks from templates or from scratch with a deterministic workflow.
  • Verify outputs and generate shareable PPTX files, with optional visual QA when the environment has the required binaries.

Quick Start

Create a deck from a template named "Overview" and export 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 presentation creation from a template?

Automating PowerPoint presentation creation involves programmatically reading, editing, and assembling PPTX files from templates or scratch. This skill enforces deterministic processing and robust error handling to generate verifiable PPTX outputs.

Can I extract text and structure from existing PPTX slides?

Yes, you can extract text and structure from existing PPTX slides. The skill provides read scripts designed to parse slide content, enabling automated reporting and quality assurance checks without manual review.

What's the best way to validate PowerPoint files after editing?

Validating PowerPoint files after editing is best handled through automated verification scripts. This skill validates outputs and generates shareable PPTX files, including optional visual QA when required binaries are present.

Do I need specific libraries to script PPTX deck modifications?

Scripting PPTX deck modifications requires specific libraries for archive and XML manipulation. This skill relies on adm-zip, fast-xml-parser, and sharp to handle reading, editing, packing, and verifying operations.

Why does my automated PPTX deck generation workflow have errors?

Automated PPTX deck generation errors often stem from non-deterministic processing or poor error handling. This skill enforces a deterministic workflow with robust error handling to prevent bottlenecks and ensure verifiable outputs.