pptx

Creates and edits .pptx presentations with Pepsi-themed designs and packaging-focused content.

126|11|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/HybridAIOne/hybridclaw --skill pptx-hybridaione
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pptx
Source: https://github.com/HybridAIOne/hybridclaw/tree/main/skills/pptx
Command: npx skills add https://github.com/HybridAIOne/hybridclaw --skill pptx-hybridaione

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you create and revise PowerPoint presentations without chaotic template breakage, while also enabling export-based visual QA for reliable delivery.

Core Features & Use Cases

  • Safe PPTX creation and editing: Build new decks from scratch with pptxgenjs, or revise existing decks using a template-safe unpack -> OOXML edit -> pack workflow.
  • Preserves branded templates: Keeps slide masters, layouts, and theme parts intact to avoid unintended redesigns.
  • Visual QA for QA-minded teams: When both soffice and pdftoppm are available, it exports to PDF and generates slide thumbnails for review.
  • Use Case: Turn quarterly metrics into a speaker-ready executive deck, then validate slide alignment and chart legibility before sharing it with stakeholders.

Quick Start

Use the pptx skill to create a new deck from scratch named exec-summary.pptx with one clear message per slide.

Frequently Asked Questions about pptx

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

FAQPage Schema
How do I edit an existing PPTX deck without breaking the slide master and layout formatting?

To edit a PPTX deck safely, use an OOXML unpack, edit, and pack workflow that preserves slide masters, layouts, and theme parts intact to avoid unintended template breakage during revisions.

What is the best way to generate a new PPTX presentation programmatically?

The best way to generate a new PPTX presentation is by using pptxgenjs to build decks from scratch, ensuring a clear message per slide while maintaining structural integrity for office communications.

How does visual QA work for PPTX slide presentations before sharing with stakeholders?

Visual QA for PPTX slide presentations works by exporting to PDF and generating deterministic slide thumbnails using soffice and pdftoppm, allowing you to validate slide alignment and chart legibility.

Do I need LibreOffice and pdftoppm installed to perform visual QA on PPTX files?

Yes, you need both soffice and pdftoppm available in your environment to export PPTX files to PDF and generate slide thumbnails for visual review and verification.

Can I validate chart legibility and slide alignment automatically after creating a PPTX deck?

You can validate chart legibility and slide alignment by applying slide-level visual QA, which exports the PPTX deck to PDF and renders deterministic thumbnails for manual or automated review.