muapi-product-video-ad-maker

Generates cinematic product video advertisements from product photos using MuAPI image and video models.

4.2k|481|Updated May 25, 2023
One-click install
npx skills add https://github.com/SamurAIGPT/Generative-Media-Skills --skill muapi-product-video-ad-maker
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: muapi-product-video-ad-maker
Source: https://github.com/SamurAIGPT/Generative-Media-Skills/tree/main/.opencode/skills/muapi-product-video-ad-maker
Command: npx skills add https://github.com/SamurAIGPT/Generative-Media-Skills --skill muapi-product-video-ad-maker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Turning a simple product photo into a polished video advertisement normally requires photography equipment, video editing skills, and significant production time. This Skill automates that pipeline by re-rendering a product photo into a premium commercial image and then animating it into a cinematic video ad.

Core Features & Use Cases

  • Premium Product Rendering: Uses the flux-2-pro-edit image model to re-render a product photo with studio lighting, realistic reflections, and a custom scene description.
  • Cinematic Video Generation: Animates the approved image into a video ad with the wan2.5-image-to-video-fast model, including slow-motion camera pans and subtle environmental motion.
  • Use Case: An e-commerce seller uploads a plain photo of a skincare bottle, specifies a scene with fresh flowers and morning sunlight, and receives a professional 16:9 video ad ready for social media campaigns.

Quick Start

Ask the agent to create a cinematic product video ad from your uploaded product photo, optionally describing the scene you want around the product.

Frequently Asked Questions about muapi-product-video-ad-maker

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

FAQPage Schema
How do I create a product video ad from a photo?▼

Upload your product photo and optionally describe the desired scene. The skill first re-renders the photo into a premium commercial image with flux-2-pro-edit, then animates it into a cinematic video using wan2.5-image-to-video-fast after your approval.

What tool generates image-to-video ads with AI models?▼

The muapi CLI provides image editing and image-to-video generation through models like flux-2-pro-edit and wan2.5-image-to-video-fast. This skill orchestrates both steps into a two-phase ad production workflow.

Do I need an API key to use MuAPI video generation?▼

Yes, you need a MuAPI account and must set the MUAPI_API_KEY environment variable. Run muapi auth configure before starting if the key is not already set in your environment.

What aspect ratios does the product video ad support?▼

The premium product image supports 1:1 or 4:5 aspect ratios, while the final video ad supports 16:9 for landscape or 9:16 for vertical formats. Choose based on your target platform such as YouTube or Instagram Reels.

What happens if a model has no CLI alias in muapi?▼

The skill falls back to calling the raw MuAPI REST endpoint directly with curl using your API key, then polls the prediction status with muapi predict wait until generation completes.