Ai Video Free Generator

PassAudited by ClawScan on May 13, 2026.

Overview

This appears to be a normal remote video-generation skill, but it uses or creates a NemoVideo token and sends selected prompts/files to that external service.

This skill is reasonable to install if you want a hosted AI video generator and are comfortable sending selected media to NemoVideo. Avoid confidential uploads, verify any free-tier limits, and protect the NEMO_TOKEN like an account credential.

Findings (5)

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

Using the skill may create a remote NemoVideo session even before a video is generated.

Why it was flagged

The skill starts a remote API session when used. This is coherent with hosted video generation, but users should know API actions may begin before a specific upload/export command.

Skill content
Before handling any user request, establish a connection to the backend API. Show a brief status like "Connecting...".
Recommendation

Use the skill only when you intend to interact with the remote video service, and confirm before uploading or exporting media.

What this means

Anyone with the token may be able to make NemoVideo API requests within that account or anonymous session.

Why it was flagged

The skill uses a bearer token for the NemoVideo API. This is expected for the service integration, and the artifacts do not show token logging, unrelated use, or exfiltration.

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

Use a token you are comfortable granting to this service, avoid sharing it in chat, and revoke/rotate it if it is exposed.

What this means

Uploaded text, images, audio, or video may be processed by the NemoVideo backend.

Why it was flagged

The skill sends user-provided prompts and files to an external hosted provider for rendering. This is central to the stated purpose and is disclosed.

Skill content
**API base**: `https://mega-api-prod.nemovideo.ai` ... **Upload**: POST `/api/upload-video/nemo_agent/me/<sid>` — file: multipart `-F "files=@/path"`
Recommendation

Do not upload confidential, regulated, or third-party-sensitive media unless you trust the provider and its terms.

What this means

It may be harder to independently verify who maintains the skill or the backend service.

Why it was flagged

The artifact has limited publisher/provider provenance. There is no executable code in this package, so this is a provenance note rather than evidence of unsafe behavior.

Skill content
Source: unknown; Homepage: none
Recommendation

Install only if you are comfortable using an unverified remote service, and prefer non-sensitive test content first.

What this means

You may encounter credit limits, registration prompts, or export restrictions despite the 'free' branding.

Why it was flagged

The skill markets itself as free while also documenting credits and possible subscription-tier export blocking. The limitation is disclosed in the artifact, but users should not assume all use is free.

Skill content
displayName: "AI Video Free Generator" ... "Export" (free, no credits) ... `402` — free plan export blocked; not a credit issue, subscription tier
Recommendation

Check the provider’s pricing and export limits before relying on it for production content.