fec-web-video-presentation

fec-web-video-presentation is a skill for Claude Code from bovinphang/frontend-craft. It costs 91 tokens per session (1,046 once invoked), scanned A, original, MIT.

A method for turning articles, talks, courses, product demonstrations, or spoken scripts into a recordable 16:9 web presentation. Each screen is designed around one part of the spoken explanation and can include visual changes, diagrams, data, or media.

In plain words
What is it for?
Use it to plan chapters and steps, create a Vite/React/TypeScript presentation, choose a visual theme, align screens with narration, and prepare browser recording.
Why use it?
It gives long-form material a clear visual sequence instead of presenting it as a static wall of text. It also helps keep the presentation stable when advanced as a recording.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the frontend-craft plugin — 56 skills, 11 commands, 14 agents, 5 hooks, 6 MCP servers shipped together

Good fit Use it to plan chapters and steps, create a Vite/React/TypeScript presentation, choose a visual theme, align screens with narration, and prepare browser recording.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bovinphang/frontend-craft/fec-web-video-presentation
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add bovinphang/frontend-craft --skill fec-web-video-presentation
Clone the repo
git clone --depth 1 https://github.com/bovinphang/frontend-craft

Made for: Claude Code.

Or install frontend-craft, the plugin that ships this one along with the rest of its 56 skills, 11 commands, 14 agents, 5 hooks, 6 MCP servers.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for fec-web-video-presentation

README.md
[![agentmods](https://agentmods.dev/badge/skills/bovinphang/frontend-craft/fec-web-video-presentation/github.svg)](https://agentmods.dev/skills/bovinphang/frontend-craft/fec-web-video-presentation)
Your own site
<a href="https://agentmods.dev/skills/bovinphang/frontend-craft/fec-web-video-presentation"><img src="https://agentmods.dev/badge/skills/bovinphang/frontend-craft/fec-web-video-presentation/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for fec-web-video-presentation

Your own site · 80×15
<a href="https://agentmods.dev/skills/bovinphang/frontend-craft/fec-web-video-presentation"><img src="https://agentmods.dev/badge/skills/bovinphang/frontend-craft/fec-web-video-presentation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 91 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,046 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00091 $0.01046
Opus 5 $0.00046 $0.00523
Sonnet 5 $0.00018 $0.00209
Haiku 4.5 $0.00009 $0.00105

Measured 6d ago against content hash 0abb44ea1772, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

fec-web-video-presentation scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/create-video-presentation.mjs), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

localized/zh-CN/skills/fec-web-video-presentation/SKILL.md · 62 lines

What it actually says

网页视频演示

用途

把文章、口播稿、课程、产品讲解或技术分享转成可录屏的 16:9 网页演示。产物应像一个可点击推进的视频舞台:每一步承载一个口播节拍,视觉设计服务内容节奏,并能用浏览器稳定录制。

流程

  1. 判断输入形态

    • 用户给文章或长文时,先拆成口播稿和 outline。
    • 用户给现成口播稿时,保留原顺序,只补 outline、章节和 step。
    • 用户只给主题但没有内容时,先要求素材、大纲或目标要点;不要替用户虚构整篇内容。
  2. 生成内容计划

    • content-plan.md 输出 script 与 outline。
    • script 决定讲述顺序和每个节拍;outline 决定章节、step、估时、屏幕信息和素材清单。
    • outline 只描述内容密度和画面任务,不提前写死具体动画实现。
  3. 对齐演示系统

    • theme-system.mdstarter-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
      
  4. 实现章节

    • 每章按 chapter-craft.md 实现。
    • 每个 step 独占舞台,屏幕只承载当前口播节拍需要用户理解的核心内容。
    • 章节必须有可见的视觉演示、图形、布局变化、状态推进或数据/媒体呈现;不要交付纯文本幻灯片。
    • 第一章应作为风格锚点优先完成并验收,再继续其它章节。
  5. 录屏和音频

    • 使用 recording-and-audio.md 检查舞台比例、导航、录制模式和可选音频同步。
    • 音频可以来自用户已有文件、宿主工具或项目自己的 TTS 流程;本技能不绑定特定 TTS 供应商。
  6. 交付前验证

    • 浏览器打开演示,检查 16:9 缩放、键盘/点击推进、step 数、文本溢出、隐藏控件、控制台错误和录屏路径。
    • 若章节数量、顺序或 step 数变化,重置本地持久化 key 或清理旧进度,避免恢复到不存在的 step。

约束

  • 不把网页视频做成普通营销落地页、静态 PPT 或长滚动文章。
  • 不复制参考项目的主题、模板章节、长提示词或脚手架实现;按当前项目生成原创骨架。
  • 不在 outline 阶段锁死每个动画名称;动画应由章节内容关系驱动。
  • 不使用假数据、假引用、假产品截图或不可检查媒体填充画面。
  • 不让控件、页码、说明文字或调试面板污染录屏画面;必要控件默认隐藏或弱化。
  • 不为音频合成引入项目外供应商约定;TTS 属于可选适配层。

预期输出

输出 script、outline、可运行的 16:9 网页演示骨架或章节实现,并说明主题、章节/step 数、录屏方式、可选音频路径和验证结果。最终演示应可通过点击或键盘稳定推进,视觉节奏贴合口播内容,且适合浏览器录屏。

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 62 lines · 91 tokens per session scan A 0abb44ea1772

Subscribe to this mod's changes

fec-web-video-presentation is a skill published in the GitHub repository bovinphang/frontend-craft (21 stars, last pushed 8d ago), licensed MIT. It adds 91 tokens to every session and 1,046 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

html-slides

Used when the user asks to "create HTML slides", "generate an HTML presentation", "make animated slides", "build interactive slides", "create web slides", "GSAP presentation", "browser-based slides", "convert PPTX to HTML", "animated deck", "reveal.js slides", or when the output format is HTML for any presentation…

proyecto26/slides-ai-plugin · 121 tokens

create-site

Creates a new Power Pages code site (SPA) using React, Angular, Vue, or Astro. Guides through the full process from initial concept to deployed site: requirements discovery, scaffolding, component planning, design, implementation, validation, and deployment. Use when the user wants to create, build, or scaffold a new…

microsoft/power-platform-skills · 73 tokens

genpage

Creates, updates, and deploys Power Apps generative pages for model-driven apps using React v17, TypeScript, and Fluent UI V9. Orchestrates specialist agents for planning, entity creation, and code generation. Use it when user asks to build, retrieve, or update a page in an existing Microsoft Power Apps model-driven…

microsoft/power-platform-skills · 140 tokens

canvas-app

Creates or edits a Power Apps Canvas App through the Canvas Authoring MCP coauthoring session. Handles new app generation, direct targeted edits, complex multi-screen changes, responsive layout, per-screen self-QA, and compile-error convergence. Trigger on requests to create, build, generate, modify, update, change…

microsoft/power-platform-skills · 79 tokens

create-code-app

Creates Power Apps code apps using React and Vite. Use when building code apps, scaffolding projects, or deploying to Power Platform.

microsoft/power-platform-skills · 31 tokens

gsap-plugins

Official GSAP skill for GSAP plugins — registration, ScrollToPlugin, ScrollSmoother, Flip, Draggable, Inertia, Observer, SplitText, ScrambleText, SVG and physics plugins, CustomEase, EasePack, CustomWiggle, CustomBounce, GSDevTools. Use when the user asks about a GSAP plugin, scroll-to, flip animations, draggable, SVG…

calesthio/OpenMontage · 91 tokens