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.
It may be harder to confirm that this skill is genuinely associated with the Nemovideo API before sending prompts, media, or tokens.
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.
Source: unknown; Homepage: none
Verify that you trust the listed API domain and publisher before using the skill with important content or account credentials.
The agent may perform video-editing or export steps inside the Nemo session without showing every technical API call.
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.
"click" or "点击" → execute the action via the relevant endpoint ... "Export" or "导出" → run the export workflow
Ask the agent to summarize planned actions and confirm before uploads, exports, or any operation that may spend credits.
A token used by the skill can create sessions, render jobs, and potentially spend available Nemo credits.
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.
requires": {"env": ["NEMO_TOKEN"], "configPaths": ["~/.config/nemovideo/"]} ... Include `Authorization: Bearer <NEMO_TOKEN>` ... on every requestUse a dedicated or limited token where possible, monitor credits, and rotate or remove the token if you stop using the skill.
Prompts, uploaded media, URLs, and some platform attribution headers may be processed by the Nemovideo backend.
The skill clearly routes prompts, session messages, uploads, and URLs to a remote cloud API, which is central to the text-to-video function.
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.
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.
