pptx-author

Generate PowerPoint decks headlessly from data sources using python-pptx.

Updated May 20, 2026
One-click install
npx skills add https://github.com/SriRamkunamsetty/SITA2.0-HermesAgent --skill pptx-author-sriramkunamsetty
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pptx-author
Source: https://github.com/SriRamkunamsetty/SITA2.0-HermesAgent/tree/main/hermes-agent/optional-skills/finance/pptx-author
Command: npx skills add https://github.com/SriRamkunamsetty/SITA2.0-HermesAgent --skill pptx-author-sriramkunamsetty

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates headless creation of PowerPoint decks from data sources, eliminating manual slide assembly and ensuring reproducible results.

Core Features & Use Cases

  • Automated deck generation from data sources (workbooks, CSV/Excel) into .pptx files.
  • Branding-consistent slides via optional firm-template.pptx and structured slide layouts.
  • Model-backed decks where every number traces to a workbook cell, enabling traceability and auditability for finance memos and pitch decks.

Quick Start

Create a ready-to-use PPTX at ./out/pptx-author-demo.pptx from your data set, using the firm-brand template if available.

Frequently Asked Questions about pptx-author

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

FAQPage Schema
How do I automate PowerPoint deck creation from Excel data?

You can automate PowerPoint deck creation by using python-pptx to generate slides headlessly from data sources like Excel. This converts workbook data directly into formatted .pptx files without manual assembly.

Can I generate pitch decks reproducibly from CSV files?

Yes, you can generate pitch decks reproducibly by processing CSV or Excel data into structured slides. Every figure traces to a workbook cell, ensuring auditable and consistent deck generation across runs.

How do I apply a corporate PowerPoint template to automated slides?

You apply a corporate template by providing an optional firm-template.pptx file. The deck generation uses this template to enforce branding-consistent slide layouts and visual styles automatically.

Does python-pptx support creating model-backed finance memos?

python-pptx supports creating model-backed finance memos by mapping workbook cells to slide figures. This ensures traceability and auditability for earnings notes and investment committee memos.

What is the best way to generate IC memos with traceable figures?

The best way to generate IC memos with traceable figures is automating deck creation directly from data sources. This model-backed approach links every number on the slides to a specific workbook cell.

Do I need Microsoft PowerPoint installed to generate .pptx files?

No, you do not need Microsoft PowerPoint installed because the generation process is headless. It creates disk-based .pptx artifacts directly from data using python-pptx without a GUI application.