AI Agent Hub
Back to skills
PPT Helper icon

PPT Helper

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 and install @user_0e56f9a3/ppt-helper.

About this skill

Problem

Writing slide scripts often hits the same failure modes: vague requirements, inconsistent layouts, text overflow, and small python-pptx mistakes such as wrong layout indexes or missing Inches() / Pt() wrappers. PPT Helper turns “make a deck” into a confirmable workflow: parse natural language or a Markdown outline, present a numbered slide list, wait for approval, then generate a self-contained Python script and verify the .pptx file.

Workflow and Boundaries

Core capabilities:

  • Input: natural language such as “make a 10-slide deck about AI safety”, or Markdown where each ## heading becomes a slide and each bullet becomes list content.
  • Layouts: title, bullet content, blank, two-column, image + text, table, and ending slides using python-pptx patterns.
  • Styling: four preset themes—Professional Blue, Warm Orange, Clean Green, and Dark Mode—with default typography such as 32pt slide titles and 14pt body text.
  • Verification: run the generated script and confirm the .pptx output exists, which is useful for a first draft.

This is not a design tool. It does not guarantee polished visuals, animations, or master-slide consistency. Long text can still overflow, Chinese text should explicitly use a CJK font such as Microsoft YaHei, and dimensions should use Inches() or Pt(). It fits structured reports, technical talks, solution drafts, and repeatable template generation.

Use Cases

  • Turn a technical proposal in Markdown into an editable PPTX draft for pre-review circulation.
  • Expand a natural-language brief into a five-slide outline, confirm it, then generate a Python script.
  • Prepare a themed technical talk deck with two-column and table slides to reduce manual layout work.
  • Generate a Chinese business deck and check Microsoft YaHei font settings and text overflow behavior.

Best For

  • Engineers who need to convert Markdown technical proposals into editable PPT decks
  • Product managers who need quick, structured report slides for project weekly meetings
  • Consultants who need to turn Chinese briefing documents into PPTs with controlled layout and typography
  • Automation engineers who want Python scripts to batch-generate first-draft slide decks