pptx-author

Create PowerPoint presentations as file artifacts using python-pptx templates.

Updated May 9, 2026
One-click install
npx skills add https://github.com/mahyarmalekii/MarketIntel --skill pptx-author-mahyarmalekii
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pptx-author
Source: https://github.com/mahyarmalekii/MarketIntel/tree/main/backend/financial-services/plugins/vertical-plugins/financial-analysis/skills/pptx-author
Command: npx skills add https://github.com/mahyarmalekii/MarketIntel --skill pptx-author-mahyarmalekii

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides the ability to create PowerPoint files (.pptx) without the need for an open Office application, ideal for use in headless (managed-agent) sessions.

Core Features & Use Cases

  • Headless Operation: Works in scenarios where no Office app is available, suitable for managed-agent sessions.
  • File Output: Produces a PowerPoint file as an artifact instead of a live document, perfect for managed-agent sessions with no open Office app.
  • Use Case: For managed-agent sessions, you can use this Skill to generate a presentation deck and save it as a file.

Quick Start

Generate a PowerPoint file with the pptx-author skill for your presentation.

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 headless mode without an open Office application?

You can generate PowerPoint files in headless mode by using python-pptx to create slides and save them directly as .pptx file artifacts, eliminating the need for an active Office application.

Can I create .pptx presentations automatically in managed-agent sessions?

Yes, creating .pptx presentations in managed-agent sessions is fully supported. The skill operates headlessly to produce file artifacts suitable for automated workflows without open Office apps.

What is the best way to automate PowerPoint deck generation using python-pptx?

The best way to automate PowerPoint deck generation with python-pptx is running it in a headless environment to programmatically build slides from templates and output a standalone file artifact.

Do I need Microsoft Office installed to create .pptx files programmatically?

No, you do not need Microsoft Office installed to create .pptx files programmatically. The skill utilizes python-pptx to generate presentation files independently in headless mode.

Can I use provided templates to generate slides in headless mode?

Yes, you can use provided templates to generate slides in headless mode. The skill utilizes python-pptx to construct presentations based on those templates and outputs a file artifact.

Are there limitations when generating PowerPoint files in headless managed-agent sessions?

The primary limitation of generating PowerPoint files in headless sessions is that it produces static file artifacts rather than live documents, meaning you cannot interact with an open Office application during generation.