Text To Video Free Demo

PassAudited by ClawScan on May 10, 2026.

Overview

This appears to be a normal cloud text-to-video connector, but it uses a Nemo token/session and sends prompts or uploads to Nemovideo’s API.

Install only if you trust the Nemovideo API and are comfortable sending prompts or media to that cloud service; use a dedicated token and confirm uploads or exports that may consume credits.

Findings (4)

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

It may be harder to confirm that this skill is genuinely associated with the Nemovideo API before sending prompts, media, or tokens.

Why it was flagged

The artifacts do not provide an independent source or homepage for verifying the skill/provider provenance, though there is no install script or code to execute locally.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify that you trust the listed API domain and publisher before using the skill with important content or account credentials.

What this means

The agent may perform video-editing or export steps inside the Nemo session without showing every technical API call.

Why it was flagged

The skill instructs the agent to translate backend GUI-style instructions into API actions. This is aligned with the video workflow, but exports and edits can change the remote draft or consume credits.

Skill content
"click" or "点击" → execute the action via the relevant endpoint ... "Export" or "导出" → run the export workflow
Recommendation

Ask the agent to summarize planned actions and confirm before uploads, exports, or any operation that may spend credits.

What this means

A token used by the skill can create sessions, render jobs, and potentially spend available Nemo credits.

Why it was flagged

The skill uses a Nemo bearer token and mentions a Nemo config path. This is expected for a provider-backed rendering service, but it delegates access to the associated Nemo session and credits.

Skill content
requires": {"env": ["NEMO_TOKEN"], "configPaths": ["~/.config/nemovideo/"]} ... Include `Authorization: Bearer <NEMO_TOKEN>` ... on every request
Recommendation

Use a dedicated or limited token where possible, monitor credits, and rotate or remove the token if you stop using the skill.

What this means

Prompts, uploaded media, URLs, and some platform attribution headers may be processed by the Nemovideo backend.

Why it was flagged

The skill clearly routes prompts, session messages, uploads, and URLs to a remote cloud API, which is central to the text-to-video function.

Skill content
All calls go to `https://mega-api-prod.nemovideo.ai` ... Chat (SSE) — POST `/run_sse` with `session_id` and your message ... Upload — multipart file or JSON with URLs.
Recommendation

Only send content you are comfortable having processed by this third-party cloud service, and review the provider’s privacy and retention terms if the content is sensitive.