pptx-author

Generate branded PowerPoint decks from templates and data sources using python-pptx.

Updated Jun 28, 2026
One-click install
npx skills add https://github.com/jleechanorg/hermes-agent --skill pptx-author-jleechanorg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pptx-author
Source: https://github.com/jleechanorg/hermes-agent/tree/main/optional-skills/finance/pptx-author
Command: npx skills add https://github.com/jleechanorg/hermes-agent --skill pptx-author-jleechanorg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Build PowerPoint decks programmatically without a live PowerPoint session, enabling reproducible branding and rapid slide creation.

Core Features & Use Cases

  • Automate headless deck authoring with Python-PPTX to generate consistent slides from templates and data.
  • Bind figures and text to model outputs or spreadsheets to ensure traceability.
  • Use case: generate investor pitch decks from a data model where every number is sourced from a workbook.

Quick Start

Generate a branded .pptx deck from a data model using the Python-PPTX library.

Frequently Asked Questions about pptx-author

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

FAQPage Schema
How do I generate PowerPoint slides from data without opening PowerPoint?

You can generate PowerPoint slides programmatically using headless deck authoring with python-pptx. This automates slide creation and modification from templates and data sources, outputting the final .pptx file directly without needing a live PowerPoint session.

Can I bind spreadsheet numbers directly into a presentation template?

Yes, you can bind figures and text from spreadsheets or model outputs into presentation templates. This ensures data traceability and allows you to automatically populate branded slides with numbers sourced directly from your workbooks.

Does python-pptx work for creating automated investor pitch decks?

Yes, python-pptx works for creating automated investor pitch decks. You can generate branded slides directly from a data model, ensuring every financial number is sourced and bound from a workbook for reproducible branding.

What is headless PowerPoint deck authoring and when do I need it?

Headless PowerPoint deck authoring is the process of creating .pptx files programmatically via code without a graphical interface. You need it for reproducible branding and rapid slide generation when building finance, marketing, or internal communication decks.

Where are the generated .pptx files saved when using deck automation?

Generated .pptx files are output to a designated local directory. The deck automation process saves the final branded presentation directly to the ./out/ folder, ensuring consistent file management for your generated slides.