product-launch-video

Generates product launch and promo videos from URLs or briefs using HyperFrames.

Updated Sep 11, 2026
One-click install
npx skills add https://github.com/celeroncoder/skills --skill product-launch-video-celeroncoder
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: product-launch-video
Source: https://github.com/celeroncoder/skills/tree/main/product-launch-video
Command: npx skills add https://github.com/celeroncoder/skills --skill product-launch-video-celeroncoder

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 finished launch video normally requires coordinating capture, design, scripting, voiceover, music, and rendering by hand. This Skill orchestrates that entire pipeline as a gated, step-by-step workflow that produces a rendered MP4. ## Core Features & Use Cases - End-to-end orchestration: Runs a seven-step workflow from brief confirmation and site capture through storyboard, audio, frame building, and final MP4 render, with explicit gates between steps. - Brand-aware design system: Captures brand tokens from a product URL and deterministically remixes a frame preset onto the brand's colors and fonts, including dark-mode polarity handling and local font staging. - Full audio pipeline: Generates TTS narration with word timings, retrieves BGM from the HeyGen music library, fetches SFX cues, and syncs frame durations to real voice lengths. - Use Case: Paste a SaaS product URL and ask for a 30-second launch promo; the Skill captures the site, drafts a storyboard and script for approval, builds each frame as an HTML composition via sub-agents, and renders the final video. ## Quick Start Ask the agent to create a product launch video for your product's URL and approve the storyboard when prompted.

Frequently Asked Questions about product-launch-video

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

FAQPage Schema
How do I create a product launch video from a URL?▼

Provide the product URL and the Skill captures the site, extracts brand tokens and assets, drafts a storyboard and script for your approval, builds each frame as an HTML composition, and renders a final MP4 with the hyperframes CLI.

How do I make a promo video from a pasted script instead of a website?▼

Paste the script or brief directly; it is saved verbatim and the workflow takes a no-capture path, building tokens and asset inventories by hand. The brief's VO_MODE setting controls whether narration follows your script verbatim or restructured.

Can I choose the narration voice or use the video generator offline?▼

Yes. Pass a voice preference and the workflow selects a matching voice id on HeyGen when signed in, or Kokoro voices offline. The auth status step reports which engines are available, and autonomous mode continues with local engines when signed out.

How do I make a silent video without narration or music?▼

Set music: none in the storyboard frontmatter and omit SCRIPT.md. This is the canonical fully-silent marker: the audio step generates nothing and removes any stale audio metadata, so assembly treats the project as silent by design.

Why did the site capture step fail or stop the workflow?▼

A non-zero exit, ok: false in the capture JSON, or a capture/BLOCKED.md file is a hard stop. The workflow reports the recorded reason and does not consume partial screenshots or assets; continue only if the brief supplied source material or you provide screenshots.

What video formats and aspect ratios are supported?▼

The workflow supports landscape 1920x1080, portrait 1080x1080-style square 1080x1080, and portrait 1080x1920 formats. The format is derived from the destination in the brief and set once in the storyboard frontmatter.