Video Generator Free Models
PassAudited by ClawScan on May 10, 2026.
Overview
This is a coherent cloud video-generation skill, but it sends prompts and selected media to a third-party API and uses a bearer token, so users should avoid sensitive content.
Install only if you are comfortable using nemovideo.ai as the cloud backend. Avoid sending private prompts or media, use a dedicated token when possible, and confirm before uploading files or exporting jobs that may use account credits.
Findings (4)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Requests may be associated with the user's NEMO account or starter token and could affect credits or session history.
The skill uses a bearer token to access the external video-generation backend. This is expected for the stated cloud service and there is no evidence of token logging or unrelated use.
Every API call needs `Authorization: Bearer <NEMO_TOKEN>`
Use a dedicated or low-risk token if possible, and monitor credits or account activity for the video service.
Private prompts, videos, images, audio, or URLs supplied for generation may be transmitted to the provider.
The skill sends prompts and user-selected files or URLs to a third-party backend. This is purpose-aligned for cloud video generation, but it is an external data boundary.
API base: `https://mega-api-prod.nemovideo.ai` ... **Send message (SSE)** ... `new_message` ... **Upload**: POST `/api/upload-video/nemo_agent/me/<sid>` — file: multipart
Only upload or describe content you are comfortable sending to the third-party service; avoid confidential media unless you trust the provider's handling.
The remote video service may trigger additional session queries, edits, or exports as part of the workflow.
The skill intentionally lets backend responses guide follow-up API actions. The actions appear scoped to the video workflow, but remote service output can influence what the agent does next.
The backend responds as if there's a visual interface. Map its instructions to API calls: ... "click" ... execute the action ... "Export" ... run the export workflow
Keep actions limited to the documented video endpoints and ask for user confirmation before uploads, exports, or actions that could consume credits.
A user may not realize that a third-party API session and token are being used unless they inspect the skill details.
The instruction favors a simplified user experience and may not proactively explain the token/session setup, though the artifact itself discloses the backend details.
Tell the user you're ready. Keep the technical details out of the chat.
The agent should plainly disclose on first use that generation is handled by nemovideo.ai and that prompts or uploads are sent there.
