pptx

Create, read, and edit PowerPoint presentations programmatically.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/acefrost511/workmemory --skill pptx-acefrost511
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pptx
Source: https://github.com/acefrost511/workmemory/tree/main/skills/pptx
Command: npx skills add https://github.com/acefrost511/workmemory --skill pptx-acefrost511

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PPTX tasks such as creating, updating, and extracting content from presentations are tedious when done manually. This Skill automates the workflow to generate, modify, and inspect PowerPoint files programmatically.

Core Features & Use Cases

  • Create new PPTX presentations with specified slides and layouts.
  • Read slide content, titles, and embedded media for documentation or auditing.
  • Edit existing PPTX files: add, remove, or reorder slides; update text and images.
  • Use Case: automatically generate weekly status decks from data sources.

Quick Start

Create a new PowerPoint presentation named 'Project Kickoff' with a title slide and two 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 data sources?

Programmatically creating PowerPoint presentations uses a structured interface to generate PPTX files with specified slides and layouts. This Skill automates templated deck generation, enabling automatic weekly status report creation directly from data sources.

Can I read and extract content from existing PowerPoint slides for analysis?

Reading and extracting content from existing PowerPoint slides for analysis is supported. The Skill reads slide titles, text content, and embedded media, allowing you to inspect and document PPTX files programmatically for auditing purposes.

What is the best way to edit and reorder slides in a PPTX file programmatically?

Editing and reordering slides in a PPTX file programmatically is handled through a structured manipulation interface. This Skill supports adding, removing, or reordering slides, as well as updating text and images within existing PowerPoint presentations.

Does programmatic PPTX manipulation support adding and updating embedded media?

Programmatic PPTX manipulation supports media handling for embedded files. You can add and update images within your slides, alongside modifying text content and restructuring the slide order in existing PowerPoint presentations.

What are the limitations of automating PowerPoint deck generation and editing?

Automating PowerPoint deck generation and editing is limited to PPTX file manipulation, focusing on structured slide creation, text, and media handling. Complex manual design tasks or advanced animations may not be fully covered by this programmatic interface.