pptx

Automate creation, editing, and analysis of PowerPoint (.pptx) presentations.

3|2|Updated Dec 2, 2025
One-click install
npx skills add https://github.com/hotriluan/ai-command-center --skill pptx-hotriluan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pptx
Source: https://github.com/hotriluan/ai-command-center/tree/main/document-skills/pptx
Command: npx skills add https://github.com/hotriluan/ai-command-center --skill pptx-hotriluan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Creating and manipulating PowerPoint presentations, especially from other formats like HTML, can be a manual and time-consuming process. This skill provides tools to automate the generation, rearrangement, and content replacement within PPTX files, streamlining presentation workflows.

Core Features & Use Cases

  • HTML to PPTX Conversion: Convert structured HTML content directly into PowerPoint slides.
  • Slide Management: Rearrange slides, replace text and images, and generate thumbnails for quick previews.
  • OOXML Validation: Tools for packing, unpacking, and validating the underlying Office Open XML structure of PPTX files.
  • Use Case: A marketing team needs to generate weekly sales reports as PowerPoint presentations, pulling data from a web dashboard. This skill can take the HTML output of the dashboard, convert it into a PPTX, and then automatically replace placeholders with specific data points, ensuring consistent and up-to-date reports with minimal manual effort.

Quick Start

Convert the attached HTML file 'report.html' into a new PowerPoint presentation 'report.pptx'.

Frequently Asked Questions about pptx

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

FAQPage Schema
How do I convert HTML to PowerPoint presentations?

HTML to PPTX conversion transforms structured HTML content directly into slides. This skill automates the process by parsing HTML and generating formatted PowerPoint presentations, eliminating manual slide creation and ensuring consistent layouts across converted documents.

Can I automate PowerPoint report generation from web data?

Yes, automate report generation by converting HTML dashboards to PPTX and replacing placeholder content with live data. This workflow generates consistent, up-to-date presentations with minimal manual effort, ideal for recurring reports like weekly sales summaries.

What validation checks does PPTX automation include?

PPTX validation covers XML well-formedness, namespace accuracy, unique-ID validation, XSD schema compliance, and relationship integrity. These checks ensure the underlying Office Open XML structure remains valid after programmatic editing and packing.

How do I unpack and inspect PPTX file structure?

Unpacking extracts the raw OOXML components from a PPTX file for inspection and modification. This enables direct XML editing, validation, and analysis of slides, layouts, themes, media relationships, and track-changes without opening PowerPoint.

Can I generate slide thumbnails and rearrange slides programmatically?

Yes, generate thumbnails for quick slide previews and rearrange, replace, or remove slides programmatically. These tools streamline bulk slide operations and asset management across large presentations without manual intervention.