build-from-video

build-from-video is a skill for Claude Code from gowtham012/Claude-plugins. It costs 40 tokens per session (315 once invoked), scanned A, original, MIT.

A tool that turns a screen recording into working frontend code in React or plain HTML. It uses visible screens, text, colours, and movement as reference.

In plain words
What is it for?
Use it to generate a React project or self-contained HTML page from a recording, then connect the result to routes or data sources.
Why use it?
It reduces the manual work of rebuilding an interface from a video while preserving the recorded layout and content.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: positional $N argument.

Part of the video-insight plugin — 17 skills shipped together

Good fit Use it to generate a React project or self-contained HTML page from a recording, then connect the result to routes or data sources.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gowtham012/claude-plugins/build-from-video
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 gowtham012/Claude-plugins --skill build-from-video
Clone the repo
git clone --depth 1 https://github.com/gowtham012/Claude-plugins

Made for: Claude Code.

Or install video-insight, the plugin that ships this one along with the rest of its 17 skills.

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 build-from-video

README.md
[![agentmods](https://agentmods.dev/badge/skills/gowtham012/claude-plugins/build-from-video.svg)](https://agentmods.dev/skills/gowtham012/claude-plugins/build-from-video)
Your own site
<a href="https://agentmods.dev/skills/gowtham012/claude-plugins/build-from-video"><img src="https://agentmods.dev/badge/skills/gowtham012/claude-plugins/build-from-video.svg" alt="Measured on agentmods" height="20"></a>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 315 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.
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.00040 $0.00315
Opus 5 $0.00020 $0.00158
Sonnet 5 $0.00008 $0.00063
Haiku 4.5 $0.00004 $0.00032

Measured 7d ago against content hash b3fce2b6687d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

build-from-video 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 7d ago.

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.

video-insight/skills/build-from-video/SKILL.md · 35 lines

What it actually says

Build frontend from video: $ARGUMENTS

Arguments:

  • $0 = video_path (required)
  • $1 = framework: react or html (default: react)
  • $2 = output_dir (default: ./output)

Steps

  1. Call MCP tool mcp__video-insight__build_frontend_from_video with:

    • video_path = $0
    • framework = $1 if provided, else react
    • output_dir = $2 if provided, else ./output
  2. The tool returns files_created, scene_count, framework. Read the generated files and display them.

  3. Provide a brief summary:

    • UI components generated
    • Scenes that contributed most content
    • Sections where OCR text or transcript filled in exact copy
    • Suggested next steps (routing, API connections, etc.)

Output files

React: App.jsx + App.css HTML: index.html (self-contained, inline CSS + JS)

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. 7d ago First seen · 35 lines · 40 tokens per session scan A b3fce2b6687d

Subscribe to this mod's changes

build-from-video is a skill published in the GitHub repository gowtham012/Claude-plugins (5 stars, last pushed 5mo ago), licensed MIT. It adds 40 tokens to every session and 315 once invoked, about $0.0002 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-08-31.

Related

Other skills, from other repositories

layout-patterns

Common UI layout patterns using fundamental-styles - login forms, dashboards, master-detail, wizards, and more.

SAP/fundamental-styles · 26 tokens

component-composition

How to combine fundamental-styles components correctly - required wrappers, nesting rules, and common composition patterns.

SAP/fundamental-styles · 23 tokens

interface-craft

Raises the visual and interaction quality of an interface — layout, hierarchy, type, spacing, density, and the details that separate a considered product from a generic one. Use this when a screen works but looks unfinished or default, when a layout feels crowded or arbitrary, when a page has no clear focal point, or…

cbrock84/headcount · 79 tokens

bem-naming

BEM (Block Element Modifier) methodology and naming conventions used in fundamental-styles with real examples.

SAP/fundamental-styles · 23 tokens

design-system

Builds and maintains the design system a product is assembled from — tokens for color, type, spacing and elevation, component contracts, and the rules that keep them coherent as the product grows. Use this when starting a new interface, when screens have drifted apart visually, when the same component exists three…

cbrock84/headcount · 82 tokens

component-docs

Browse fundamental-styles component documentation with complete HTML examples from 140+ auto-generated markdown files. Use this when the user asks about component examples, modifiers, variants, HTML structure, or wants to see working code for any fundamental-styles component (button, table, input, dialog, etc.). Also…

SAP/fundamental-styles · 83 tokens