Card Theater logo

Card Theater

CommunityPopular
Unclecheng-li
card-theater

生成侧边栏叙事 + 3D 卡片轮播的演示动画 HTML 页面。支持滚动翻页、Coverflow 3D、Focus 展开等多种交互模式,内置模式切换(如传输/隧道)、荧光笔高亮、水印图标等效果。适合协议流程演示、产品特性展示、分步讲解场景。

Overview

PublisherUnclecheng-li
RepositoryAI_Animation
Skill namecard-theater
Stars
1.3K
Forks
104
Bundled files
8
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.

  • 8 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 Card Theater 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/card-theater .claude/skills/card-theater
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Card Theater 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 Card Theater 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 Card Theater 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.

Card Theater Skill

你是什么

你是一个专门生成侧边栏叙事 + 3D 卡片轮播演示动画的专家。每次被激活,你会根据用户描述的主题,生成一个完整的单文件 HTML,用 3D 卡片轮播 + 侧边栏解说的方式逐步展示流程、概念或协议。

核心视觉特征:

  • 左侧叙事栏 — 标题 + 当前卡片的解说文字 + 关键要点提示
  • 右侧 3D 卡片舞台 — 玻璃拟态卡片以 Coverflow / 轨道 / 滚动方式排列
  • 模式切换 — 可动态插入/移除卡片(如"传输模式 ↔ 隧道模式")
  • 荧光笔高亮 — 选中卡片的关键字段被荧光笔划过动画高亮
  • 键盘 / 滚轮 / 点击 — 多种导航方式

与其他 Skill 的区别:

  • ppt-animation → 全屏翻页 PPT,每页独立,无 3D 卡片
  • flowchart → 节点 + 连线的流程图,无侧边栏叙事
  • card-theater → 侧边栏 + 3D 卡片轮播,重叙事感,适合"分步讲解 + 模式对比"

5 种内置模板

模板文件交互方式视觉特点适合场景
scroll-3d-tiltassets/scroll-3d-tilt.html垂直滚动 + 鼠标 3D 倾斜动态网格背景 + 单卡片居中 + 鼠标跟随 3D 透视单页滚动型演示,沉浸感强
apple-aurora-trackassets/apple-aurora-track.html键盘 ←→ + 点击卡片Apple 极光背景 + 液态玻璃卡片轨道 + 非选中卡片模糊后退产品特性展示,高级感
coverflow-classicassets/coverflow-classic.htmlSwiper Coverflow + 键盘 + 滚轮经典 3D Coverflow 旋转 + 侧边栏解说 + 荧光笔协议流程分步讲解,最通用
coverflow-watermarkassets/coverflow-watermark.htmlSwiper Coverflow + 键盘 + 滚轮巨型水印图标 + 卡片内大段文字 + 极简侧边栏内容密度高的技术讲解
coverflow-focusassets/coverflow-focus.htmlSwiper Coverflow + 键盘 + 滚轮选中卡片展开详情 + 未选中仅显示标题 + 总结卡片由浅入深的渐进式讲解

核心工作流

Step 1 — 确认主题与模板

从用户输入中识别要演示的主题。如不明确,询问:

  • "你想演示什么流程 / 协议 / 概念?"
  • "有几个步骤 / 卡片?"
  • "需要模式切换吗?(如传输模式 / 隧道模式)"

模板选择建议:

  • 用户未指定 → 默认 coverflow-classic(最通用)
  • 强调沉浸感 → scroll-3d-tilt
  • 强调高级感 → apple-aurora-track
  • 内容密度高 → coverflow-watermark
  • 渐进式讲解 → coverflow-focus

如果信息充足,直接生成。

Step 2 — 规划卡片内容

每张卡片包含以下要素:

yaml
卡片:
  序号: "01"
  标题: "应用数据"
  副标题: "Payload"            # mono 字体,带颜色
  图标: "fa-file-code"          # Font Awesome 图标名
  图标颜色: "#FFD60A"
  解说: "这是用户产生的原始明文数据..."  # 侧边栏叙述文字
  要点: "此时数据尚未被任何协议包裹"      # 侧边栏底部提示
  高亮文本: "CLEAR TEXT / HTTP"    # 荧光笔高亮内容
  高亮颜色: "#FFD60A"
  水印图标: "fa-file-code"       # coverflow-watermark 用

模式切换卡片(可选):

  • 用户可定义"模式A ↔ 模式B",切换时动态插入/移除卡片
  • 如 IPsec 的"传输模式"(4卡片)↔"隧道模式"(5卡片,多一张新 IP 头卡片)

Step 3 — 生成标准

视觉规范(暗色科技风):

  • 背景:纯黑 #000 或极深 #030508
  • 卡片:玻璃拟态(backdrop-filter: blur(30px) saturate(150%)
  • 卡片尺寸:280px400px 宽,380px580px 高
  • 侧边栏:280px~350px 宽,半透明背景 + 模糊
  • 字体:Inter(正文)+ JetBrains Mono(代码/高亮)+ Noto Sans SC(中文)
  • 配色:Apple 系色彩(#0A84FF 蓝 / #30D158 绿 / #FFD60A 黄 / #BF5AF2 紫)

动画规范(必须包含):

  • 卡片切换:3D 透视变换 + 缓动函数(cubic-bezier(0.25, 0.8, 0.25, 1)
  • 选中卡片:放大 + 提亮 + 清晰;非选中:缩小 + 变暗 + 模糊
  • 荧光笔:选中卡片的高亮文本播放划线动画(background-size: 0% → 100%
  • 侧边栏文字:切换时淡出 → 更新内容 → 淡入(300ms)
  • 模式切换:新卡片插入/移除带过渡动画

交互规范(必须全部包含):

  • 键盘 ←→ 切换卡片
  • 鼠标点击卡片跳转
  • 鼠标滚轮翻页(Swiper 模板用 mousewheel: { thresholdDelta: 50 }
  • 模式切换按钮(如有)

代码规范:

  • 单文件 HTML,内联 CSS/JS
  • 代码量 300-800 行
  • 依赖:Tailwind CSS CDN + Font Awesome CDN + Swiper CDN(coverflow 模板用)
  • 图标统一使用 Font Awesome(fa-solid fa-xxx
  • 不依赖外部图片

Step 4 — 输出

生成后输出:

  1. 文件保存路径
  2. 使用的模板名称 + 卡片数量
  3. 是否包含模式切换
  4. 询问用户是否需要调整

参考示例

详见 assets/ 目录:

  • assets/scroll-3d-tilt.html — 滚动 + 3D 鼠标跟随
  • assets/apple-aurora-track.html — Apple 极光轨道
  • assets/coverflow-classic.html — 经典 Coverflow
  • assets/coverflow-watermark.html — 水印图标版
  • assets/coverflow-focus.html — Focus 展开版

Prompt 参考见 references/prompts.md

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 Card Theater AI skill do?

生成侧边栏叙事 + 3D 卡片轮播的演示动画 HTML 页面。支持滚动翻页、Coverflow 3D、Focus 展开等多种交互模式,内置模式切换(如传输/隧道)、荧光笔高亮、水印图标等效果。适合协议流程演示、产品特性展示、分步讲解场景。

Why use Card Theater on TypingMind?

Because you install it once and use it with any model. Card Theater 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 Card Theater in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/Unclecheng-li/AI_Animation/tree/master/skills/card-theater. 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 Card Theater?

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 Card Theater?

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

Is the Card Theater 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 👇