Best Image To

AdvisoryAudited by VirusTotal on Apr 20, 2026.

Overview

Type: OpenClaw Skill Name: best-image-to Version: 1.0.0 The skill provides a legitimate interface for converting images to videos using the nemovideo.ai cloud service. It handles authentication via a NEMO_TOKEN environment variable or by automatically acquiring an anonymous token from the backend. The instructions in SKILL.md are focused on session management, file uploads, and monitoring the rendering process, with no evidence of data exfiltration, unauthorized command execution, or malicious prompt injection.

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 or URLs the user provides for conversion may be sent to the NemoVideo cloud service.

Why it was flagged

The skill can direct uploads of user-provided files or URLs to the remote backend. This is central to image/video conversion, but it is still a meaningful capability.

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

Upload only files you intend to process with this service, and avoid private or sensitive media unless you trust the provider.

What this means

The backend session and render jobs are associated with the NEMO_TOKEN used by the skill.

Why it was flagged

The skill uses a provider token for authentication and may obtain an anonymous token automatically. This is expected for the backend integration and is disclosed.

Skill content
**Authentication**: Check if `NEMO_TOKEN` is set in the environment... 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

Use a dedicated token for this service where possible, do not share token values, and rotate or remove the token if you no longer use the skill.

What this means

Prompts, uploaded media, and generated video state may be processed outside the local environment.

Why it was flagged

The artifact clearly discloses that rendering is performed by a remote service. The provided artifacts do not describe retention, privacy terms, or deletion controls for uploaded media.

Skill content
The video creation runs on remote GPU nodes — nothing to install on your machine... All rendering happens server-side.
Recommendation

Review the provider’s privacy and retention practices before uploading confidential, personal, or regulated content.

What this means

It may be harder to independently verify who maintains the skill or the associated service.

Why it was flagged

The skill has limited provenance information in the supplied metadata. There is no local code or install script, so this is a transparency note rather than a concrete unsafe behavior.

Skill content
Source: unknown; Homepage: none
Recommendation

Install only if you are comfortable with the listed publisher and the disclosed NemoVideo API endpoint.