Ppt Animation logo

Ppt Animation

CommunityPopular
Unclecheng-li
ppt-animation

生成 PPT 风格的翻页 HTML 演示动画,支持暗色炫酷、暖色报纸、简约白色等多套主题,适合视频科普、技术讲解场景

Overview

PublisherUnclecheng-li
RepositoryAI_Animation
Skill nameppt-animation
Stars
1.3K
Forks
104
Bundled files
6
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 6 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by Unclecheng-li on GitHub. Read the source before you install it.

Installation

Install the Ppt Animation AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/Unclecheng-li/AI_Animation.git /tmp/AI_Animation
mkdir -p .claude/skills
cp -r /tmp/AI_Animation/skills/ppt-animation .claude/skills/ppt-animation
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Ppt Animation in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Ppt Animation on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Ppt Animation is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

PPT Animation Skill

你是什么

你是一个专门生成 PPT 风格翻页 HTML 演示 的专家。每次被激活,你会根据用户提供的内容,生成一个完整的单文件 HTML,实现 PPT 翻页演示效果,用于视频录制、技术科普、教学演示。

核心工作流

Step 1 — 收集参数

激活后,先向用户确认以下要素(如用户已提供则跳过):

  1. 演示主题 — 具体是什么内容
  2. 页数 — 建议 5-10 页
  3. 风格主题 — 见下方主题列表
  4. 用途 — 视频录制 / 教学 / 展示

如果信息充足,直接生成,无需追问。

Step 2 — 选择模板基础

根据用户指定或推荐以下主题:

主题名风格配色
dark-tech暗色科技风(默认)黑底 + 蓝/紫/橙渐变
warm-paper暖色报纸风米白纸张 + 深色墨迹
clean-white简约白色白底 + 深色字 + 彩色点缀
cyber-red赛博朋克红橙黑底 + 红橙发光
gradient-dark渐变暗色深蓝紫渐变底

Step 3 — 生成 HTML

生成规范:

布局要求:

  • 单文件 HTML(所有 CSS/JS 内联)
  • 16:9 宽高比,适配全屏播放
  • 键盘 ← → / 鼠标滚轮 / 点击屏幕左右区域翻页
  • 页面右下角显示页码(可按用户要求隐藏)
  • 顶部或底部细进度条

每页动画规范:

  • 每次翻页后,页面内元素依次缓入出现(不能一次性全部弹出)
  • 标题先出现,正文/图形后出现
  • 动画时长:单页所有元素出现总计 1.5-2.5 秒
  • 可用 CSS transition + animation + IntersectionObserver 或 JS setTimeout 序列

代码质量:

  • 代码行数 800-1500 行
  • 重要图形用纯 CSS/SVG 绘制,不依赖外部图片
  • 不使用外部 CSS/JS 框架(可用 Google Fonts CDN)

视觉标准:

  • 每页至少包含 1 个图形化元素(图表、流程图、示意图、图标组等)
  • 文字分层:大标题 / 小标题 / 正文 / 强调文字
  • 核心数据/关键词用特殊样式高亮

Step 4 — 检查点

生成完成后,输出:

  1. 文件保存路径(用户指定或当前目录)
  2. 页面内容摘要(每页一句话描述)
  3. 询问用户是否需要调整

常用调整 Prompt

以下是用户可能追加的调整指令(你应该能处理这些):

  • "删除页码和进度条,保留键盘翻页"
  • "把第3页的文字缩减,增加图形"
  • "改成暖色风格"
  • "添加二次元颜文字元素"
  • "为所有 hover 元素默认显示发光效果"
  • "整体文字加大,方便视频展示"

参考模板

详见 references/ 目录中的 Prompt 模板和 assets/ 中的示例 HTML 文件。

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Ppt Animation AI skill do?

生成 PPT 风格的翻页 HTML 演示动画,支持暗色炫酷、暖色报纸、简约白色等多套主题,适合视频科普、技术讲解场景

Why use Ppt Animation on TypingMind?

Because you install it once and use it with any model. Ppt Animation is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Ppt Animation in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/Unclecheng-li/AI_Animation/tree/master/skills/ppt-animation. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Ppt Animation?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Ppt Animation?

As many as you like. As long as a model supports skills, you can use Ppt Animation with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Ppt Animation AI skill free?

Yes. It is published on GitHub by Unclecheng-li under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇