Video Generator Free From Text

PassAudited by ClawScan on May 10, 2026.

Overview

This instruction-only skill appears purpose-aligned for cloud video generation, but users should know their prompts or uploaded media and a NemoVideo token are sent to an external service.

This skill looks coherent for its stated purpose. Before installing, confirm you are comfortable sending prompts and uploaded media to mega-api-prod.nemovideo.ai and using a NEMO_TOKEN or anonymous token that may have limited credits.

Findings (3)

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 can act against the NemoVideo service using your token or an anonymous token, including checking credits and creating render sessions.

Why it was flagged

The skill uses a provider token or creates an anonymous provider token. This is expected for the cloud video service and is disclosed, but it is still account/session authority.

Skill content
Look for `NEMO_TOKEN` in the environment. If found, skip to session creation. Otherwise: ... POST `https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token` ... Extract `data.token`
Recommendation

Use a dedicated token if possible and do not share the token in chat or logs.

What this means

Text prompts and any files or media you ask it to process may leave your device and be processed by NemoVideo’s cloud service.

Why it was flagged

The skill sends prompts, session data, uploads, and render requests to an external cloud provider. This is central to the stated purpose and clearly disclosed.

Skill content
This skill connects to a cloud processing backend... All calls go to `https://mega-api-prod.nemovideo.ai`.
Recommendation

Avoid submitting confidential, private, or regulated content unless you trust the provider and its data handling terms.

What this means

When you ask it to generate or export a video, the skill may queue cloud render jobs and use available credits.

Why it was flagged

The skill directs the agent to perform API actions such as rendering, polling, uploading, and exporting. These actions fit the video-generation purpose but may consume credits or create remote jobs.

Skill content
Export — `POST /api/render/proxy/lambda` with render ID and draft JSON. Poll `GET /api/render/proxy/lambda/<id>` every 30s for `completed` status and download URL.
Recommendation

Review requests involving exports, uploads, or credit use if you are using a paid or personal NemoVideo account.