pptx

Automate PowerPoint deck creation, editing, and analysis for .pptx files.

9|2|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/aussiegingersnap/cursor-skills --skill pptx-aussiegingersnap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pptx
Source: https://github.com/aussiegingersnap/cursor-skills/tree/main/skills/document-skills/pptx
Command: npx skills add https://github.com/aussiegingersnap/cursor-skills --skill pptx-aussiegingersnap

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, sharp, and includes scripts (resource) components.

What problem does it solve?

Automates PowerPoint deck creation, editing, and analysis to eliminate manual, error-prone workflows when working with .pptx files.

Core Features & Use Cases

  • Create new presentations with precise layouts and speaker notes.
  • Edit slide content, apply layouts, and add comments or notes programmatically.
  • Analyze decks for structure, consistency, and visual integrity across business, training, and pitch decks.

Quick Start

Provide slide content and layout instructions to generate a PPTX deck.

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 programmatically?

You can automate PowerPoint presentation creation by defining slide content and layout instructions to generate a PPTX deck, applying layouts, and adding speaker notes automatically using PptxGenJS.

Can I convert HTML to PowerPoint slides?

Yes, you can convert HTML to PowerPoint slides using the html2pptx conversion mechanism, which leverages Playwright for rendering HTML content into structured PPTX slides.

What's the best way to edit and analyze existing .pptx files?

To edit and analyze .pptx files, you can programmatically update slide content, apply layouts, and add comments, while analyzing deck structure, consistency, and visual integrity across business and training decks.

Does this approach work for generating product pitches and training decks?

Yes, this approach works for generating product pitches and training decks by applying precise layouts and speaker notes to create tailored PPTX presentations for various business contexts.

Do I need Playwright and Sharp installed to render HTML to PPTX?

Yes, you need Playwright and Sharp installed, as Playwright handles HTML rendering and Sharp processes images during the HTML to PPTX slide conversion and assembly.

Why use PptxGenJS for slide assembly instead of other libraries?

PptxGenJS is used for slide assembly because it directly constructs PPTX files programmatically, enabling precise layout application and content insertion when automating presentation workflows.