Free Video Generation Tool Online
PassAudited by VirusTotal on May 5, 2026.
Overview
Type: OpenClaw Skill Name: free-video-generation-tool-online Version: 1.0.0 The skill is a functional integration for the NemoVideo AI video generation service, allowing users to generate and export videos via a remote API (mega-api-prod.nemovideo.ai). It handles authentication through environment variables or anonymous token generation and manages file uploads and rendering tasks as described. The instructions are transparent, and there is no evidence of data exfiltration, unauthorized execution, or malicious prompt injection.
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.
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.
