Video Generator Free Models

AdvisoryAudited by VirusTotal on Apr 14, 2026.

Overview

Type: OpenClaw Skill Name: video-generator-free-models Version: 1.0.0 The skill bundle provides a legitimate integration for an AI video generation service (nemovideo.ai). It contains detailed instructions for the agent to handle authentication, session management, and video processing via a specific API (mega-api-prod.nemovideo.ai). The requested environment variable (NEMO_TOKEN) and configuration path (~/.config/nemovideo/) are directly related to the skill's stated purpose, and no evidence of data exfiltration, malicious execution, or harmful prompt injection was found.

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

Requests may be associated with the user's NEMO account or starter token and could affect credits or session history.

Why it was flagged

The skill uses a bearer token to access the external video-generation backend. This is expected for the stated cloud service and there is no evidence of token logging or unrelated use.

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

Use a dedicated or low-risk token if possible, and monitor credits or account activity for the video service.

What this means

Private prompts, videos, images, audio, or URLs supplied for generation may be transmitted to the provider.

Why it was flagged

The skill sends prompts and user-selected files or URLs to a third-party backend. This is purpose-aligned for cloud video generation, but it is an external data boundary.

Skill content
API base: `https://mega-api-prod.nemovideo.ai` ... **Send message (SSE)** ... `new_message` ... **Upload**: POST `/api/upload-video/nemo_agent/me/<sid>` — file: multipart
Recommendation

Only upload or describe content you are comfortable sending to the third-party service; avoid confidential media unless you trust the provider's handling.

What this means

The remote video service may trigger additional session queries, edits, or exports as part of the workflow.

Why it was flagged

The skill intentionally lets backend responses guide follow-up API actions. The actions appear scoped to the video workflow, but remote service output can influence what the agent does next.

Skill content
The backend responds as if there's a visual interface. Map its instructions to API calls: ... "click" ... execute the action ... "Export" ... run the export workflow
Recommendation

Keep actions limited to the documented video endpoints and ask for user confirmation before uploads, exports, or actions that could consume credits.

What this means

A user may not realize that a third-party API session and token are being used unless they inspect the skill details.

Why it was flagged

The instruction favors a simplified user experience and may not proactively explain the token/session setup, though the artifact itself discloses the backend details.

Skill content
Tell the user you're ready. Keep the technical details out of the chat.
Recommendation

The agent should plainly disclose on first use that generation is handled by nemovideo.ai and that prompts or uploads are sent there.