muapi-product-video-ad-maker
This skill transforms a product photo into a cinematic video advertisement through two phases: first, it re-renders the product image using AI enhancement with customizable scene descriptions like lighting and background elements, then it animates the enhanced image into a high-quality commercial video with smooth camera movements and environmental effects. Use this when you need professional product video ads quickly without extensive filming or production resources.
git clone --depth 1 https://github.com/SamurAIGPT/Generative-Media-Skills /tmp/muapi-product-video-ad-maker && cp -r /tmp/muapi-product-video-ad-maker/library/motion/product-video-ad-maker ~/.claude/skills/muapi-product-video-ad-makerSKILL.md
# Product Video Ad Maker
**Create a high-end cinematic product video advertisement starting from a simple product photo.**
## Inputs
| Name | Type | Required | Default | Description |
|:---|:---|:---|:---|:---|
| `product_image` | image_url | yes | — | A photo of the product to be used in the advertisement. |
| `scene_description` | text | no | surrounded by fresh flowers and soft morning sunlight | Description of the scene or background for the product. |
## Steps
### Phase A — Premium Product Rendering
If `{{product_image}}` is not provided, ask the user to upload their product photo.
Once the photo is available, submit the plan with ONE step to re-render the product in a premium setting:
1. **Product Rendering** — `muapi image edit` (model=`flux-2-pro-edit`):
- Reference Image: `{{product_image}}`
- Prompt: `A high-end, professional commercial photograph of the product from the reference image, {{scene_description}}. Soft studio lighting, realistic reflections, cinematic depth of field, sharp focus on the product. 8k resolution, elegant and minimal composition.`
- Aspect ratio: 1:1 or 4:5
Present the premium product image to the user for approval.
### Phase B — Cinematic Video Ad Generation
Once the image is approved, submit the plan to animate it into a video ad:
1. **Video Ad Generation** — `muapi video from-image` (model=`wan2.5-image-to-video-fast`):
- Reference Image: The premium image from Phase A.
- Prompt: `A cinematic product advertisement video. Smooth, slow-motion camera movement panning across the product. Subtle environmental movements (e.g., leaves swaying, light shifting). High-quality commercial cinematography, elegant transitions, professional look.`
- Aspect ratio: 16:9 or 9:16
After generation, present the final product video advertisement to the user.
## Trigger Keywords
`product video ad`, `video ad maker`, `cinematic product video`, `commercial video maker`, `professional product ad`
---
## Notes for the Executing Agent
- This recipe is LLM-orchestrated: read each phase, gather any missing inputs from the user, then call `muapi` CLI commands. Use `muapi auth configure` first if `MUAPI_API_KEY` is unset.
- For model IDs without a CLI alias yet, fall back to the raw endpoint via `curl -X POST https://api.muapi.ai/api/v1/<endpoint> -H "x-api-key: $MUAPI_API_KEY" -H 'content-type: application/json' -d '{...}'` and poll with `muapi predict wait <request_id>`.
- Substitute `{{input_name}}` placeholders with the user's actual inputs before issuing each call.Edit and enhance images and videos with AI via muapi.ai — prompt-based editing, upscaling, background removal, face swap, lipsync, video effects, and more
Generate AI images, videos, music, and audio from the terminal via muapi.ai — supports 100+ models including Flux, Midjourney v7, Kling 3.0, Veo3, and Suno V5
Setup and utility scripts for muapi.ai — configure API keys, test connectivity, and poll for async generation results
Turn a long video into N viral-ready short clips with a single managed API call. Wraps muapi.ai's `/ai-clipping` endpoint, which handles transcription, highlight ranking through a virality framework (hook / emotional peak / opinion bomb / revelation / conflict / quotable / story peak / practical value), overlap dedupe, and vertical face-tracking auto-crop server-side. No local Whisper, no local LLM, no GPU.
Transform a 2D logo into a premium 3D version and animate it with professional cinematic effects.
Generate a high-cut-density action / fight scene by first composing a 16-cell storyboard image, then driving Seedance 2.0 image-to-video off that storyboard. Stacks GPT-Image-2 (character sheet + storyboard), Nano-Banana-2 (environment concept), and Seedance 2.0 i2v.
Create a hilarious and ultra-realistic video of an anthropomorphic animal acting like a human vlogger in a real-world setting.
Generate a 15-second cinematic awards-ceremony video — a host announces a winner from the stage, a spotlight finds them in the crowd, they walk up to the podium, receive the award, and the LED display reveals their name and "THE BEST ACTOR".