pptx-author

Construct PowerPoint presentations from Python scripts using python-pptx.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation of PowerPoint presentations from Python, making it easy to build and update complex financial decks with traceable numbers and branding.

Core Features & Use Cases

  • Headless PowerPoint Creation: Build and save PowerPoint presentations without the need for a PowerPoint session.
  • Finance-Specific Functionality: Tailored for finance use, with emphasis on traceable numbers and compatibility with the 'excel-author' skill.
  • Custom Templates: Utilize branded templates for consistency and branding in financial presentations.

Quick Start

Create a PowerPoint presentation using the pptx-author skill by specifying the model and template paths, e.g., 'pptx-author --model model.xlsx --template firm-template.pptx'.

Frequently Asked Questions about pptx-author

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

FAQPage Schema
Can I generate a PowerPoint presentation from Python scripts without opening PowerPoint?

Yes, you can generate PowerPoint presentations headlessly from Python scripts using the python-pptx library. This approach constructs and saves complete slide decks without requiring an active PowerPoint session.

How do I build finance presentations with traceable numbers from spreadsheet models?

You integrate spreadsheet models with the pptx-author skill to build finance presentations containing traceable numbers. It enables pulling data points directly from spreadsheet models into your slides.

Does python-pptx support applying custom branded templates to financial presentations?

Yes, python-pptx supports applying custom branded templates to financial presentations. You specify a template path during generation to ensure consistent branding across all generated slides.

What is the best way to automate updating complex financial decks in Python?

The best way to automate updating complex financial decks is using Python scripts with the python-pptx library. This method allows you to programmatically manipulate slide content and maintain traceable data points.

Do I need python-pptx installed to create slides from a Python script?

Yes, you need the python-pptx library installed to create slides from a Python script. It is the required dependency for manipulating slide content and applying templates within the presentation generation process.

How do I start building a PowerPoint deck using a specific model and template?

You start building a PowerPoint deck by specifying the model and template paths in your command, such as 'pptx-author --model model.xlsx --template firm-template.pptx'. This integrates your spreadsheet data with your branded template.