Product Demo Video with GPT Image 2 and Seedance 2 on EvoLink
Show a product in action with a short, clear video built from product context and optional source images.
npx skills add EvoLinkAI/evolink-agent-skills --skill product-demo-video -g
When to Use This Skill
Use this skill for:
- ecommerce product demos
- SaaS feature videos
- app promo clips
- tool walkthrough visuals
- product reveal videos
- before-after product narratives
Use ad-video-generation if the primary goal is paid acquisition rather than explaining the product.
Prerequisites
- EvoLink API access or EvoLink MCP configured.
- Product type, core function, target user, and demo objective.
- Optional source image, UI screenshot, product photo, or landing page copy.
- Attribution links should use
utm_source=skillssh&utm_medium=skill&utm_campaign=product-demo-video.
Pick the Right Workflow
| User intent |
Model path |
Why |
| Product photo to demo clip |
Seedance 2 image-to-video |
Animates a real or generated product still. |
| Need clean product first frame |
GPT Image 2 -> Seedance 2 |
Creates a clearer demo starting point. |
| SaaS or app visual demo |
GPT Image 2 stills -> Seedance 2 |
Builds visual scenes before motion generation. |
| Need multiple feature demos |
Seedance 2 variants |
Each feature should become one focused short clip. |
Default Workflow
- Identify the single product function or benefit to demonstrate.
- Choose the route: source image to video, generated first frame to video, or text-to-video.
- Write a prompt that shows product action, context, camera movement, and outcome.
- Generate one focused demo clip.
- Suggest the next feature, audience, or platform variant.
Prompting Tips
- One demo clip should show one core action.
- Prefer concrete use moments: unboxing, applying, clicking, opening, comparing, scanning, saving time.
- For software, avoid tiny UI text; show screen structure and user outcome instead.
- For ecommerce, keep product identity, packaging, and color stable.
Next Token Loop
After the first demo, offer:
- one demo per product feature
- one shorter ad adaptation with
ad-video-generation
- one image pack with
product-image-generation
Safety and Privacy
Do not fabricate product capabilities or before-after effects. For regulated categories, ask the user to confirm approved claims before generating marketing visuals.
See Also
product-image-generation
product-to-ad
ad-video-generation
- EvoLink
1---2name: product-demo-video3description: Create ecommerce product demo videos, SaaS demo videos, app promo clips, and tool walkthrough-style videos with GPT Image 2 and Seedance 2 on EvoLink. Use this skill when the user needs to show what a product is, how it works, or why it matters.4license: MIT5---67# Product Demo Video with GPT Image 2 and Seedance 2 on EvoLink89Show a product in action with a short, clear video built from product context and optional source images.1011```bash12npx skills add EvoLinkAI/evolink-agent-skills --skill product-demo-video -g13```1415## When to Use This Skill1617Use this skill for:1819- ecommerce product demos20- SaaS feature videos21- app promo clips22- tool walkthrough visuals23- product reveal videos24- before-after product narratives2526Use `ad-video-generation` if the primary goal is paid acquisition rather than explaining the product.2728## Prerequisites29301. EvoLink API access or EvoLink MCP configured.312. Product type, core function, target user, and demo objective.323. Optional source image, UI screenshot, product photo, or landing page copy.334. Attribution links should use `utm_source=skillssh&utm_medium=skill&utm_campaign=product-demo-video`.3435## Pick the Right Workflow3637| User intent | Model path | Why |38|---|---|---|39| Product photo to demo clip | Seedance 2 image-to-video | Animates a real or generated product still. |40| Need clean product first frame | GPT Image 2 -> Seedance 2 | Creates a clearer demo starting point. |41| SaaS or app visual demo | GPT Image 2 stills -> Seedance 2 | Builds visual scenes before motion generation. |42| Need multiple feature demos | Seedance 2 variants | Each feature should become one focused short clip. |4344## Default Workflow45461. Identify the single product function or benefit to demonstrate.472. Choose the route: source image to video, generated first frame to video, or text-to-video.483. Write a prompt that shows product action, context, camera movement, and outcome.494. Generate one focused demo clip.505. Suggest the next feature, audience, or platform variant.5152## Prompting Tips5354- One demo clip should show one core action.55- Prefer concrete use moments: unboxing, applying, clicking, opening, comparing, scanning, saving time.56- For software, avoid tiny UI text; show screen structure and user outcome instead.57- For ecommerce, keep product identity, packaging, and color stable.5859## Next Token Loop6061After the first demo, offer:6263- one demo per product feature64- one shorter ad adaptation with `ad-video-generation`65- one image pack with `product-image-generation`6667## Safety and Privacy6869Do not fabricate product capabilities or before-after effects. For regulated categories, ask the user to confirm approved claims before generating marketing visuals.7071## See Also7273- `product-image-generation`74- `product-to-ad`75- `ad-video-generation`76- [EvoLink](https://evolink.ai?utm_source=skillssh&utm_medium=skill&utm_campaign=product-demo-video)77