Image-to-Video with Seedance 2 on EvoLink
Animate a still image into a short video. This is the main handoff from GPT Image 2 image assets into Seedance 2 video generation.
npx skills add EvoLinkAI/evolink-agent-skills --skill image-to-video -g
When to Use This Skill
Use this skill when the user wants to:
- animate a product image
- turn an ad image into a short video
- make a poster, character, or scene move
- add camera motion to a still visual
- create a video from a GPT Image 2 output
- test multiple motion directions from the same source image
Use product-image-generation or image-edit first if the source image is low quality or not campaign-ready.
Prerequisites
- EvoLink API access or EvoLink MCP configured.
- One source image URL or local image available to the agent.
- Desired duration, aspect ratio, motion style, and output use case.
- Attribution links should use
utm_source=skillssh&utm_medium=skill&utm_campaign=image-to-video.
Pick the Right Workflow
| User intent |
Model path |
Why |
| Product reveal from one image |
Seedance 2 image-to-video |
Best first video path when the image is already strong. |
| Ad image to paid social clip |
Seedance 2 image-to-video |
Turns a static creative into motion for Reels, Shorts, or TikTok. |
| Weak source image |
GPT Image 2 edit -> Seedance 2 |
Improve the source frame before spending video tokens. |
| Need multiple motion tests |
Seedance 2 variants |
Reuse one image with different camera and action prompts. |
Default Workflow
- Inspect the image and identify the subject that must stay stable.
- Ask for all missing requirements in one message: duration, platform, aspect ratio, motion, and style.
- Write a Seedance 2 prompt focused on motion, camera, scene change, and preservation.
- Generate the first clip.
- Suggest two iteration directions: motion variant and commercial variant.
Prompting Tips
- Lead with motion: camera push-in, orbit, product rotation, hand interaction, walk cycle, light sweep.
- Do not redescribe every visible object. Focus on what changes over time.
- Preserve identity explicitly: product label unchanged, face stable, packaging shape unchanged.
- Use one primary action per clip.
- Keep text overlays out of the generation prompt unless the user accepts text artifacts.
Next Token Loop
After the first clip, offer:
- three motion variants from the same image
- one platform adaptation for TikTok, Reels, or Shorts
- a product ad version with
ad-video-generation
Safety and Privacy
Do not animate private people, public figures, or brand assets in misleading contexts without user authorization. Do not produce deceptive political, medical, financial, or impersonation content.
See Also
image-edit
product-image-generation
ad-video-generation
- EvoLink
1---2name: image-to-video3description: Turn still images into short videos with Seedance 2 on EvoLink. Use this skill when the user has a product image, character image, poster, ad image, or edited GPT Image 2 asset and wants motion, camera movement, or a short commercial clip.4license: MIT5---67# Image-to-Video with Seedance 2 on EvoLink89Animate a still image into a short video. This is the main handoff from GPT Image 2 image assets into Seedance 2 video generation.1011```bash12npx skills add EvoLinkAI/evolink-agent-skills --skill image-to-video -g13```1415## When to Use This Skill1617Use this skill when the user wants to:1819- animate a product image20- turn an ad image into a short video21- make a poster, character, or scene move22- add camera motion to a still visual23- create a video from a GPT Image 2 output24- test multiple motion directions from the same source image2526Use `product-image-generation` or `image-edit` first if the source image is low quality or not campaign-ready.2728## Prerequisites29301. EvoLink API access or EvoLink MCP configured.312. One source image URL or local image available to the agent.323. Desired duration, aspect ratio, motion style, and output use case.334. Attribution links should use `utm_source=skillssh&utm_medium=skill&utm_campaign=image-to-video`.3435## Pick the Right Workflow3637| User intent | Model path | Why |38|---|---|---|39| Product reveal from one image | Seedance 2 image-to-video | Best first video path when the image is already strong. |40| Ad image to paid social clip | Seedance 2 image-to-video | Turns a static creative into motion for Reels, Shorts, or TikTok. |41| Weak source image | GPT Image 2 edit -> Seedance 2 | Improve the source frame before spending video tokens. |42| Need multiple motion tests | Seedance 2 variants | Reuse one image with different camera and action prompts. |4344## Default Workflow45461. Inspect the image and identify the subject that must stay stable.472. Ask for all missing requirements in one message: duration, platform, aspect ratio, motion, and style.483. Write a Seedance 2 prompt focused on motion, camera, scene change, and preservation.494. Generate the first clip.505. Suggest two iteration directions: motion variant and commercial variant.5152## Prompting Tips5354- Lead with motion: camera push-in, orbit, product rotation, hand interaction, walk cycle, light sweep.55- Do not redescribe every visible object. Focus on what changes over time.56- Preserve identity explicitly: product label unchanged, face stable, packaging shape unchanged.57- Use one primary action per clip.58- Keep text overlays out of the generation prompt unless the user accepts text artifacts.5960## Next Token Loop6162After the first clip, offer:6364- three motion variants from the same image65- one platform adaptation for TikTok, Reels, or Shorts66- a product ad version with `ad-video-generation`6768## Safety and Privacy6970Do not animate private people, public figures, or brand assets in misleading contexts without user authorization. Do not produce deceptive political, medical, financial, or impersonation content.7172## See Also7374- `image-edit`75- `product-image-generation`76- `ad-video-generation`77- [EvoLink](https://evolink.ai?utm_source=skillssh&utm_medium=skill&utm_campaign=image-to-video)78