Image To Video Generate Ai Free
PassAudited by VirusTotal on May 3, 2026.
Overview
Type: OpenClaw Skill Name: image-to-video-generate-ai-free Version: 1.0.0 The skill facilitates image-to-video conversion by integrating with the external API at mega-api-prod.nemovideo.ai. It provides clear instructions for the agent to handle authentication via the NEMO_TOKEN environment variable or an anonymous token generation process, manage file uploads, and interpret server-sent events (SSE) for rendering status. The code and instructions are well-documented, include appropriate error handling, and lack any indicators of malicious intent, data exfiltration, or unauthorized execution.
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.
Using the skill may create an external processing session before any file is uploaded.
The agent is told to make remote API calls automatically when the skill is first used. This is expected for a cloud-rendering skill, but users should know it initiates an external service session.
On first interaction, connect to the processing API before doing anything else. Show a brief status like "Setting things up...".
Use the skill only when you are ready to connect to the NemoVideo service; consider asking the agent to confirm before uploads or exports.
Anyone with the token may be able to use the associated NemoVideo access or credits.
The skill relies on a bearer token for NemoVideo API access. This is purpose-aligned, but the token can represent access to the user's service account, session, or credits.
Every API call needs `Authorization: Bearer <NEMO_TOKEN>`
Use a service-specific token, do not share it, and rotate or revoke it if it may have been exposed.
Private images, video, audio, and prompts may leave the local environment and be processed by the remote NemoVideo service.
The skill sends user-provided media to an external provider for server-side rendering. This is central to the purpose, but privacy, retention, and provider-side handling are not described in the artifact.
`/api/upload-video/nemo_agent/me/<sid>` | POST | Upload a file (multipart) or URL.
Avoid uploading sensitive personal, confidential, or regulated media unless you trust the provider and understand its data handling terms.
A user may start a render workflow expecting free export and later encounter registration or upgrade requirements.
The skill is branded as free, but the artifact also describes a possible export block requiring registration or upgrade. This tradeoff is disclosed, but users should notice it before uploading media.
displayName: "Image to Video Generate AI Free" ... `402` | Free plan export blocked | ... "Register or upgrade your plan to unlock export."
Check credit, registration, and export limits before sending important media or relying on the output.
It may be harder to verify who maintains the skill or where to review provider documentation.
The skill has limited provenance information. There is no code install step, which reduces local execution risk, but users have less information for verifying the external service integration.
Source: unknown; Homepage: none
Prefer skills with clear source and homepage information when sending private media to external services.
