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.
The agent can act on the user's NemoVideo session or anonymous token, including using available credits for generation tasks.
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.
**Token**: If `NEMO_TOKEN` environment variable is already set, use it... Every API call needs `Authorization: Bearer <NEMO_TOKEN>`
Use a dedicated or anonymous token when possible, do not share the token, and monitor credit usage.
Uploaded images, videos, audio, prompts, and generated project data may leave the local machine and be processed by the remote NemoVideo service.
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.
The AI video generation runs on remote GPU nodes... **Upload**: POST `/api/upload-video/nemo_agent/me/<sid>` — file: multipart `-F "files=@/path"`
Do not upload private, regulated, or confidential content unless you trust the service and its data-handling terms.
A backend instruction could cause the agent to continue editing, querying state, or exporting within the current video session without a separate manual step.
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.
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
Keep actions limited to the requested project and require confirmation for exports, credit-consuming operations, or any unexpected action.
Users must rely on the visible skill instructions and the disclosed `nemovideo.ai` API endpoint rather than a linked project homepage or source repository.
The registry metadata does not provide a source repository or homepage, so users have less information for independently verifying the provider or implementation.
Source: unknown; Homepage: none
Install only if you are comfortable using the disclosed remote service, and verify the provider separately before uploading sensitive content.
