pptx

Create, edit, and analyze PowerPoint presentations via OOXML and HTML-to-PPTX workflows.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/NoahYn/climb.com --skill pptx-noahyn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pptx
Source: https://github.com/NoahYn/climb.com/tree/main/.claude/skills/pptx
Command: npx skills add https://github.com/NoahYn/climb.com --skill pptx-noahyn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires markitdown, pptxgenjs, playwright, react-icons, sharp, defusedxml, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the process of creating, editing, and analyzing PowerPoint presentations (.pptx files), removing the manual effort involved in design, content manipulation, and formatting.

Core Features & Use Cases

  • Presentation Creation: Generate new presentations from scratch or based on templates.
  • Content Editing: Modify text, layouts, and design elements in existing presentations.
  • Data Analysis: Extract text, identify design patterns, and analyze presentation structure.
  • Use Case: Automatically create a sales presentation with 10 slides, using a specific color palette and incorporating data charts, all based on a provided outline.

Quick Start

Use the pptx skill to create a new presentation with a title slide and three 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 an outline?

Automate PowerPoint presentation creation by using OOXML manipulation and HTML-to-PPTX conversion workflows. This generates new .pptx files from scratch or templates, applying specified color palettes, layouts, and data charts based on a provided outline.

Can I edit text and design elements in an existing .pptx file programmatically?

Edit existing .pptx files programmatically by modifying text, layouts, and design elements through Office Open XML manipulation. This allows detailed control over slide content, typography, and color palettes without manual formatting effort.

How do I extract text and analyze the structure of a PowerPoint file?

Extract text and analyze PowerPoint structure by parsing the .pptx file contents. This identifies existing design patterns and extracts text data, enabling automated analysis of presentation architecture and content layout.

Does this approach use HTML to generate PPTX slides with data charts?

HTML-to-PPTX conversion workflows generate slides containing data charts and visual design elements. This bridges web rendering capabilities with PowerPoint formatting, allowing complex layouts to be built as HTML and converted into native slides.

What is the best way to build a 10-slide sales presentation with specific color palettes?

Building a multi-slide sales presentation with specific color palettes is best handled through automated creation workflows. Define the outline and design parameters, then let the script generate the 10 slides with consistent typography and data visualization.