pptx

Create, edit, and analyze PowerPoint presentations from HTML templates.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/ygfuyfffdf-max/v0-crypto-dashboard-design --skill pptx-ygfuyfffdf-max
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pptx
Source: https://github.com/ygfuyfffdf-max/v0-crypto-dashboard-design/tree/main/.claude/skills/pptx-processing-en-anthropic
Command: npx skills add https://github.com/ygfuyfffdf-max/v0-crypto-dashboard-design --skill pptx-ygfuyfffdf-max

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This PPTX processing skill streamlines the end-to-end workflow for PowerPoint presentations, enabling automated creation, editing, and analysis of slides.

Core Features & Use Cases

  • Automated PPTX creation: Generate slides from HTML inputs or templates.
  • Editing & layout analysis: Modify slide text, shapes, and layouts; extract inventory for QA.
  • Design QA & automation: Validate slide content against layout rules and prepare presentations for review.

Quick Start

Use the pptx skill to convert an HTML slide into a PPTX using the html2pptx.js workflow, then review the resulting presentation in PowerPoint.

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 HTML templates?

You can automate PowerPoint presentation creation by using the html2pptx Node.js workflow to generate .pptx slides directly from HTML inputs, applying layout rules and validation to ensure design fidelity.

What is the best way to extract slide inventory for PowerPoint QA?

Extracting slide inventory for PowerPoint QA is done using Python scripts that parse the presentation to analyze slide text, shapes, and layouts, validating content against layout rules to prepare presentations for design review.

Does this HTML to PPTX conversion tool require Playwright?

Yes, HTML to PPTX conversion requires Playwright and Sharp dependencies to render and process HTML inputs, enabling the Node.js-based html2pptx tooling to assemble and validate the final slides.

Can I edit existing PowerPoint slides and modify text shapes automatically?

You can edit existing PowerPoint slides by running Python scripts to parse the .pptx file, allowing you to automatically modify slide text, update shapes, and apply new layout rules during the editing workflow.

What are the limitations of using HTML to generate PPTX slides?

Limitations of using HTML to generate PPTX slides include relying on html2pptx tooling to accurately translate complex HTML structures into native PowerPoint shapes, requiring validation to ensure layout fidelity across different slide templates.