Image To Video Joyfun

AdvisoryAudited by VirusTotal on Apr 15, 2026.

Overview

Type: OpenClaw Skill Name: image-to-video-joyfun Version: 1.0.0 The skill provides a functional interface for converting images to videos using the 'nemovideo.ai' API. It includes detailed instructions for the agent to manage sessions, handle file uploads, and poll for rendering status. The authentication flow (using NEMO_TOKEN or generating an anonymous token) and the use of specific headers for attribution are consistent with a standard third-party service integration. No evidence of data exfiltration, malicious code 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

Opening or using the skill can contact the NemoVideo backend and run the documented cloud rendering workflow.

Why it was flagged

The skill directs the agent to make automatic remote API calls and manage upload, SSE, state, credits, and export endpoints. This is disclosed and purpose-aligned for cloud video rendering, but users should be aware of the external automation.

Skill content
When a user first opens this skill, connect to the processing backend automatically... All calls go to `https://mega-api-prod.nemovideo.ai`.
Recommendation

Use it only if you are comfortable with a third-party video service processing the task.

What this means

The skill can spend credits or create provider sessions under the configured or anonymous token.

Why it was flagged

The skill uses a bearer token or creates an anonymous token for the provider. This is expected for the service and there is no evidence of token leakage, but it is still credential-like access.

Skill content
Authentication: Check if `NEMO_TOKEN` is set... POST to `https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token`... The response `data.token` is your NEMO_TOKEN — 100 free credits, valid 7 days.
Recommendation

Treat NEMO_TOKEN as a secret and revoke or rotate it if you no longer want the skill to access the service.

What this means

Images, prompts, and possibly media URLs may leave the local environment and be processed on NemoVideo servers.

Why it was flagged

The skill sends user-selected image/media files and prompts to the remote provider for processing. This is central to the feature and disclosed, but uploaded media may be private or sensitive.

Skill content
Upload your still images (JPG, PNG, WEBP, GIF, up to 200MB)... All rendering happens server-side... Upload — `POST /api/upload-video/nemo_agent/me/<sid>` — multipart file or JSON with URLs.
Recommendation

Avoid uploading confidential, personal, or restricted images unless you trust the provider’s handling of that data.

What this means

Users have less external context for verifying who operates or documents the backend service.

Why it was flagged

The supplied artifacts do not include executable code, which reduces local supply-chain risk, but the skill listing provides limited provenance information for the remote integration.

Skill content
Source: unknown; Homepage: none; No install spec — this is an instruction-only skill.
Recommendation

Review the provider and token source before sending sensitive media, especially because no homepage is listed.