jelly-pptx

Create, edit, and analyze PowerPoint presentations in .pptx files.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/dev-jelly/jelly-dotclaude --skill jelly-pptx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jelly-pptx
Source: https://github.com/dev-jelly/jelly-dotclaude/tree/main/skills/jelly-pptx
Command: npx skills add https://github.com/dev-jelly/jelly-dotclaude --skill jelly-pptx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires defusedxml, six, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps create and manipulate PowerPoint presentations, including slide templates, text formatting, and master layouts.

Core Features & Use Cases

  • Presentation editing: modify slide content, layouts, and themes.
  • Slide templates: apply consistent design patterns across decks.
  • Multiscript tooling: pack/unpack OOXML content for advanced editing.

Quick Start

Start by unpacking a PPTX, editing slides, and repacking into a new file.

Frequently Asked Questions about jelly-pptx

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

FAQPage Schema
How do I create and edit PowerPoint presentations programmatically?

Create and edit PowerPoint presentations by unpacking PPTX files, modifying slide content, layouts, and themes, then repacking into a new file. This Skill handles OOXML structure manipulation, text formatting, and master layout management for design-aware automation.

Can I extract speaker notes and comments from PPTX files?

Yes. This Skill accesses slide content, speaker notes, comments, and embedded media from PPTX files. You can unpack OOXML structures to read and manipulate these elements without losing formatting or relationships.

What's the best way to apply consistent slide templates across multiple presentations?

Use this Skill to extract and apply slide templates and master layouts across decks. It supports packing and unpacking OOXML content, allowing you to enforce consistent design patterns and themes across multiple presentations programmatically.

How do I work with OOXML structure in PowerPoint files?

This Skill unpacks and repacks OOXML content within PPTX files for advanced editing. You can access underlying XML structures, modify slide relationships, and perform content analysis while maintaining PPTX integrity.

Can I analyze presentation content and extract data from slides?

Yes. This Skill performs content analysis on PPTX files, extracting text, metadata, and structural information from slides. It supports reading slide hierarchies, notes, and media references for reporting and automation workflows.

Does this work with PPTX files from different Office versions?

This Skill works with PPTX files that follow the OOXML standard. It handles the open XML structure across Office versions that use the PPTX format, though advanced features may vary by Office release and template complexity.