
Muapi Product Video Ad Maker
- 1.6k installs
- 4k repo stars
- Updated August 4, 2026
- samuraigpt/generative-media-skills
muapi-product-video-ad-maker is a generative-media skill that creates cinematic product video advertisements from a product photo and optional scene description via the MuAPI service for developers automating ad creative
About
muapi-product-video-ad-maker is a version 1.0.0 skill in samuraigpt/generative-media-skills that uses MuAPI to turn a simple product photo into a high-end cinematic video advertisement. Required input is product_image as an image_url; optional scene_description defaults to a floral, soft morning sunlight setting. The skill accepts license terms before generation. Developers invoke it when ecommerce or SaaS landing pages need short video ads from existing product screenshots without a full video editor workflow. Output is a rendered product ad clip suitable for social placements or embedded marketing pages.
- Generates short-form product video advertisements from static assets and text prompts
- Integrates directly with MuAPI for high-quality generative video output
- Supports rapid iteration on marketing creative without manual video editing
- Agent skill optimized for Claude Code and Cursor workflows
- Delivers ready-to-use video files for ads, social, and landing pages
Muapi Product Video Ad Maker by the numbers
- 1,570 all-time installs (skills.sh)
- +182 installs in the week ending Aug 5, 2026 (Skillselion tracking)
- Ranked #190 of 1,335 Generative Media skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/samuraigpt/generative-media-skills --skill muapi-product-video-ad-makerAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1.6k |
|---|---|
| repo stars | ★ 4k |
| Last updated | August 4, 2026 |
| Repository | samuraigpt/generative-media-skills ↗ |
How do you generate product video ads from photos?
Automatically turn product screenshots and descriptions into scroll-stopping short video ads using the MuAPI service.
Who is it for?
Developers automating ecommerce or SaaS marketing pipelines who need video ads from existing product photos.
Skip if: Long-form video editing, motion graphics in After Effects, or apps without a product_image URL to seed generation.
When should I use this skill?
A developer needs a short cinematic product video ad generated from a product screenshot or photo URL.
What you get
Cinematic short product video advertisement rendered from the supplied product image and scene description.
- Product video advertisement clip
By the numbers
- Skill version 1.0.0
- 1 required input (product_image) plus optional scene_description
Files
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
muapiCLI commands. Usemuapi auth configurefirst ifMUAPI_API_KEYis 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 withmuapi predict wait <request_id>. - Substitute
{{input_name}}placeholders with the user's actual inputs before issuing each call.
Related skills
How it compares
Pick muapi-product-video-ad-maker for photo-to-video product ads rather than static thumbnail or copy-only marketing skills.
FAQ
What inputs does muapi-product-video-ad-maker need?
muapi-product-video-ad-maker requires a product_image image_url and accepts an optional scene_description text field with a default floral morning-light scene before MuAPI renders the ad.
What version is muapi-product-video-ad-maker?
muapi-product-video-ad-maker is version 1.0.0 in samuraigpt/generative-media-skills and includes acceptLicenseTerms: true in its manifest.