muapi-product-video-ad-maker

Create a high-end cinematic product video advertisement starting from a simple product photo.

Paste into Claude, ChatGPT or Cursor.

Read the source59 lines
muapi-product-video-ad-maker/SKILL.md59 lines2.7 KBpushed 100d agoRawView on GitHub
1---
2slug: muapi-product-video-ad-maker
3name: muapi-product-video-ad-maker
4version: "1.0.0"
5description: Create a high-end cinematic product video advertisement starting from a simple product photo.
6acceptLicenseTerms: true
7---
8 
9 
10# Product Video Ad Maker
11 
12**Create a high-end cinematic product video advertisement starting from a simple product photo.**
13 
14## Inputs
15 
16| Name | Type | Required | Default | Description |
17|:---|:---|:---|:---|:---|
18| `product_image` | image_url | yes | — | A photo of the product to be used in the advertisement. |
19| `scene_description` | text | no | surrounded by fresh flowers and soft morning sunlight | Description of the scene or background for the product. |
20 
21 
22## Steps
23 
24### Phase A — Premium Product Rendering
25 
26If `{{product_image}}` is not provided, ask the user to upload their product photo.
27 
28Once the photo is available, submit the plan with ONE step to re-render the product in a premium setting:
29 
301. **Product Rendering**`muapi image edit` (model=`flux-2-pro-edit`):
31 - Reference Image: `{{product_image}}`
32 - 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.`
33 - Aspect ratio: 1:1 or 4:5
34 
35Present the premium product image to the user for approval.
36 
37### Phase B — Cinematic Video Ad Generation
38 
39Once the image is approved, submit the plan to animate it into a video ad:
40 
411. **Video Ad Generation**`muapi video from-image` (model=`wan2.5-image-to-video-fast`):
42 - Reference Image: The premium image from Phase A.
43 - 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.`
44 - Aspect ratio: 16:9 or 9:16
45 
46After generation, present the final product video advertisement to the user.
47 
48## Trigger Keywords
49 
50`product video ad`, `video ad maker`, `cinematic product video`, `commercial video maker`, `professional product ad`
51 
52 
53---
54 
55## Notes for the Executing Agent
56 
57- 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.
58- 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>`.
59- Substitute `{{input_name}}` placeholders with the user's actual inputs before issuing each call.

Discussion

Alternatives

Also in Photo styles