Free Video Generation From Prompt

PassAudited by ClawScan on Apr 21, 2026.

Overview

The skill's requirements and instructions are coherent with a text→video service: it needs a NEMO_TOKEN and interacts with nemovideo's API to create sessions, upload files, and export renders; nothing obvious or disproportionate is requested, but the skill uses an external API of unknown reputation and the frontmatter metadata mismatches the registry metadata.

This skill appears to do what it claims: connect to an external nemovideo API, optionally create an anonymous token, upload user-supplied text/files, and return rendered video URLs. Before installing, consider: (1) the API base (https://mega-api-prod.nemovideo.ai) is an external service of unknown reputation — verify the service if you care about data handling; (2) the skill may create or store an anonymous NEMO_TOKEN (100 credits, 7-day expiry) and save session_id locally (it may write to a config directory per the SKILL.md frontmatter); (3) do not upload sensitive files (private keys, passwords, proprietary documents) since uploads go to the service; (4) clarify the metadata mismatch about config paths with the publisher if you want precise guarantees about local config access. If you trust the external service and avoid uploading sensitive material, the skill's behavior is coherent with its stated purpose.