Agent Skills
› nexu-io/html-video
› frame-electric-studio
frame-electric-studio
GitHub生成电光工作室风格分屏动画,白蓝双色面板从中开合,引言逐行浮现并跨屏变色,适配高对比标题与推荐语。
Trigger Scenarios
需要制作分屏展示效果
生成带动态引言的演示文稿
创建品牌使命陈述动画
Install
npx skills add nexu-io/html-video --skill frame-electric-studio -g -y
SKILL.md
Frontmatter
{
"od": {
"mode": "video",
"preview": {
"type": "html",
"entry": "index.html",
"reload": "debounce-100"
},
"surface": "video",
"featured": 0,
"scenario": "video",
"upstream": "https:\/\/github.com\/zarazhangrui\/frontend-slides",
"design_system": {
"requires": false
},
"example_prompt": "Use the Electric Studio Frame template to turn my quote into a two-panel split reveal — white top and electric-blue bottom panels opening from center, a black accent bar growing on the seam, and the quote revealing line by line. Preserve the template's visual signature, use real content, and avoid lorem ipsum or placeholder images.",
"example_prompt_i18n": {
"zh-CN": "用「电光工作室分屏帧」模板把我的引言做成一段双屏开合揭示:白色上屏 + 电光蓝下屏从中心开合 + 接缝处黑色强调条生长 + 引言逐行浮现。保持模板的视觉签名,使用真实内容,避免 lorem ipsum 和占位图片。"
}
},
"name": "frame-electric-studio",
"tags": [
"split-panel",
"quote",
"blue",
"high-contrast",
"studio",
"frame"
],
"emoji": "🔷",
"en_name": "Electric Studio Frame",
"zh_name": "电光工作室分屏帧",
"category": "video",
"featured": 0,
"scenario": "video",
"example_id": "sample-frame-electric-studio",
"aspect_hint": "1920×1080 (16:9)",
"description": "Two-panel split with quote as hero — white\/blue panels open from center, accent bar grows, quote reveals line by line.",
"recommended": 6,
"example_desc": "pull-quote \/ 使命陈述 — 黑色 accent 条 + 跨屏引言",
"example_name": "电光分屏帧 · 引言",
"en_description": "Two-panel split with quote as hero — white\/blue panels open from center, accent bar grows, quote reveals line by line.",
"example_format": "markdown",
"zh_description": "电光工作室分屏帧:白\/蓝双屏从中心开合 + 强调条生长 + 引言逐行浮现, 高对比专业感",
"example_tagline": "白\/蓝双屏开合 + 引言逐行浮现",
"example_source_url": "https:\/\/github.com\/zarazhangrui\/frontend-slides",
"example_source_label": "frontend-slides · Electric Studio (MIT)"
}
【模板: 电光工作室分屏帧 (Electric Studio)】 【意图】pull-quote / 推荐语 / 使命陈述 / 高对比标题。视觉提炼自 frontend-slides 的 Electric Studio 预设 (MIT, © Zara Zhang)。
【画布】1920×1080, 白色上屏 (540px) + 电光蓝下屏 (#4361ee, 540px), 中线分割。
【字体】display + body 都用 Manrope 800/700/500/400。
【主结构 (时间轴, 默认 4s)】
- 0.1s 上屏从 translateY(-100%) 下落、下屏从 translateY(100%) 上升, 同时从中心"开合"到位 (expo-out)。
- 0.9s 接缝处黑色 accent 条 (高 8px) 从宽 0 → 320px 生长。
- 1.0s 起 引言逐行浮现 (每行 .ln, 错峰 150ms, translateY 26→0); 跨入蓝屏的行用白色 (
.on-blue)。font-size 96px, weight 800。 - 2.2s 下屏 attribution (name 28px 700 + role uppercase 0.7 opacity, 白色) 淡入。
- 2.5s 右上品牌 mark (深色) + 右下品牌 mark (白 0.6) 淡入。
【配色纪律】白 / 电光蓝 #4361ee / 近黑 #0a0a0a 三色。accent 条与品牌词用黑/白, 蓝是大色块。禁止第四个主色。
【内容纪律】
- quote 拆成 2-4 行, 让 1-2 行落在蓝屏 (改
.on-blueclass) 形成跨屏对比。 - 必须用真实引言/陈述, 严禁 lorem ipsum。
- 动效用
@keyframes,prefers-reduced-motion下全部停在终态。 - 单文件 HTML。
Version History
- c414ecc Current 2026-07-05 18:25


