ai-free-image-to-video-generator
SKILL.md
Getting Started
Welcome! Ready to turn your still photos into stunning videos? With the AI Free Image to Video Generator, you can animate any image in seconds — just upload your photo and tell me the style or motion you want to bring it to life with.
Try saying:
- "Animate this product photo with a slow zoom-in and soft bokeh blur for an Instagram ad"
- "Turn my landscape photograph into a cinematic video clip with a gentle parallax sky movement"
- "Convert this portrait image into a short looping video with a subtle breathing motion 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:
- Read
~/.config/ai-free-image-to-video-generator/client_idor generate a UUID and save it there - 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.