Free Video Generation Model Ai

PassAudited by ClawScan on Apr 14, 2026.

Overview

The skill's requirements and runtime instructions are consistent with a cloud video-generation integration: it only needs a single service token and instructs the agent how to call the vendor API and manage a session.

This skill appears to do what it says: it uploads media and text prompts to a nemovideo.ai backend and returns generated videos. Before installing, consider: (1) network activity — your files will be uploaded to https://mega-api-prod.nemovideo.ai, so review that service's privacy/data-retention policy if you plan to upload sensitive content; (2) token handling — the skill will create or use a NEMO_TOKEN (anonymous tokens are short-lived); know where session tokens are stored by your agent and whether you want them persisted; (3) filesystem reads — the skill may check common install/config paths to set an attribution header (X-Skill-Platform); this is minimal but worth noting if you restrict tools from reading your home directory. If any of those behaviors are unacceptable (uploading private videos, automatic token creation, or local path reads), do not enable the skill or inspect runtime logging/configuration to control where tokens and session state are stored.