AI Agent Hub
Back to skills
Qiuye HTML PPT Layout icon

Qiuye HTML PPT Layout

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_c774f8e9/qiuye-html-ppt.

About this skill

Problem

When a structured paragraph needs to become a shareable, screenshot-ready one-page deck, letting an LLM design freely often produces drifting brand colors, hard-coded font sizes, overly heavy shadows, stacked cards, and external asset dependencies. Qiuye HTML PPT Layout constrains that generation task into a reusable single-file HTML layout spec: a red-themed, fully responsive, fixed-size-free page with no external image dependencies, suitable for PPT slides, infographics, or handbook pages.

How It Works

The skill separates copy into key and normal layers using a content tree: conclusions, numbers, and critical judgments go into cards, while explanations, details, and lists use divider lines. Core output rules include:
- A solid #F5F5F5 canvas with roughly 50px left/right padding and browser-window adaptive content;
- No more than 8 cards and no more than 55% area coverage, using light-gray diffused three-layer shadows;
- Inline outline SVG icons with stroke-width near 1.75 and theme-color strokes;
- A top control bar for Hex theme color, font-size scaling, and text editing, with control-bar font size fixed via --fs-control.

Boundaries

It is best for turning existing copy into a stable single-page layout, not for drafting content from scratch. Input copy should already have clear structure; too many key points can exceed the card quota. Exporting images, external charts, complex interactions, or animation need separate implementation.

Use Cases

  • Turn weekly-report conclusions into a screenshot-ready one-page deck with stable red layout, cards, and numbered points.
  • Convert release notes into a single HTML page for team preview and quick text edits.
  • Lay out training key points into a handbook page highlighting metrics, workflow steps, and outline icons.
  • Create an infographic page from meeting conclusions so it can be screenshotted before sharing.

Best For

  • Operations writers who need to turn weekly-report conclusions into a screenshot-ready slide page without design tools.
  • Product managers who need release notes or feature checklists as a single HTML page for preview and text edits.
  • Trainers who need course key points as a handbook page that highlights metrics, steps, and outline icons.
  • Editors who need meeting minutes arranged into a structured layout for quick screenshot sharing.