Back to skills

slides

workflows

Builds and edits PowerPoint decks (.pptx) using PptxGenJS with a set of bundled helpers for layout, rendering, overflow detection, and font diagnostics. Handles new decks, slide recreation from screen

Setup & Installation

npx skills add https://github.com/openai/slides --skill slides
or paste the link and ask your coding assistant to install it
https://github.com/openai/slides
View on GitHub

What This Skill Does

Builds and edits PowerPoint decks (.pptx) using PptxGenJS with a set of bundled helpers for layout, rendering, overflow detection, and font diagnostics. Handles new decks, slide recreation from screenshots or PDFs, content edits, chart insertion, and layout debugging. Outputs both the .pptx and the authoring .js so decks stay editable. It automates the tedious parts of PowerPoint authoring, overflow checking, font validation, and PNG previewing, in one reproducible workflow instead of manually fixing layout issues in the GUI.

When to use it

  • Working with slides functionality
  • Implementing slides features
  • Debugging slides related issues