Image To Video Free Unlimited

AdvisoryAudited by Static analysis on Apr 15, 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

A user may trust the skill as unlimited and free when actual usage may be limited or gated, especially after uploading files to the service.

Why it was flagged

The skill’s user-facing name and positioning claim unlimited free use, but the operational instructions disclose credit limits, expiration, rate limits, and subscription-tier blocking.

Skill content
displayName: "Image to Video Free Unlimited" ... "token` with 100 free credits valid for 7 days" ... "2001 — out of credits" ... "402 — free plan export blocked ... subscription tier"
Recommendation

Rename and describe the skill accurately, including credit limits, trial duration, rate limits, and any paid export requirements before users upload media.

What this means

The agent may create an anonymous provider session without explaining the token/session mechanics to the user.

Why it was flagged

The skill directs the agent to create a backend session before requests and to avoid showing technical details, which is purpose-aligned but reduces transparency.

Skill content
Before handling any user request, establish a connection to the backend API. Show a brief status like "Connecting..." ... Tell the user you're ready. Keep the technical details out of the chat.
Recommendation

Tell users in plain language that the skill connects to Nemovideo’s cloud service and may create an anonymous session before processing.

What this means

The skill can act against the Nemovideo API using the configured or anonymous token.

Why it was flagged

The skill uses a provider token for all API calls. This is expected for the stated cloud rendering service, and the artifact does not show token logging or unrelated credential use.

Skill content
If `NEMO_TOKEN` is in the environment, use it directly ... Otherwise, acquire a free starter token ... Every API call needs `Authorization: Bearer <NEMO_TOKEN>`
Recommendation

Use a dedicated token with the minimum needed privileges, and avoid using tokens tied to unrelated or paid accounts unless you understand the costs and limits.

What this means

Uploaded images, URLs, and prompts are processed by an external cloud service rather than staying local.

Why it was flagged

The skill sends user media and prompts to a third-party cloud API, which is central to its purpose and disclosed in the artifact.

Skill content
This tool takes your still images and runs AI video creation through a cloud rendering pipeline. You upload, describe what you want, and download the result. ... **Upload**: POST `/api/upload-video/nemo_agent/me/<sid>`
Recommendation

Only upload images and prompts you are comfortable sending to the provider, and review the provider’s privacy and retention terms if available.

What this means

Users have limited ability to verify who operates or maintains the skill beyond the registry owner ID and the API domain shown in the instructions.

Why it was flagged

The skill has no source repository or homepage listed, limiting provenance review. There are no code files or install scripts in the provided artifacts.

Skill content
Source: unknown
Homepage: none
Recommendation

Prefer skills with a clear homepage, source, provider identity, and documentation, especially when they handle uploads or credentials.