Text To Video Free Generator

ReviewAudited by ClawScan on May 10, 2026.

Overview

This instruction-only skill appears purpose-aligned for cloud text-to-video generation, but users should understand that prompts/files and a provider token are sent to an external NemoVideo API.

This skill is reasonable to use if you are comfortable sending your text and selected files to mega-api-prod.nemovideo.ai for cloud rendering. Avoid uploading sensitive documents, keep NEMO_TOKEN private, and review the full skill text/provider terms if available before using it for confidential work.

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

Opening the skill can create a backend session and start API setup, though the artifacts do not show local code execution or destructive actions.

Why it was flagged

The skill may initiate provider setup automatically when opened. This is disclosed and purpose-aligned, but users should know it contacts the backend before a render request.

Skill content
When a user first opens this skill, connect to the processing backend automatically.
Recommendation

Use the skill only if you are comfortable with automatic connection to the NemoVideo backend; avoid sending content until you intend to use the service.

What this means

Anyone with the token could potentially use the associated NemoVideo credits/session until it expires or is revoked.

Why it was flagged

The skill uses a bearer token for the external provider API. That credential use is expected for the integration and is described in the instructions.

Skill content
Every API call needs `Authorization: Bearer <NEMO_TOKEN>`
Recommendation

Keep NEMO_TOKEN private, use a limited or anonymous token where possible, and rotate/remove it if you stop using the skill.

What this means

Text, PDFs, DOCX files, or other uploaded content may leave the local environment and be processed by the NemoVideo service.

Why it was flagged

User prompts and uploaded files are intentionally sent to an external cloud service for rendering. This is central to the skill but can involve sensitive documents.

Skill content
This tool takes your text prompts and runs AI video creation through a cloud rendering pipeline. You upload, describe what you want, and download the result.
Recommendation

Do not upload confidential, regulated, or private documents unless you trust the provider and its data handling practices.

What this means

The provider backend may influence edits, state queries, or exports within the video session.

Why it was flagged

Backend responses can guide the agent to take follow-up API actions. The actions appear limited to the video-generation workflow, but remote instructions are being treated as operational guidance.

Skill content
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
Recommendation

Review important actions such as uploads and exports, and avoid relying on backend-generated instructions for anything outside the stated video workflow.

What this means

Users have less information for independently verifying who maintains the skill or the external service integration.

Why it was flagged

The registry metadata does not provide a source repository or homepage. There is no install code to review, but provenance for the skill and service is limited.

Skill content
Source: unknown; Homepage: none
Recommendation

Prefer skills with clear publisher and homepage information when handling sensitive content.