Image To Video Joyfun

PassAudited by ClawScan on May 10, 2026.

Overview

This skill appears to do what it claims—send selected images to a cloud video service and return a rendered clip—but users should understand that it contacts a third-party API and uses a bearer token.

This skill looks coherent and purpose-aligned for cloud image-to-video generation. Before installing, be comfortable with NemoVideo receiving uploaded media and prompts, protect the NEMO_TOKEN, and avoid using private or regulated images unless you trust the provider.

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.

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.