pptx-author

Generate PowerPoint presentations from Python scripts using python-pptx.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-pptx, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of PowerPoint presentations from Python scripts, streamlining the process for finance professionals who need to generate pitch decks, IC memos, and earnings notes without live PowerPoint sessions.

Core Features & Use Cases

  • Headless PowerPoint Creation: Build .pptx files programmatically for non-live sessions.
  • Model-Backed Decks: Ensures every number in the presentation traces back to a source workbook cell.
  • Use Case: Pair with excel-author to create decks where each financial figure is directly linked to a cell in an Excel workbook.

Quick Start

Run the pptx-author skill to create a PowerPoint presentation named 'presentation.pptx' from the provided template and data sources.

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 presentations from Python scripts for finance decks?

You generate PowerPoint presentations headlessly by running Python scripts that utilize the python-pptx library. This Skill automates the creation of finance decks, pitch decks, and IC memos without requiring a live PowerPoint session.

Can I link PowerPoint slides directly to Excel workbook cells for financial modeling?

Yes, you can build model-backed finance decks where every figure traces directly to an Excel workbook cell. This ensures data integrity by making each number in your presentation directly linked to its source workbook.

Do I need a live PowerPoint session to create .pptx files with python-pptx?

No, you do not need a live PowerPoint session to create .pptx files. The Skill executes headlessly, allowing you to programmatically generate presentation files in automated environments without opening the PowerPoint application.

What is the best way to automate pitch deck creation from an Excel financial model?

The best way to automate pitch deck creation is pairing python-pptx scripts with an Excel financial model. This headless approach generates .pptx files programmatically while ensuring every figure traces directly back to a workbook cell.

What are the limitations of using python-pptx for generating finance presentations?

A limitation of using python-pptx for generating finance presentations is the strict requirement for headless execution and access to a source Excel model. Complex live presentations may still require manual adjustments outside the script environment.