explaingit

leosssvip-dot/remotion-ad-video-skill

Analysis updated 2026-06-24

59JavaScriptAudience · vibe coderComplexity · 3/5Setup · moderate

TLDR

An agent skill that turns a product URL into a draft ad video by planning shots in JSON, harvesting assets, and rendering with Remotion or Hyperframes.

Mindmap

mindmap
  root((remotion-ad-video-skill))
    Inputs
      Product URL
      ad-brief.json
      Harvested assets
    Outputs
      Draft ad video
      Storyboard files
      Preview renders
    Use Cases
      Ecommerce product ads
      Mobile game promo
      SaaS launch videos
    Tech Stack
      Node.js
      Remotion
      Hyperframes
      GSAP
      FFmpeg
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Have an AI agent build a 15 second product ad from a Shopify or storefront URL.

USE CASE 2

Generate a brand-safe storyboard JSON before any rendering so claims and assets can be reviewed.

USE CASE 3

Render the same brief as a quick Remotion preview or a polished Hyperframes video.

USE CASE 4

Run the synthetic URL example to see the pipeline end to end with no third-party media.

What is it built with?

Node.jsRemotionHyperframesGSAPFFmpegTypeScript

How does it compare?

leosssvip-dot/remotion-ad-video-skillguowang23333/kiro-pro-batchektogamat/r3f-webgpu-perf
Stars595960
LanguageJavaScriptJavaScriptJavaScript
Setup difficultymoderatehardmoderate
Complexity3/54/53/5
Audiencevibe coderdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Needs Node.js 20+, Chrome for asset harvesting, and FFmpeg plus Node 22 for the Hyperframes path, Remotion needs its own license for commercial use.

In plain English

This project is a skill, meaning a packaged set of instructions and helper scripts, that lets an AI coding agent turn a product URL into a draft ad video. Instead of asking a video model to generate footage from a prompt, the workflow plans the ad in code, gathers assets, builds a storyboard, and then renders the video using one of two engines: Remotion (a React and TypeScript path) or Hyperframes (an HTML, CSS, and GSAP path). The agent chooses the engine based on what the user asks for, what the existing project already uses, and what is installed locally. The README explains why the authors took this route. Sending one prompt to a video model gives an opaque result. Working through a structured pipeline keeps the output editable, repeatable, and safer for brand work, because the product details, calls to action, claims, format, and asset rights are written down in a file called ad-brief.json before any rendering starts. The skill covers ecommerce products, mobile games, social and content apps, SaaS or API products, local services, and generic mobile apps. It includes an asset harvester for ecommerce pages that stops and asks the user for images if it cannot confidently fetch them, a fast Remotion lab for low-resolution previews and draft renders, and a Hyperframes flow with lint, inspect, preview, and render commands. There is also a synthetic URL example that builds an ad with no third-party media, so users can see the full pipeline without legal concerns. To run it, you need Node.js 20 or higher, npm, and Chrome or Chromium for the harvester. Remotion output needs Remotion installed and a valid Remotion license for commercial use. Hyperframes output needs Node.js 22 or higher and FFmpeg. The README says the skill is agent-agnostic: Codex, Claude Code, Cursor, Windsurf, or any agent that can read files and run Node scripts can use it by loading SKILL.md as the playbook.

Copy-paste prompts

Prompt 1
Load remotion-ad-video-skill in Claude Code and turn this product page into a 9:16 ad with a soft call to action.
Prompt 2
Compare what remotion-ad-video-skill produces with Remotion vs Hyperframes for the same ad-brief.json.
Prompt 3
Help me extend remotion-ad-video-skill with a new template optimized for mobile game ads.
Prompt 4
Add a step to remotion-ad-video-skill that asks me to approve harvested images before rendering.

Frequently asked questions

What is remotion-ad-video-skill?

An agent skill that turns a product URL into a draft ad video by planning shots in JSON, harvesting assets, and rendering with Remotion or Hyperframes.

What language is remotion-ad-video-skill written in?

Mainly JavaScript. The stack also includes Node.js, Remotion, Hyperframes.

How hard is remotion-ad-video-skill to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is remotion-ad-video-skill for?

Mainly vibe coder.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.