pptx-author

Generate .pptx files programmatically for headless operations.

1|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/mouseqiao85/AI-Plat --skill pptx-author-mouseqiao85
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pptx-author
Source: https://github.com/mouseqiao85/AI-Plat/tree/main/agent/skills/pptx-author
Command: npx skills add https://github.com/mouseqiao85/AI-Plat --skill pptx-author-mouseqiao85

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill enables the production of .pptx files for use in headless environments, eliminating the need for live PowerPoint document editing.

Core Features & Use Cases

  • Headless PowerPoint Production: Generates .pptx files from scripts, suitable for use in headless or managed-agent sessions.
  • File-based Delivery: Delivers the PowerPoint deck as a file artifact instead of an interactive live document.
  • Use Case: Ideal for scenarios where a managed agent needs to produce a presentation without the need for a live PowerPoint application, such as automated reporting or digital delivery.

Quick Start

Execute the 'pptx-author' skill to create a PowerPoint deck named 'report.pptx'.

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?

To generate PowerPoint files in a headless environment, you can use scripts to programmatically create .pptx files without needing a live PowerPoint application. This produces static file artifacts suitable for automated workflows.

Can I use python-pptx for automated presentation generation without opening PowerPoint?

Yes, you can use python-pptx for automated presentation generation to produce static .pptx file artifacts. This eliminates the need for live document manipulation or opening the PowerPoint application during generation.

What is headless PowerPoint production and when do I need it?

Headless PowerPoint production is the process of creating .pptx files via scripts without a live application interface. You need it for automated reporting or digital delivery where presentations are produced as artifacts in managed agent sessions.

Does headless .pptx file generation support live document manipulation?

No, headless .pptx file generation does not support live document manipulation. It is designed for static file generation, producing presentation decks as file artifacts rather than interactive live documents for managed agents.

What's the best way to create .pptx decks for automated reporting?

The best way to create .pptx decks for automated reporting is executing a script to produce a named file artifact, such as 'report.pptx'. This headless production method bypasses live editing to deliver presentations directly.