AI Agent Hub
Back to skills
PPTX Create, Inspect, Edit icon

PPTX Create, Inspect, Edit

Office Efficiency Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md to install @zcwl/powerpoint-pptx in your AI assistant.

About this skill

Problem

Building PowerPoint decks is rarely about designing a single slide. The real work is often creating drafts, checking formatting, replacing text, and making sure the final PPTX file remains usable. Manual edits can easily produce overflow issues, inconsistent placeholders, or scattered versions, especially when an AI Agent is asked to generate or revise materials in batches.

How It Works

This skill targets PowerPoint / PPTX workflows. Its core function is to create, inspect, and edit presentation files while keeping layouts reasonably stable. It can be invoked inside AI Agent environments that support SKILL.md. Common inputs include:
- content: the material to write, parse, or process;
- mode: the processing mode, with options such as json, text, or markdown;
- max_retries: the maximum retry count for a step, defaulting to 2;
- skip_steps: step indices to skip during resumable execution.

In practice, you prepare the runtime and required permissions, pass the relevant parameters to the skill, then review the output status and generated artifacts. The documentation also mentions a reference template at assets/powerpoint-pptx_template. If configuration, runtime, or network errors appear, the first debugging step is to verify the environment, input parameters, and connectivity.

Boundaries

This skill fits repetitive PowerPoint creation, format checking, and content editing that can be delegated to an Agent. It is not intended for complex decisions that require substantial human judgment. Because the result still depends on LLM output and file format behavior, sensitive content should be handled carefully, and production use should include spot checks for text overflow, image references, and master-slide compatibility.

Use Cases

  • Generate a draft PPTX from an existing Markdown outline and check title and body placeholders.
  • Before a weekly report demo, inspect a PPTX for overflow and missing pages, then edit content.
  • Turn product specs in `json` into a deck and iterate wording inside an Agent conversation.
  • Quickly inspect multiple PPTX drafts and locate pages that need text replacement or reflow.

Best For

  • Pre-sales consultants building client proposals: turn key points into an editable PPTX draft.
  • Operations staff writing internal training materials: generate slides in an Agent and check headings.
  • Product managers maintaining product docs: convert JSON specs into decks and iterate wording.
  • Engineering managers reviewing multiple decks: inspect PPTX drafts and locate pages needing edits.