Video Generator Free China

PassAudited by ClawScan on May 5, 2026.

Overview

This appears to be a disclosed cloud video-generation skill, but it sends your prompts/media and a service token/session to NemoVideo's backend.

This skill looks purpose-aligned for cloud AI video generation. Before installing, be comfortable sending your prompts and media files to the NemoVideo backend, keep NEMO_TOKEN private, and verify the provider if you plan to process confidential or unreleased content.

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

Anyone with the token could potentially use the associated NemoVideo session or credits while the token is valid.

Why it was flagged

The skill uses a bearer token or creates an anonymous service token for the video backend. This is expected for the service, but the token authorizes sessions, credits, uploads, and exports.

Skill content
Look for `NEMO_TOKEN` in the environment... POST `https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token`... Every API call needs `Authorization: Bearer <NEMO_TOKEN>`
Recommendation

Use a dedicated token if possible, keep it private, and avoid sharing raw API output or environment details.

What this means

Your uploaded media and prompt text may be processed by the remote provider rather than staying on your device.

Why it was flagged

Prompts and uploaded files are sent to an external cloud backend named `nemo_agent`. This is clearly tied to the skill's cloud-rendering purpose, but it is still a third-party data flow.

Skill content
**API base**: `https://mega-api-prod.nemovideo.ai` ... **Send message (SSE)**: POST `/run_sse` ... **Upload**: POST `/api/upload-video/nemo_agent/me/<sid>`
Recommendation

Only upload content you are comfortable sending to the cloud, and check the provider's privacy and retention terms for sensitive projects.

What this means

If the backend misinterprets an edit or export request, the agent may apply or export changes within the video session without showing every raw intermediate step.

Why it was flagged

The skill lets backend responses drive follow-up API calls. That is part of adapting a GUI-oriented backend to chat, but it means actions can happen based on backend interpretation.

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

Review session state or previews before posting or distributing generated videos, especially for business or public content.

What this means

Drafts, generated media, and job URLs may remain associated with the remote session until the service expires or clears them.

Why it was flagged

The remote backend maintains session state, drafts, generated media, and render job IDs. This is necessary for rendering, but it is persistent remote context for the task.

Skill content
Keep the returned `session_id` for all operations... `data.state.draft`, `data.state.video_infos`, `data.state.generated_media`... closing the tab before completion orphans the job
Recommendation

Treat session IDs and download URLs as sensitive, and avoid using confidential material unless the provider's retention controls are acceptable.

What this means

Users have less independent context for verifying who operates the remote service or where to review support, privacy, and security claims.

Why it was flagged

There is no local package to inspect, but publisher/service provenance is limited in the provided registry metadata.

Skill content
Source: unknown; Homepage: none; No install spec — this is an instruction-only skill.
Recommendation

Verify the publisher and remote service separately before using valuable credentials or sensitive media.