AI Agent Hub
Back to skills
Text to HTML Presentation Animation icon

Text to HTML Presentation Animation

Content Creation Updated 2026.08.30

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

Please install @user_ab5ae6ee/unclecheng-ai-animation-v1 according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem

Turning a popular-science paragraph into a demo page with a large model often yields a loose structure, thin HTML, and CSS animations that stop replaying after slide changes. Content about OSI layers, network models, or deep-learning concepts needs hierarchy, flow, and comparison, not just static text. This skill turns text-to-demo generation into a controllable workflow for PPT-style HTML and a flat-UI flowchart restyle.

How it works

  • Default PPT mode: build a more specific presentation prompt from the input, generate complete HTML, and inject animation-reset JS so slide changes retrigger CSS animations instead of relying on one-shot animation-fill-mode: forwards.
  • Template restyling: the model reads SUMMARY.md, then selects a built-in PPT template based on content type, such as VS layouts for comparisons, step animations for flows, or red-pulse styles for warnings.
  • Flowchart mode: when explicitly requested, restyle the existing AI_Animation.html into a flat-UI Animation template rather than generating new content.

Boundaries

It fits structured educational content: protocols, model architecture, experiments, and process steps. It is not aimed at live dashboards, external data visualization, or brand design systems. Output path and template path can be specified; the default output is AI_Animation.html on the desktop.

Use Cases

  • Convert an OSI seven-layer explanation into a 13-slide HTML carousel for classroom projection.
  • Restyle a gradient vanishing and exploding explainer into a red warning PPT web page.
  • After the PPT page exists, switch it to a horizontal seven-layer flowchart in flat UI style.
  • Build a locally openable HTML demo from deep-learning lab notes using a code-rain template.

Best For

  • CS instructors who need protocol-principle text turned into projected PPT-style pages.
  • Technical content editors turning model-flaw explainers into warning-style web pages.
  • Researchers who want a PPT page first, then a flat-UI flowchart restyle.
  • Science-communication scriptwriters choosing built-in templates for course demos.