pptx-author

Generate PowerPoint .pptx files from Python scripts in headless environments.

3|Updated May 30, 2026
One-click install
npx skills add https://github.com/Timmy6942025/open-financial-agents --skill pptx-author-timmy6942025
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: pptx-author
Source: https://github.com/Timmy6942025/open-financial-agents/tree/main/src/agent-skills/pitch-agent/skills/pptx-author
Command: npx skills add https://github.com/Timmy6942025/open-financial-agents --skill pptx-author-timmy6942025

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the need for creating PowerPoint presentations as files in headless environments, where a live PowerPoint application is not available.

Core Features & Use Cases

  • Headless PPTX Generation: Produces .pptx files on disk for use in headless sessions.
  • File Artifacts: Delivers PowerPoint decks as file artifacts for further use or distribution.
  • Use Case: Ideal for managed-agent sessions, where you need to provide a PowerPoint presentation as a file, rather than driving a live document.

Quick Start

Run the pptx-author skill to create a PPTX file for your pitch deck without a live PowerPoint app.

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 files in a headless environment without a live PowerPoint application?▼

You can generate PowerPoint files in a headless environment by running a Python script that utilizes the python-pptx library to create and save .pptx files directly to disk without needing a live application.

Can I create a PPTX pitch deck from a template in a managed-agent session?▼

Yes, you can create a PPTX pitch deck in a managed-agent session. The process utilizes python-pptx to generate and save PowerPoint presentations based on a template or custom content as file artifacts.

What is the best way to automate presentation generation as file artifacts?▼

The best way to automate presentation generation for file artifacts is using a Python script with python-pptx. This targets headless sessions, delivering .pptx files on disk for further use or distribution.

Does python-pptx work for producing PowerPoint files when Office applications are unavailable?▼

Yes, python-pptx works for producing PowerPoint files when Office applications are unavailable. It specifically targets scenarios like managed-agent sessions where live applications are missing, outputting .pptx files directly.