PPTX Generator

Create, read, and edit PPTX decks with Python scripts.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/rocky2431/hiveclaw --skill pptx-generator-rocky2431
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: PPTX Generator
Source: https://github.com/rocky2431/hiveclaw/tree/main/backend/app/templates/skills/pptx-generator
Command: npx skills add https://github.com/rocky2431/hiveclaw --skill pptx-generator-rocky2431

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PPTX deck creation, editing, and text extraction often require manual, error-prone steps. This skill provides a deterministic, script-driven approach to build, read, or adjust PowerPoint decks with explicit output contracts and cloud-first execution.

Core Features & Use Cases

  • Deterministic generation and editing of PPTX decks using compact Python scripts.
  • Read existing decks to extract slide text and structure with predictable results.
  • Deliver finished decks via channel and maintain strict output contracts for integration into larger workflows.

Quick Start

Describe your PPTX task (create, read, or edit) and I will run a deterministic script to generate, modify, or extract a deck and deliver the final .pptx.

Frequently Asked Questions about PPTX Generator

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

FAQPage Schema
How do I automate PowerPoint creation and editing without manual formatting?

Automating PowerPoint creation and editing is handled through deterministic Python scripts that build, modify, or extract slide text. This script-driven approach replaces manual formatting steps with predictable, structured PPTX manipulations and explicit output contracts.

Can I extract text and structure from an existing PPTX deck programmatically?

Extracting text and structure from an existing PPTX deck is supported by reading the file with deterministic scripts. The process parses the presentation to deliver predictable slide text extraction results, which is useful for cloud-first environments and larger workflows.

Do I need python-pptx to generate PPTX files in a cloud-first environment?

Yes, python-pptx is required to generate PPTX files in a cloud-first environment. The execution relies on python-pptx alongside read_document, read_file, write_file, and execute_code components to perform structured deck manipulations.

What is the best way to update slides in a PPTX deck via a script?

The best way to update slides in a PPTX deck via a script is using a deterministic approach with explicit output contracts. By executing compact Python scripts, you can apply structured modifications to existing slides and deliver the finished .pptx.

Are there limitations to script-driven PPTX generation for complex presentations?

Limitations of script-driven PPTX generation involve its deterministic nature, which relies on structured manipulations rather than freeform visual design. It is built for predictable deck creation, reading, and text extraction, making it less suited for highly complex, unstructured visual layouts.