pptx

Generate and edit PPTX presentations from HTML with validation.

10|2|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/Yrzhe/telegram-claude-bot --skill pptx-yrzhe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pptx
Source: https://github.com/Yrzhe/telegram-claude-bot/tree/main/.claude/skills/pptx
Command: npx skills add https://github.com/Yrzhe/telegram-claude-bot --skill pptx-yrzhe

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, sharp, python-pptx, Pillow, and includes scripts (resource) components.

What problem does it solve?

Claude enables end-to-end automation for PowerPoint decks, handling creation, editing, and analysis of PPTX content with code-driven workflows that maintain consistency and design quality.

Core Features & Use Cases

  • HTML-to-PPTX generation and editing using html2pptx to produce layout-aware slides from HTML.
  • Inventory-driven text replacements and formatting preservation for scalable deck updates.
  • Thumbnail grids, slide previews, and image exports for rapid review and sharing.

Quick Start

Provide an HTML slide file and a PPTX template, then run the PPTX workflow to generate a finished presentation.

Frequently Asked Questions about pptx

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

FAQPage Schema
How do I convert HTML to PPTX slides automatically?

You can convert HTML to PPTX by providing an HTML slide file and a PPTX template to the workflow. It uses html2pptx to generate layout-aware PowerPoint slides, producing a finished presentation deck.

Can I do bulk text replacements in PowerPoint without losing formatting?

Yes, you can perform inventory-driven text replacements across PowerPoint decks while preserving original formatting. This enables scalable PPTX updates without manually editing each slide's layout or design elements.

How do I generate slide thumbnails to review PowerPoint content?

You can generate slide thumbnails and image exports for rapid visual review. The skill creates thumbnail grids and slide previews using Sharp and Pillow, allowing you to quickly inspect and share PPTX content.

Does this PowerPoint automation workflow require Playwright?

Playwright is required as a dependency for this PowerPoint automation workflow. It supports the visual review and rendering processes needed to validate slides and generate accurate thumbnail previews within the Claude environment.

What is the best way to automate PowerPoint creation and editing?

Automating PowerPoint creation is best handled through code-driven workflows using python-pptx and html2pptx. This maintains design consistency while handling end-to-end deck production, text replacement, and visual validation.

Why are my HTML to PPTX slide layouts misaligned?

HTML to PPTX slide layouts may appear misaligned if the HTML structure does not map cleanly to PowerPoint slide dimensions. The html2pptx tool generates layout-aware slides, requiring well-structured HTML input for accurate conversion.