← 返回 Skills 市场
Web Video Presentation
作者
Bovin Phang
· GitHub ↗
· v2.7.0
· MIT-0
40
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install fec-web-video-presentation
功能描述
Use when turning an article, talk script, lesson, product demo, or narrated explanation into a recordable 16:9 web presentation with step-driven scenes, opti...
使用说明 (SKILL.md)
网页视频演示
Purpose
把文章、口播稿、课程、产品讲解或技术分享转成可录屏的 16:9 网页演示。产物应像一个可点击推进的视频舞台:每一步承载一个口播节拍,视觉设计服务内容节奏,并能用浏览器稳定录制。
Procedure
-
判断输入形态
- 用户给文章或长文时,先拆成口播稿和 outline。
- 用户给现成口播稿时,保留原顺序,只补 outline、章节和 step。
- 用户只给主题但没有内容时,先要求素材、大纲或目标要点;不要替用户虚构整篇内容。
-
生成内容计划
- 按 content-plan.md 输出 script 与 outline。
- script 决定讲述顺序和每个节拍;outline 决定章节、step、估时、屏幕信息和素材清单。
- outline 只描述内容密度和画面任务,不提前写死具体动画实现。
-
对齐演示系统
- 从 theme-system.md 或 starter-themes.json 选择一个 starter theme,也可以按项目品牌重新定义 token。
- 使用 create-video-presentation.mjs 创建最小 Vite + React + TypeScript 演示骨架:
node skills/fec-web-video-presentation/scripts/create-video-presentation.mjs ./presentation --theme editorial-slate - 如只想预览可选主题或计划写入内容:
node skills/fec-web-video-presentation/scripts/create-video-presentation.mjs --list-themes node skills/fec-web-video-presentation/scripts/create-video-presentation.mjs --dry-run ./presentation --theme editorial-slate
-
实现章节
- 每章按 chapter-craft.md 实现。
- 每个 step 独占舞台,屏幕只承载当前口播节拍需要用户理解的核心内容。
- 章节必须有可见的视觉演示、图形、布局变化、状态推进或数据/媒体呈现;不要交付纯文本幻灯片。
- 第一章应作为风格锚点优先完成并验收,再继续其它章节。
-
录屏和音频
- 使用 recording-and-audio.md 检查舞台比例、导航、录制模式和可选音频同步。
- 音频可以来自用户已有文件、宿主工具或项目自己的 TTS 流程;本技能不绑定特定 TTS 供应商。
-
交付前验证
- 浏览器打开演示,检查 16:9 缩放、键盘/点击推进、step 数、文本溢出、隐藏控件、控制台错误和录屏路径。
- 若章节数量、顺序或 step 数变化,重置本地持久化 key 或清理旧进度,避免恢复到不存在的 step。
Constraints
- 不把网页视频做成普通营销落地页、静态 PPT 或长滚动文章。
- 不复制参考项目的主题、模板章节、长提示词或脚手架实现;按当前项目生成原创骨架。
- 不在 outline 阶段锁死每个动画名称;动画应由章节内容关系驱动。
- 不使用假数据、假引用、假产品截图或不可检查媒体填充画面。
- 不让控件、页码、说明文字或调试面板污染录屏画面;必要控件默认隐藏或弱化。
- 不为音频合成引入项目外供应商约定;TTS 属于可选适配层。
Expected Output
输出 script、outline、可运行的 16:9 网页演示骨架或章节实现,并说明主题、章节/step 数、录屏方式、可选音频路径和验证结果。最终演示应可通过点击或键盘稳定推进,视觉节奏贴合口播内容,且适合浏览器录屏。
安全使用建议
Install appears reasonable for users who want a presentation-building skill. Before running the scaffold, choose an empty output directory, review the generated package dependencies before npm install, and avoid placing private source material into the presentation unless you intend it to be part of the project files.
能力评估
Purpose & Capability
The stated purpose is to turn scripts or articles into recordable 16:9 web presentations, and the artifacts provide planning guidance, theme tokens, and a scaffold generator aligned with that purpose.
Instruction Scope
Runtime instructions are bounded to content planning, presentation implementation, recording checks, and optional audio alignment; they do not request credentials, broad file access, role changes, or unrelated agent behavior.
Install Mechanism
The package has no install hooks; its script creates a Vite/React scaffold in a selected target directory and refuses to write into a non-empty target. The generated scaffold later requires npm install for standard frontend dependencies.
Credentials
Filesystem writes are limited to the requested scaffold output directory, and there are no network calls, command execution, credential reads, or broad indexing in the skill script itself.
Persistence & Privilege
The generated presentation stores the current step in browser localStorage so recording progress can resume; this is disclosed, local-only, and proportionate to the presentation workflow.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install fec-web-video-presentation - 安装完成后,直接呼叫该 Skill 的名称或使用
/fec-web-video-presentation触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.7.0
- Expanded documentation with detailed procedures for converting articles, scripts, or lessons into recordable 16:9 web video presentations.
- Clarified step-driven scene creation, outline planning, and theme alignment.
- Added strict constraints against generating non-original, static, or marketing-style presentations.
- Provided explicit guidance on recording, audio integration, and pre-delivery verification.
- Defined clear expected outputs, including script, outline, and runnable presentation skeleton.
元数据
常见问题
Web Video Presentation 是什么?
Use when turning an article, talk script, lesson, product demo, or narrated explanation into a recordable 16:9 web presentation with step-driven scenes, opti... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 40 次。
如何安装 Web Video Presentation?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install fec-web-video-presentation」即可一键安装,无需额外配置。
Web Video Presentation 是免费的吗?
是的,Web Video Presentation 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Web Video Presentation 支持哪些平台?
Web Video Presentation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Web Video Presentation?
由 Bovin Phang(@bovinphang)开发并维护,当前版本 v2.7.0。
推荐 Skills