pptx-press

Convert slide-structured HTML into PPTX presentations with styled layouts and citations.

14|2|Updated Aug 20, 2025
One-click install
npx skills add https://github.com/elenaviter/kdcube-ai-app --skill pptx-press
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pptx-press
Source: https://github.com/elenaviter/kdcube-ai-app/tree/main/app/ai-app/services/kdcube-ai-app/kdcube_ai_app/apps/chat/sdk/skills/skills/public/pptx-press
Command: npx skills add https://github.com/elenaviter/kdcube-ai-app --skill pptx-press

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables agents to convert slide-structured HTML into production-ready PPTX presentations, ensuring consistent layouts, typography, and citations across decks.

Core Features & Use Cases

  • HTML-to-PPTX authoring: Create slide decks by writing clean, sectioned HTML that maps to PPTX slides.
  • Professional styling and layout: Enforces professional color, typography, and slide density guidelines for business, technical, and executive decks.
  • Citation-aware presentations: Integrates inline citations with a dedicated Sources slide and clean reference handling for documentation-heavy slides.
  • Use Case: Produce an executive briefing deck by authoring HTML slides and rendering them to PPTX with consistent branding.

Quick Start

Start by drafting your slides in HTML using a single <section> per slide and run the render tool to produce a PPTX file.

Frequently Asked Questions about pptx-press

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

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

You can convert HTML to PPTX by authoring slide-structured HTML using a single <section> per slide and rendering it with the write_pptx tool. This process maps your clean HTML sections directly into production-ready PPTX slides.

Can I create professional business presentations from HTML?

Yes, creating professional business presentations from HTML enforces strict color, typography, and slide density guidelines. This ensures consistent branding and layouts across executive and technical decks.

How do I add citations to a PPTX generated from HTML?

Adding citations to a PPTX generated from HTML is handled natively by integrating inline citations within your slide content and automatically compiling a dedicated Sources slide for reference management.

What is the best way to structure HTML for automated PPTX generation?

The best way to structure HTML for automated PPTX generation is using a single <section> element per slide, augmented with frontmatter-defined metadata to control layouts, content budgets, and styling rules.

Does HTML to PPTX conversion support executive briefing decks?

Yes, HTML to PPTX conversion supports executive briefing decks by applying professional styling and reliable layouts. It honors content budgets and frontmatter metadata to produce consistently branded presentations.

Why use HTML to author PPTX slides instead of direct generation?

Using HTML to author PPTX slides provides precise control over typography, content structure, and citations before rendering. This approach ensures reliable layouts and consistent styling for documentation-heavy presentations.