AI Agent Hub
Back to skills
One-Click HTML Presentation Animation Generator icon

One-Click HTML Presentation Animation Generator

Development 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_ab5ae6ee/unclecheng-ai-animation.

About this skill

Problem

When raw science content is passed to a model, the resulting HTML can be visually thin, poorly structured, or have animations that run only once. This skill turns the content into a presentation page such as AI_Animation.html, focusing on PPT-style carousels, flat UI flowcharts, template-driven reconstruction, and animation reset.

Core Workflow

  • Mode 1: generates a PPT prompt from the input, creates a full HTML page, then reconstructs it using built-in templates. It prefers assets/templates/PPT Template-level2/ and falls back to assets/templates/PPT/.
  • Mode 2: if the user explicitly asks for a flowchart, it re-renders the existing page with an assets/templates/Animation/ template as a flat UI style, without adding new content.
  • Key fix: inserts a cloneNode(true) plus replaceChild script so page switches re-trigger CSS animations reliably.

Boundaries

Best for explaining models, protocols, algorithms, or architecture comparisons. It is not a substitute for real data visualization or interactive applications. Output path is user-controlled; if absent, it defaults to the desktop AI_Animation.html. Template choice should be based on content type, and complex topics should consult SUMMARY.md before selecting a template.

Use Cases

  • Turn OSI seven-layer protocol notes into a 13-slide HTML carousel for class or technical sharing.
  • Convert RNN/LSTM gate-flow notes into a flat UI flowchart to explain hidden states and gradient issues.
  • Rebuild architecture comparison material into a 12-VS or step-animation template for presentation.
  • Fix page-switch animation reset issues in generated HTML so the demo can be replayed reliably.

Best For

  • Instructors preparing science or tech lectures who need protocol models and algorithm structures as demo pages.
  • Engineers writing technical docs or internal training who need architecture and process notes as HTML carousels.
  • Researchers building AI teaching materials who need RNN, LSTM, and word-vector concepts presented quickly with templates.
  • Developers delivering visualization pages who need output path, template choice, and animation reset control.