pptx

Generates editable PowerPoint presentations locally from structured outlines using python-pptx.

2.0k|291|Updated Jul 24, 2026
One-click install
npx skills add https://github.com/Pinvou/pinvou-agent --skill pptx-pinvou
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: pptx
Source: https://github.com/Pinvou/pinvou-agent/tree/main/pinvou3-app/src-tauri/resources/common/skill-marketplace/pptx
Command: npx skills add https://github.com/Pinvou/pinvou-agent --skill pptx-pinvou

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-pptx.

What problem does it solve? Creating presentation decks manually is slow and repetitive. This Skill turns a topic or outline into a fully editable .pptx file generated locally, with themed templates, real editable charts, and a cover thumbnail—without sending your data to any external service. ## Core Features & Use Cases - Outline-first workflow: Drafts a chapter-and-slide outline for your confirmation before generating the deck, so structure is right before rendering. - Automatic theme selection: Picks one of nine built-in themes (business-blue, tech-dark, gov-red, creative-purple, fresh-green, warm-orange, navy-gold, minimal-mono, midnight) based on the deck's content, with a one-line rationale you can override. - Truly editable output: Generates native .pptx via the mcp_pptx_make_pptx tool with editable charts, tables, KPI blocks, and two-column layouts—never HTML substitutes. - Use Case: Ask for a quarterly business review deck; confirm the outline, let the Skill pick business-blue, and receive a local .pptx presented on an artifact card ready to open and edit. ## Quick Start Generate a 10-slide PowerPoint presentation about our Q3 sales results with charts and a summary table.

Frequently Asked Questions about pptx

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

FAQPage Schema
How do I generate a PowerPoint presentation with AI?▼

Describe your topic and the Skill drafts a slide outline for your confirmation first. After approval, it builds a structured deck, auto-selects a theme, and calls mcp_pptx_make_pptx to produce an editable .pptx file locally.

What themes are available for generated PPT slides?▼

Nine built-in themes are available: business-blue, tech-dark, gov-red, creative-purple, fresh-green, warm-orange, navy-gold, minimal-mono, and midnight. The Skill picks one based on your content and explains why, but you can override the choice.

Are the charts in the generated pptx editable?▼

Yes, the generated .pptx contains native editable charts, tables, and text blocks rendered through python-pptx. You can open the file in PowerPoint or compatible software and modify every element directly.

Does PPT generation send my data to the cloud?▼

No, generation runs locally on your machine and data never leaves the device. The first setup downloads the python-pptx dependency over the network, but deck content itself is processed offline.

Why is the mcp_pptx_make_pptx tool not available?▼

Connector tools load lazily, so run tool_search first to activate it. If tool_search cannot find it, the PPT generation connector is not installed and must be added before decks can be generated.