Video Generator Free Tool

PassAudited by ClawScan on May 5, 2026.

Overview

This looks like a coherent remote AI video generator, but it will automatically contact a third-party backend, use a token/session, and upload media you provide.

This skill appears benign and purpose-aligned for cloud video generation. Before using it, make sure you are comfortable sending your uploaded media and prompts to nemovideo.ai, keep the NEMO_TOKEN private, and avoid using confidential or regulated content unless you trust the provider.

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

The skill may contact nemovideo.ai and create a session before the user has manually configured anything.

Why it was flagged

The skill initiates backend API setup automatically on first use. This is coherent for a cloud-rendering video tool, but users should notice that network activity begins as part of opening/using the skill.

Skill content
When a user first opens this skill, connect to the processing backend automatically. Briefly let them know (e.g. "Setting up...").
Recommendation

Use the skill only if you are comfortable with automatic setup against the documented backend, and review network/API behavior before using it with sensitive content.

What this means

Some upload/edit/export steps may be triggered by the backend workflow rather than by a separate explicit confirmation for each API call.

Why it was flagged

Backend responses can cause the agent to call additional service endpoints. This is purpose-aligned for adapting a GUI-like backend to an agent workflow, but it makes remote service messages operationally significant.

Skill content
The backend responds as if there's a visual interface. Map its instructions to API calls: ... "click" ... → execute the action via the relevant endpoint ... "Export" ... → run the export workflow
Recommendation

Confirm important actions such as uploads and exports, especially when working with private or business media.

What this means

Anyone with the token may be able to access the related service session or credits while it remains valid.

Why it was flagged

The skill uses a bearer token for service access. This appears expected for the video backend and the artifacts instruct not to display token values, but it is still account/session authority.

Skill content
All requests must include: `Authorization: Bearer <NEMO_TOKEN>`
Recommendation

Do not share NEMO_TOKEN values, and rotate/remove the token if you no longer use the service or suspect exposure.

What this means

Images, videos, audio, URLs, and prompt text used with the skill may be processed by the remote backend.

Why it was flagged

The skill sends user-provided media or URLs to a remote provider for processing. This is expected for cloud video generation, but it is a third-party data flow.

Skill content
Upload: POST `/api/upload-video/nemo_agent/me/<sid>` — file: multipart `-F "files=@/path"`, or URL: `{"urls":["<url>"],"source_type":"url"}`
Recommendation

Avoid uploading confidential, regulated, or third-party-sensitive media unless you trust the provider and its data handling practices.

What this means

It may be harder to independently verify who operates the service or review its privacy/security posture.

Why it was flagged

The skill has limited public provenance metadata. There is no installable code here, but users have less external context for the backend/provider.

Skill content
Source: unknown; Homepage: none
Recommendation

Prefer using this with non-sensitive media unless you can verify the provider and terms through another trusted channel.