product-launch-video

Builds product launch and promo videos frame by frame from URLs, scripts, or briefs.

Updated Aug 28, 2026
One-click install
npx skills add https://github.com/AnderHonorato/Mem-rias-IA---Infinity --skill product-launch-video-anderhonorato
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: product-launch-video
Source: https://github.com/AnderHonorato/Mem-rias-IA---Infinity/tree/main/Manus/Skills/html-video-production/references/product-launch-video
Command: npx skills add https://github.com/AnderHonorato/Mem-rias-IA---Infinity --skill product-launch-video-anderhonorato

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, storyboarding, audio, 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: Seven gated steps cover setup, asset capture, design-system selection, storyboard and script writing, audio generation, per-frame HTML composition, and final MP4 rendering. - Brand-aware design system: Captures brand tokens from a product site and deterministically remixes a frame preset's colors and fonts onto the brand via build-frame.mjs. - Audio pipeline: Generates narration, word timings, background music, and SFX cues, then syncs real voice durations back into the storyboard. - Use Case: A marketer pastes a SaaS product URL and asks for a 30-second promo; the Skill captures the site, drafts an approved storyboard, dispatches one sub-agent per frame, and delivers renders/video.mp4 with a contact sheet. ## Quick Start Ask the assistant to create a product launch video from your product URL or pasted script 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 workflow captures the site, extracts brand tokens, drafts a storyboard and script, builds each frame as an HTML composition, and renders the final MP4 after your approval. User-gated review happens at setup, storyboard, and final render.

What inputs does a product promo video workflow accept?

It accepts an explicit product or marketing URL, a pasted script or brief saved verbatim as user_script.txt, or a brand name resolved via web search. A no-capture path exists when the brief says not to scrape, using hand-written token and asset files.

How are brand colors and fonts applied to the video design?

The build-frame.mjs script copies a chosen frame preset and deterministically remixes its color keys and font families onto the captured brand tokens in tokens.json. It preserves preset structure, clamps type weights to available brand faces, and self-validates ink/canvas contrast.

Can the video be generated without narration or music?

Yes. Setting music: none in the storyboard with no SCRIPT.md marks the project fully silent, so no audio is generated and the assembler treats the video as frames only. Narration without music is also supported.

Why does frame assembly fail with composition violations?

Assembly fails when a frame has media inside a sub-composition, a timed element missing class="clip", overlapping clips on the same track, or a missing data-composition-id. Fix the worker output for that frame and re-run assembly.

When should I use a different video workflow instead?

Route non-promotional intents, bare make-a-video requests, or any uncertainty to the /hyperframes intent layer, which owns all route decisions. Figma sources should go through the /figma skill first for asset export and brand tokens.