Text To Video Free Trial

AdvisoryAudited by VirusTotal on Apr 16, 2026.

Overview

Type: OpenClaw Skill Name: text-to-video-free-trial Version: 1.0.0 The skill is a functional integration for the NemoVideo text-to-video service. It provides detailed instructions for an AI agent to manage authentication, session handling, and video generation via the 'mega-api-prod.nemovideo.ai' API. The requested permissions, such as reading the NEMO_TOKEN environment variable and accessing local files for upload, are directly aligned with the stated purpose of generating videos from text. No evidence of data exfiltration, unauthorized execution, or malicious intent was found in SKILL.md or _meta.json.

Findings (0)

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

Files, URLs, or prompt text you provide may be sent to NemoVideo's cloud API to generate videos.

Why it was flagged

The skill can upload user-selected files or URLs to the external video service. This is central to the text-to-video workflow, but it is still a sensitive operation users should notice.

Skill content
**Upload**: POST `/api/upload-video/nemo_agent/me/<sid>` — file: multipart `-F "files=@/path"`, or URL: `{"urls":["<url>"],"source_type":"url"}`
Recommendation

Only upload files you intend to process with this service, and avoid sending private or regulated documents unless you trust the provider.

What this means

Anyone who obtains the token may be able to use the associated NemoVideo API access or trial credits.

Why it was flagged

The skill relies on a bearer token for provider API access. Credential use is expected for this service and the artifact says not to print tokens, but the token remains account/API authority.

Skill content
**Token**: If `NEMO_TOKEN` environment variable is already set, use it ... Every API call needs `Authorization: Bearer <NEMO_TOKEN>`
Recommendation

Use a dedicated or disposable token where possible, keep it out of chat logs, and rotate it if it is exposed.

What this means

It may be harder to confirm whether this skill is officially associated with the NemoVideo service.

Why it was flagged

The skill is instruction-only, but the registry metadata does not provide a source repository or homepage to independently verify the publisher or service relationship.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify the publisher and API domain before using the skill for valuable or sensitive content.

What this means

Your project draft, generated media, and render job state may remain associated with the provider session.

Why it was flagged

The workflow maintains provider-side session state containing drafts, media information, and generated media. This is expected for video generation but means content may persist in cloud state.

Skill content
**Session**: POST ... Save `session_id` ... **Session state**: GET `/api/state/nemo_agent/me/<sid>/latest` — key fields: `data.state.draft`, `data.state.video_infos`, `data.state.generated_media`
Recommendation

Treat the service as cloud storage/processing, avoid sensitive material unless appropriate, and clear or abandon sessions according to the provider's controls.