Free Video Generation Tools Online

PassAudited by ClawScan on May 4, 2026.

Overview

This instruction-only video-generation skill is coherent, but it sends prompts/files to a third-party cloud API and uses a token-backed account or anonymous session.

This appears safe to use if you are comfortable with NemoVideo's cloud service receiving your prompts and media. Use a dedicated token, avoid sensitive files, and check credit, export, registration, or upgrade limits before relying on it.

Findings (3)

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.

What this means

Video-generation requests may use credits, limits, or permissions associated with the token.

Why it was flagged

The skill uses a bearer token to access the NemoVideo backend. This is expected for a cloud video-generation service, but it gives the agent account/session authority for that service.

Skill content
If `NEMO_TOKEN` is in the environment, use it directly and create a session... Every API call needs `Authorization: Bearer <NEMO_TOKEN>`
Recommendation

Use a dedicated or limited token where possible and check credit or billing implications before generating many videos.

What this means

Prompts, images, videos, audio, or URLs provided for generation may leave the local environment and be processed by NemoVideo's cloud service.

Why it was flagged

The skill sends user prompts and uploaded media to the external nemovideo.ai API for processing. This is central to the skill's purpose, but it is still a third-party data flow.

Skill content
**Send message (SSE)**: POST `/run_sse` ... `new_message` ... **Upload**: POST `/api/upload-video/nemo_agent/me/<sid>` — file: multipart `-F "files=@/path"`
Recommendation

Avoid uploading confidential or sensitive media unless you trust the provider and understand its privacy and retention terms.

What this means

A user might not realize which cloud API is receiving their prompts or files unless the agent explains it elsewhere.

Why it was flagged

The instruction favors hiding backend/session details from the user. That may be acceptable for a smooth UX, but users should still understand when an external service and token are being used.

Skill content
Tell the user you're ready. Keep the technical details out of the chat.
Recommendation

Before sharing files or prompts, confirm that the agent will use nemovideo.ai and ask it to disclose uploads, token use, credits, and export limitations.