AI Agent Hub
Back to skills
Business PPTX Generator icon

Business PPTX Generator

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 @user_5c1a5dc2/pptx-generator-bussiness into your AI assistant.

About this skill

Problem It Addresses

When the user already has report points, technical notes, or project summaries in text but needs an editable .pptx file, manual layout, alignment, page breaks, and color choices take time. This skill targets the “content is ready, presentation needs to be produced quickly” case: it creates 16:9 widescreen decks in business blue, tech purple, or minimal gray styles, rather than planning content from scratch or adding animations.

How It Works

The skill uses scripts/pptx_generator.py as the core engine. It first confirms the title, subtitle, author, theme, and content structure, then organizes the content into a Markdown file with YAML metadata. # creates section pages, ## creates content pages, ##@left / ##@right creates two-column layouts, ##@table creates table pages, and ##@end creates a closing page. It relies on python-pptx at runtime and can present the file path, page count, and theme after generation. The default visual system includes a left accent bar, dark section pages, blue table headers, alternating table rows, automatic page numbers, and Microsoft YaHei.

Boundaries And Caveats

It fits structured reporting materials such as project updates, technical explainers, and business reviews; it is not intended for complex charts, custom brand templates, or highly bespoke design. Keep each page to no more than 8 bullets, tables to no more than 6 columns, and split large content by chapter. If generation fails, check that python-pptx is available first.

Use Cases

  • Turn weekly report highlights into an editable .pptx with a business-blue theme.
  • Convert technical solution sections into dark section pages and content pages for review.
  • Compare old and new workflows in two columns and add a Markdown table page.
  • Generate a closing Q&A page with page numbers for a project retrospective.

Best For

  • Product managers preparing quarterly reviews need to turn key points into .pptx files.
  • Engineers writing technical talks need slides generated with a tech theme.
  • Consultants preparing business reviews need section, table, and ending pages.
  • Trainers preparing course materials need to convert Markdown notes into editable PPT.