pptx-author

Generate PowerPoint decks from workbook data using python-pptx.

78|16|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/sheawinkler/hermes-agent-ultra --skill pptx-author-sheawinkler
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pptx-author
Source: https://github.com/sheawinkler/hermes-agent-ultra/tree/main/optional-skills/finance/pptx-author
Command: npx skills add https://github.com/sheawinkler/hermes-agent-ultra --skill pptx-author-sheawinkler

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate PowerPoint decks without interactive PowerPoint, enabling automated, model-backed presentations where each figure derives from a workbook cell.

Core Features & Use Cases

  • Headless deck creation using python-pptx to assemble slides programmatically.
  • Output to a deterministic artifact ./out/<name>.pptx, with optional usage of a firm template if available.
  • Seamless integration with a workbook-led workflow (e.g., excel-author) to ensure every number traces to a source cell.

Quick Start

Use the pptx-author skill to generate a deck from your model workbook and save it to the ./out/ directory.

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 workbook data?

Headless PPTX deck authoring generates PowerPoint presentations programmatically using python-pptx, assembling slides from workbook data without opening interactive PowerPoint, and writes the final deck to ./out/<name>.pptx.

How do I generate PowerPoint presentations from Excel workbook data without opening PowerPoint?

You generate PowerPoint presentations from Excel workbook data by using python-pptx to programmatically assemble slides with workbook-based bindings, writing the final deck to ./out/<name>.pptx without requiring interactive PowerPoint.

Does python-pptx support workbook-based bindings for finance pitch decks?

Yes, python-pptx supports workbook-based bindings for finance pitch decks, ensuring every number on your slides traces directly to a source workbook cell for model-backed presentations like IC memos and earnings notes.

Do I need Microsoft PowerPoint installed to create pptx files programmatically?

No, you do not need Microsoft PowerPoint installed to create pptx files programmatically; the headless creation process uses python-pptx to write the presentation directly to the ./out/ directory.

What is the best way to ensure numbers in a presentation trace back to a workbook?

The best way to ensure numbers trace back to a workbook is using a workbook-led workflow with python-pptx, applying workbook-based bindings so each figure in the presentation derives from a specific source cell.

Are there limitations to headless PowerPoint generation for deck materials?

Headless PowerPoint generation for deck materials requires python-pptx and depends on workbook data for numbers; complex interactive elements may not translate, but it outputs deterministic artifacts suitable for finance pitch decks and IC memos.