Product-to-Ad with GPT Image 2 and Seedance 2 on EvoLink
Convert a product into a campaign asset set: ad image, first frame, short video, and variation directions.
npx skills add EvoLinkAI/evolink-agent-skills --skill product-to-ad -g
When to Use This Skill
Use this skill when the user has:
- a product image and wants ad creatives
- a product description and wants campaign assets
- a landing page and wants image plus video ads
- an ecommerce item that needs product visuals and video
- a SaaS, app, or tool that needs launch creatives
This is the most complete first-batch workflow. Use narrower skills when the user only needs one step.
Prerequisites
- EvoLink API access or EvoLink MCP configured.
- Product input: image, URL, description, landing page copy, or existing ad.
- Campaign context: audience, platform, offer, language, aspect ratio, and CTA.
- Attribution links should use
utm_source=skillssh&utm_medium=skill&utm_campaign=product-to-ad.
Pick the Right Workflow
| User intent |
Model path |
Why |
| Product description to ad image |
GPT Image 2 |
Creates the first commercial visual from text context. |
| Product image to better ad still |
GPT Image 2 image edit |
Polishes or reframes the source asset before video. |
| Product still to ad video |
Seedance 2 image-to-video |
Converts a strong still into a short motion ad. |
| Need image and video variants |
GPT Image 2 -> Seedance 2 |
Produces a reusable campaign loop instead of one asset. |
Default Workflow
- Extract the product promise, target audience, proof points, platform, and CTA.
- Create or edit one strong ad still with GPT Image 2.
- Use that still as the source for Seedance 2 image-to-video.
- Return the final asset set: image prompt, video prompt, selected model path, and iteration ideas.
- Recommend the next three variants: hook, audience, and style.
Prompting Tips
- Treat the image as the visual anchor and the product description as campaign strategy.
- Keep one main benefit per ad concept.
- Separate visual generation from copywriting when exact text rendering matters.
- For video, specify one motion beat and one emotional beat.
Next Token Loop
After one complete product-to-ad run, offer:
- three audience-specific variants
- three hook variants
- image-only variants with
ad-creative-images
- video-only variants with
ad-video-generation
Safety and Privacy
Do not invent product performance, compliance claims, testimonials, or before-after results. Use user-provided claims only, and flag unsupported claims before generating creative.
See Also
product-image-generation
image-to-video
ad-video-generation
- EvoLink
1---2name: product-to-ad3description: Turn a product image, product description, or landing page copy into ad images and short ad videos using GPT Image 2 and Seedance 2 on EvoLink. Use this skill for the full creative loop from product input to reusable paid social assets.4license: MIT5---67# Product-to-Ad with GPT Image 2 and Seedance 2 on EvoLink89Convert a product into a campaign asset set: ad image, first frame, short video, and variation directions.1011```bash12npx skills add EvoLinkAI/evolink-agent-skills --skill product-to-ad -g13```1415## When to Use This Skill1617Use this skill when the user has:1819- a product image and wants ad creatives20- a product description and wants campaign assets21- a landing page and wants image plus video ads22- an ecommerce item that needs product visuals and video23- a SaaS, app, or tool that needs launch creatives2425This is the most complete first-batch workflow. Use narrower skills when the user only needs one step.2627## Prerequisites28291. EvoLink API access or EvoLink MCP configured.302. Product input: image, URL, description, landing page copy, or existing ad.313. Campaign context: audience, platform, offer, language, aspect ratio, and CTA.324. Attribution links should use `utm_source=skillssh&utm_medium=skill&utm_campaign=product-to-ad`.3334## Pick the Right Workflow3536| User intent | Model path | Why |37|---|---|---|38| Product description to ad image | GPT Image 2 | Creates the first commercial visual from text context. |39| Product image to better ad still | GPT Image 2 image edit | Polishes or reframes the source asset before video. |40| Product still to ad video | Seedance 2 image-to-video | Converts a strong still into a short motion ad. |41| Need image and video variants | GPT Image 2 -> Seedance 2 | Produces a reusable campaign loop instead of one asset. |4243## Default Workflow44451. Extract the product promise, target audience, proof points, platform, and CTA.462. Create or edit one strong ad still with GPT Image 2.473. Use that still as the source for Seedance 2 image-to-video.484. Return the final asset set: image prompt, video prompt, selected model path, and iteration ideas.495. Recommend the next three variants: hook, audience, and style.5051## Prompting Tips5253- Treat the image as the visual anchor and the product description as campaign strategy.54- Keep one main benefit per ad concept.55- Separate visual generation from copywriting when exact text rendering matters.56- For video, specify one motion beat and one emotional beat.5758## Next Token Loop5960After one complete product-to-ad run, offer:6162- three audience-specific variants63- three hook variants64- image-only variants with `ad-creative-images`65- video-only variants with `ad-video-generation`6667## Safety and Privacy6869Do not invent product performance, compliance claims, testimonials, or before-after results. Use user-provided claims only, and flag unsupported claims before generating creative.7071## See Also7273- `product-image-generation`74- `image-to-video`75- `ad-video-generation`76- [EvoLink](https://evolink.ai?utm_source=skillssh&utm_medium=skill&utm_campaign=product-to-ad)77