AI Agent Hub
Back to skills
AI PPT Maker icon

AI PPT Maker

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_7e25a48a/api-maker.

About this skill

Problem

Generating PPTX directly from a model often produces inconsistent layouts, unstable cross-slide references, and hard-to-verify icon or font behavior. api_maker2 frames presentation creation as an inspectable pipeline: research, HTML slides, and PPTX export, reducing uncertainty compared with one-shot generation.

How It Works

The skill uses a Research → HTML → PPTX workflow:
- Unified content layer: web research, user-provided documents, or AI-organized material are consolidated into research.md, which downstream outline and slide generation read from.
- Single source of truth: presentation.json stores title, theme, slide order, content_spec, and file mappings, keeping slide additions, deletions, and exports consistent.
- HTML intermediate representation: each slide is an independent HTML file on a 1280×720 canvas, styled with Tailwind CSS and Lucide icons for browser preview and stronger visual control.
- Controlled generation: serial generation is the default; parallel generation is used only when the platform supports sub-agent file writes.

The workflow covers requirement gathering, research collection, outline confirmation, project initialization, slide generation, icon validation, and PPTX export. Icon validation checks Lucide references and attempts to replace invalid names with valid matches.

Boundaries

It fits structured, research-backed decks and office presentations with a clear theme, not open-ended design work. Content quality depends on research.md; export requires Playwright with headless Chromium, and missing fonts can affect layout calculation.

Use Cases

  • Turn market-trend notes from an industry report into a 12-page deck, confirm the outline, and export PPTX.
  • Structure existing customer case files into slides without rewriting the content, generate HTML pages, and export.
  • Prepare a 20-slide product launch deck, manage slide order via presentation.json, and validate Lucide icons.
  • Change the theme and layout of an existing deck while keeping copy intact, regenerate HTML, and re-export.

Best For

  • Presales consultants who need client-facing PPTs with consolidated material and a confirmed outline.
  • Product managers who must turn launch materials into slides while keeping copy and adjusting layout.
  • Operations analysts who deliver market-trend briefs generated from research files and exported to PPTX.
  • Technical writers maintaining existing decks who need theme updates, icon checks, and re-exports.