Free Video Generator Maker

AdvisoryAudited by Static analysis on May 4, 2026.

Overview

No suspicious patterns detected.

Findings (0)

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

A generated or supplied NemoVideo token may be used to create sessions, upload media, and consume credits.

Why it was flagged

The skill acquires or uses a provider bearer token and sends it with API requests. This is expected for the NemoVideo backend, but it is still credential handling.

Skill content
Look for `NEMO_TOKEN` ... Extract `data.token` from the response — this is your NEMO_TOKEN ... Include `Authorization: Bearer <NEMO_TOKEN>`
Recommendation

Use only a dedicated NemoVideo or anonymous token, do not share it, and rotate or revoke it if you suspect it was exposed.

What this means

Product photos, videos, audio, or descriptions you provide may be processed by the NemoVideo cloud service.

Why it was flagged

The skill is designed to send user-provided descriptions and media to an external cloud rendering service. This is purpose-aligned, but it is an external data flow.

Skill content
This tool takes your text or images and runs AI video creation through a cloud rendering pipeline. You upload, describe what you want, and download the result.
Recommendation

Only upload content you are comfortable sending to that provider, and avoid confidential or regulated media unless you have reviewed the provider’s privacy and retention terms.

What this means

You may upload or generate content before learning that export or continued use requires credits, registration, or an upgrade.

Why it was flagged

The skill is branded as free, but the instructions disclose credit expiry and possible registration or upgrade requirements for export.

Skill content
`data.token` ... `100 free credits, 7-day expiry` ... `402 | Free plan export blocked | Subscription tier issue ... Register or upgrade your plan to unlock export.`
Recommendation

Check credit and export limits before uploading sensitive media or relying on the output for time-sensitive work.