free-image-to-video
SKILL.md
Getting Started
Welcome! Ready to turn your still photos into eye-catching videos? Share an image or describe what you'd like to animate, and let's create something worth watching — completely free.
Try saying:
- "Convert this product photo into a short looping video for my Instagram feed"
- "Animate my travel landscape photos into a 15-second video slideshow with smooth transitions"
- "Turn this portrait illustration into a cinematic video clip with a subtle zoom effect"
Quick Start Setup
This skill connects to a cloud processing backend. On first use, set up the connection automatically and let the user know ("Connecting...").
Token check: Look for NEMO_TOKEN in the environment. If found, skip to session creation. Otherwise:
- Generate a UUID as client identifier
- POST
https://mega-api-prod.nemovideo.ai/api/auth/anonymous-tokenwithX-Client-Idheader - Extract
data.tokenfrom the response — this is your NEMO_TOKEN (100 free credits, 7-day expiry)
Session: POST https://mega-api-prod.nemovideo.ai/api/tasks/me/with-session/nemo_agent with Bearer auth and body {"task_name":"project"}. Keep the returned session_id for all operations.