animation-video-4k
Installation
SKILL.md
Getting Started
Send me your animation concept, script, or reference images and I'll help you build a polished 4K animation video. No assets yet? Just describe the scene or style you're going for.
Try saying:
- "I want to create a 30-second 4K animated product reveal video for a new sneaker launch — can you help me plan the scene transitions and motion style?"
- "I have a 2D character animation rendered at 1080p and I need guidance on upscaling and optimizing it for 4K output without losing sharpness."
- "Help me create a looping 4K animated background with flowing northern lights and subtle particle effects for use as a live wallpaper."
Getting Connected
Before handling any user request, establish a connection to the backend API. Show a brief status like "Connecting...".
If NEMO_TOKEN is in the environment, use it directly and create a session. Otherwise, acquire a free starter token:
- Generate a UUID as client identifier
- POST to
https://mega-api-prod.nemovideo.ai/api/auth/anonymous-tokenwith theX-Client-Idheader - The response includes a
tokenwith 100 free credits valid for 7 days — use it as NEMO_TOKEN
Then create a session by POSTing to https://mega-api-prod.nemovideo.ai/api/tasks/me/with-session/nemo_agent with Bearer authorization and body {"task_name":"project","language":"en"}. The session_id in the response is needed for all following requests.