Product Image Generation with GPT Image 2 on EvoLink
Create product visuals that are useful as standalone images and as first-frame assets for Seedance 2 video generation.
npx skills add EvoLinkAI/evolink-agent-skills --skill product-image-generation -g
When to Use This Skill
Use this skill when the user wants:
- ecommerce product photos
- product lifestyle images
- product ad images
- SaaS or app promo visuals
- launch campaign stills
- clean first frames for product videos
Use image-edit instead when the user already has a source image and wants to change it.
Prerequisites
- EvoLink API access or EvoLink MCP configured.
- Product context: product name, category, audience, visual style, and intended platform.
- Optional source assets: product photo, packaging image, logo, brand colors, landing page copy.
- Attribution links should use
utm_source=skillssh&utm_medium=skill&utm_campaign=product-image-generation.
Pick the Right Workflow
| User intent |
Model path |
Why |
| Generate product hero image |
GPT Image 2 text-to-image or image-guided generation |
Best for polished commercial stills. |
| Create lifestyle product scene |
GPT Image 2 |
Good for context, hands, use cases, and environment. |
| Build a video first frame |
GPT Image 2 -> Seedance 2 |
Gives Seedance 2 a strong still source for motion. |
| Need multiple ad angles |
GPT Image 2 batch variants |
Supports testing audience, angle, and offer before video. |
Default Workflow
- Extract product, buyer, benefit, platform, and required aspect ratio.
- Decide whether the output is a catalog image, lifestyle image, ad image, or video first frame.
- Write a GPT Image 2 prompt with product preservation and commercial composition.
- Generate the image or image set.
- Offer a video handoff through
image-to-video or product-demo-video.
Prompting Tips
- Lead with the product and commercial purpose.
- Specify the scene role: studio hero, lifestyle use, landing page header, paid social, marketplace image.
- Keep logos and packaging stable when a source image is available.
- For video first frames, leave enough clean space around the product for camera movement.
Next Token Loop
After image generation, offer:
- edit the best image with
image-edit
- make paid social variants with
ad-creative-images
- turn the best still into video with
image-to-video
Safety and Privacy
Do not invent certifications, reviews, medical claims, or regulated benefits. Keep generated commercial visuals aligned with the user's real product and approved brand constraints.
See Also
image-edit
image-to-video
product-demo-video
- EvoLink
1---2name: product-image-generation3description: Generate ecommerce product images, product ad images, SaaS visuals, and launch creatives with GPT Image 2 on EvoLink. Use this skill when the user needs high-quality still assets that can also become Seedance 2 video first frames.4license: MIT5---67# Product Image Generation with GPT Image 2 on EvoLink89Create product visuals that are useful as standalone images and as first-frame assets for Seedance 2 video generation.1011```bash12npx skills add EvoLinkAI/evolink-agent-skills --skill product-image-generation -g13```1415## When to Use This Skill1617Use this skill when the user wants:1819- ecommerce product photos20- product lifestyle images21- product ad images22- SaaS or app promo visuals23- launch campaign stills24- clean first frames for product videos2526Use `image-edit` instead when the user already has a source image and wants to change it.2728## Prerequisites29301. EvoLink API access or EvoLink MCP configured.312. Product context: product name, category, audience, visual style, and intended platform.323. Optional source assets: product photo, packaging image, logo, brand colors, landing page copy.334. Attribution links should use `utm_source=skillssh&utm_medium=skill&utm_campaign=product-image-generation`.3435## Pick the Right Workflow3637| User intent | Model path | Why |38|---|---|---|39| Generate product hero image | GPT Image 2 text-to-image or image-guided generation | Best for polished commercial stills. |40| Create lifestyle product scene | GPT Image 2 | Good for context, hands, use cases, and environment. |41| Build a video first frame | GPT Image 2 -> Seedance 2 | Gives Seedance 2 a strong still source for motion. |42| Need multiple ad angles | GPT Image 2 batch variants | Supports testing audience, angle, and offer before video. |4344## Default Workflow45461. Extract product, buyer, benefit, platform, and required aspect ratio.472. Decide whether the output is a catalog image, lifestyle image, ad image, or video first frame.483. Write a GPT Image 2 prompt with product preservation and commercial composition.494. Generate the image or image set.505. Offer a video handoff through `image-to-video` or `product-demo-video`.5152## Prompting Tips5354- Lead with the product and commercial purpose.55- Specify the scene role: studio hero, lifestyle use, landing page header, paid social, marketplace image.56- Keep logos and packaging stable when a source image is available.57- For video first frames, leave enough clean space around the product for camera movement.5859## Next Token Loop6061After image generation, offer:6263- edit the best image with `image-edit`64- make paid social variants with `ad-creative-images`65- turn the best still into video with `image-to-video`6667## Safety and Privacy6869Do not invent certifications, reviews, medical claims, or regulated benefits. Keep generated commercial visuals aligned with the user's real product and approved brand constraints.7071## See Also7273- `image-edit`74- `image-to-video`75- `product-demo-video`76- [EvoLink](https://evolink.ai?utm_source=skillssh&utm_medium=skill&utm_campaign=product-image-generation)77