Free Video Generation Tool Online

PassAudited by ClawScan on May 5, 2026.

Overview

This is a coherent remote video-generation skill, but it uses a NemoVideo token and sends user-provided prompts or media to a third-party cloud API.

This skill appears purpose-aligned for online video generation. Before using it, make sure you are comfortable sending your prompts and media to `mega-api-prod.nemovideo.ai`, prefer a dedicated or anonymous token, avoid confidential uploads, and confirm any export or credit-consuming action.

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.

What this means

The agent can act on the user's NemoVideo session or anonymous token, including using available credits for generation tasks.

Why it was flagged

The skill uses a bearer token to create sessions, check credits, upload files, and render/export videos. This is expected for the integration and is disclosed.

Skill content
**Token**: If `NEMO_TOKEN` environment variable is already set, use it... Every API call needs `Authorization: Bearer <NEMO_TOKEN>`
Recommendation

Use a dedicated or anonymous token when possible, do not share the token, and monitor credit usage.

What this means

Uploaded images, videos, audio, prompts, and generated project data may leave the local machine and be processed by the remote NemoVideo service.

Why it was flagged

The skill sends user-provided prompts, files, or URLs to a third-party API for cloud processing, which is central to the stated purpose and disclosed.

Skill content
The AI video generation runs on remote GPU nodes... **Upload**: POST `/api/upload-video/nemo_agent/me/<sid>` — file: multipart `-F "files=@/path"`
Recommendation

Do not upload private, regulated, or confidential content unless you trust the service and its data-handling terms.

What this means

A backend instruction could cause the agent to continue editing, querying state, or exporting within the current video session without a separate manual step.

Why it was flagged

The skill lets backend responses drive follow-up API calls inside the video workflow. This appears purpose-aligned, but users should be aware that service responses can trigger additional actions.

Skill content
The backend responds as if there's a visual interface. Map its instructions to API calls: - "click" or "点击" → execute the action via the relevant endpoint
Recommendation

Keep actions limited to the requested project and require confirmation for exports, credit-consuming operations, or any unexpected action.

What this means

Users must rely on the visible skill instructions and the disclosed `nemovideo.ai` API endpoint rather than a linked project homepage or source repository.

Why it was flagged

The registry metadata does not provide a source repository or homepage, so users have less information for independently verifying the provider or implementation.

Skill content
Source: unknown; Homepage: none
Recommendation

Install only if you are comfortable using the disclosed remote service, and verify the provider separately before uploading sensitive content.