pptx-author

Create headless PowerPoint decks with numbers bound to Excel workbook cells.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates headless PowerPoint deck creation by pairing python-pptx with model-backed data, enabling reproducible and auditable slide outputs without a live PowerPoint session.

Core Features & Use Cases

  • Bind slides to Excel workbook data to ensure every number traces to a source cell
  • Generate pitch decks, IC memos, and earnings notes from templates
  • Output final decks to a predictable ./out path with traceability

Quick Start

Run a script that loads a template if present, binds numbers from model.xlsx, and saves the final deck to ./out/deck.pptx.

Frequently Asked Questions about pptx-author

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

FAQPage Schema
How do I generate a PowerPoint deck from Excel data automatically?

To generate a PowerPoint deck from Excel data, this Skill binds numbers from Excel workbooks to python-pptx templates. It produces an auditable presentation where every figure traces to a source cell, saving the final deck to a predictable output path.

Can I automate PowerPoint creation without a live PowerPoint session?

Yes, you can automate PowerPoint creation without a live session using headless python-pptx processing. The Skill loads templates when present, binds data from model workbooks, and saves the final deck locally without needing an active application window.

How do I ensure numbers in my finance presentation trace back to the source?

To ensure numbers in finance presentations trace to the source, this Skill binds slides directly to workbook cells. This model-backed approach guarantees reproducible and auditable slide outputs for pitch decks, IC memos, and earnings notes.

What is the best way to create IC memos and earnings notes from templates?

The best way to create IC memos and earnings notes from templates is by pairing python-pptx with workbook-bound data. This approach automates headless deck creation, ensuring every number is reproducible and auditable without manual entry.

Do I need an Excel template to generate a model-backed PowerPoint deck?

You need an Excel workbook like model.xlsx to provide the model-backed data for the slides. The Skill loads a PowerPoint template if present, binds the workbook numbers to it, and saves the final deck to the output directory.

Are there limitations when using python-pptx for headless PowerPoint automation?

A limitation of headless PowerPoint automation with python-pptx is that it relies entirely on pre-defined templates and workbook data. Complex layout adjustments or dynamic chart rendering beyond the loaded template structure may require manual post-processing.