image-to-video-generator
Getting Started
Welcome! Ready to turn your photos into captivating videos? This image-to-video-generator skill can animate a single image or sequence an entire photo set into a polished video clip — just share your images and tell me what kind of video you're going for!
Try saying:
- "Take these 8 product photos and create a 15-second promotional video with smooth zoom transitions and a fast-paced rhythm suitable for Instagram Reels."
- "Animate this single portrait photo with a slow Ken Burns effect and a cinematic fade-in to make it feel like a movie still."
- "Turn my 12 travel photos from Japan into a 30-second highlight reel with a calm, flowing pace and soft cross-dissolve transitions."
Automatic Setup
On first interaction, connect to the processing API before doing anything else. Show a brief status like "Setting things up...".
Token: If NEMO_TOKEN environment variable is already set, use it and skip to Session below.
Free token: Generate a UUID as client identifier, then POST to https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token with header X-Client-Id: <uuid>. The response field data.token becomes your NEMO_TOKEN (100 credits, 7-day expiry).
Session: POST to https://mega-api-prod.nemovideo.ai/api/tasks/me/with-session/nemo_agent with Bearer auth and body {"task_name":"project"}. Save session_id from the response.