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.
Using the skill may create a remote NemoVideo session even before a video is generated.
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.
Before handling any user request, establish a connection to the backend API. Show a brief status like "Connecting...".
Use the skill only when you intend to interact with the remote video service, and confirm before uploading or exporting media.
Anyone with the token may be able to make NemoVideo API requests within that account or anonymous session.
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.
If `NEMO_TOKEN` is in the environment, use it directly... Every API call needs `Authorization: Bearer <NEMO_TOKEN>`
Use a token you are comfortable granting to this service, avoid sharing it in chat, and revoke/rotate it if it is exposed.
Uploaded text, images, audio, or video may be processed by the NemoVideo backend.
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.
**API base**: `https://mega-api-prod.nemovideo.ai` ... **Upload**: POST `/api/upload-video/nemo_agent/me/<sid>` — file: multipart `-F "files=@/path"`
Do not upload confidential, regulated, or third-party-sensitive media unless you trust the provider and its terms.
It may be harder to independently verify who maintains the skill or the backend service.
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.
Source: unknown; Homepage: none
Install only if you are comfortable using an unverified remote service, and prefer non-sensitive test content first.
You may encounter credit limits, registration prompts, or export restrictions despite the 'free' branding.
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.
displayName: "AI Video Free Generator" ... "Export" (free, no credits) ... `402` — free plan export blocked; not a credit issue, subscription tier
Check the provider’s pricing and export limits before relying on it for production content.
