Image To Video Free Online

AdvisoryAudited by Static analysis on May 2, 2026.

Overview

No suspicious patterns detected.

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

Photos, prompts, and generated media may leave the local device and be processed by the NemoVideo service.

Why it was flagged

The skill discloses that user images and related prompts are sent to an external backend for processing.

Skill content
The AI video creation runs on remote GPU nodes — nothing to install on your machine. ... **Upload**: POST `/api/upload-video/nemo_agent/me/<sid>`
Recommendation

Avoid uploading confidential or sensitive images unless you are comfortable with that external service handling them.

What this means

Anyone with the token could potentially act within that NemoVideo session or use the associated credits during its validity period.

Why it was flagged

The skill uses a bearer token to access the video provider account/session. This is expected for the service, but it is still credential-based access.

Skill content
Every API call needs `Authorization: Bearer <NEMO_TOKEN>` ... The response `data.token` is your NEMO_TOKEN — 100 free credits, valid 7 days.
Recommendation

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

What this means

The agent may create sessions, query state, upload requested files, and run export workflows without showing every raw API step.

Why it was flagged

The skill permits automatic backend setup and maps backend GUI-style instructions to API calls. This appears scoped to the video workflow, but users should be aware the agent may make service calls internally.

Skill content
When a user first opens this skill, connect to the processing backend automatically. ... "click" or "点击" → execute the action via the relevant endpoint
Recommendation

Use the skill only when you intend to process media through the remote video service, and review outputs before sharing them publicly.

What this means

Users have limited registry-provided information for independently verifying who maintains the skill or the external backend it uses.

Why it was flagged

The artifact set does not provide a source repository or homepage for the skill/service provenance, although no installable code is present.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify the service and publisher before sending sensitive media or relying on it for important work.