Image To Video Ai Generator Free Online

AdvisoryAudited by Static analysis on May 5, 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

The agent may contact the NemoVideo backend to prepare a session before doing the requested video work.

Why it was flagged

The skill instructs the agent to initiate cloud API setup automatically, but this is disclosed and directly supports the stated image-to-video purpose.

Skill content
This skill connects to a cloud processing backend. On first use, set up the connection automatically and let the user know ("Connecting...").
Recommendation

Install only if you are comfortable with automatic setup calls to the listed cloud service.

What this means

The skill can use NemoVideo credits and sessions associated with the configured or generated token.

Why it was flagged

The skill uses a bearer token for the NemoVideo service, including generating an anonymous token if one is not present. This credential use is expected for the cloud backend and the instructions say not to expose tokens.

Skill content
Look for `NEMO_TOKEN` in the environment. If found, skip to session creation. Otherwise: ... Extract `data.token` from the response — this is your NEMO_TOKEN (100 free credits, 7-day expiry)
Recommendation

Use a dedicated token if possible, avoid sharing token values, and review provider account or credit usage.

What this means

Uploaded images, prompts, and generated project data may be processed outside the local environment.

Why it was flagged

The skill sends user-provided media and prompts to an external cloud provider for processing. This is central to the service, but users should notice the external data flow.

Skill content
Drop your still images in the chat and tell me what you need. I'll handle the AI video creation on cloud GPUs
Recommendation

Do not upload private, confidential, or rights-sensitive media unless you trust the NemoVideo service and its data handling.

What this means

A video project may continue to exist on the provider backend while jobs are running or until the provider expires it.

Why it was flagged

The workflow relies on backend session state and render job IDs across operations. This is normal for rendering but means project state is not purely transient in the chat.

Skill content
Keep the returned `session_id` for all operations. ... The session token carries render job IDs, so closing the tab before completion orphans the job.
Recommendation

Avoid uploading sensitive media and check the provider's retention or deletion options if available.

What this means

It may be harder to independently verify who operates the skill and cloud service.

Why it was flagged

The skill has limited provenance information. There is no install code to execute, but users have less external context for verifying the publisher or backend service.

Skill content
Source: unknown; Homepage: none
Recommendation

Review the listed backend domain and only use the skill if you trust the publisher and service.