product-launch-video

Generates product launch videos from URLs or briefs using HyperFrames compositions.

2|1|Updated Jun 9, 2026
One-click install
npx skills add https://github.com/zester4/zilmate --skill product-launch-video-zester4
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: product-launch-video
Source: https://github.com/zester4/zilmate/tree/main/.agents/skills/product-launch-video
Command: npx skills add https://github.com/zester4/zilmate --skill product-launch-video-zester4

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? Turning a product URL, pasted script, or marketing brief into a polished launch video normally requires a video editor, motion designer, and voiceover pipeline. This Skill orchestrates that entire workflow: capturing the product's brand, planning a storyboard, generating narration and music, building animated HTML frames, and rendering a final MP4. ## Core Features & Use Cases - Brand-Aware Capture: Crawls a product URL to extract brand colors, fonts, screenshots, and assets, then remixes a design preset onto those tokens deterministically. - Storyboard-to-Render Pipeline: Plans a frame-by-frame storyboard with time-coded shot sequences, generates TTS narration with word timings, retrieves BGM and SFX, builds captions, and assembles everything into a rendered MP4. - Parallel Frame Workers: Dispatches one sub-agent per frame to build HTML compositions from reusable animation blueprints, with deterministic scripts handling audio sync, captions, transitions, and index assembly. - Use Case: Paste your SaaS landing page URL and ask for a 30-second promo; the Skill captures your brand, drafts a storyboard for approval, generates voiceover and music, and renders a captioned launch video. ## Quick Start Create a 30-second product launch video for my SaaS product at https://example.com in landscape format.

Frequently Asked Questions about product-launch-video

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn a product website into a launch video?

Provide the product URL and the Skill captures the site's brand tokens, screenshots, and assets, then plans a storyboard, generates narration and music, builds animated HTML frames, and renders an MP4. You approve the brief, storyboard, and final preview at gated steps.

How do I make a promo video from a script instead of a URL?

Paste your script or brief directly; it is saved verbatim and you choose whether it is used as-is or restructured. If no URL is available, the Skill follows a no-capture path and builds the design system from the brief alone.

What video formats and aspect ratios are supported?

The storyboard frontmatter sets one format per video: landscape 1920x1080 by default, portrait 1080x1920, or square 1080x1080. All frames, captions, and the final render inherit that canvas size.

Does the video generation require a HeyGen account?

HeyGen sign-in enables HeyGen-based voice and BGM retrieval, but it is optional. If you are not signed in, you can explicitly continue offline and the workflow uses local engines instead.

When should I not use this skill for video creation?

Do not use it for general non-launch website tours, non-product topic explainers, GitHub pull request videos, captioning existing footage, or short unnarrated motion graphics. Those intents route to dedicated sibling skills instead.

Why does the final video have a silent music tail?

Music libraries return short clips of 15-30 seconds, so a long video's tail can go silent. The assembly script loop-extends BGM with ffmpeg when available; without ffmpeg it warns and leaves the tail silent.