No Login Video Generation
PassAudited by ClawScan on May 5, 2026.
Overview
The skill is coherent for cloud-based video generation, but users should notice that their prompts and media are sent to a NemoVideo backend using a bearer token.
This skill appears reasonable for no-login cloud video generation. Before installing, be comfortable sending your media and prompts to the NemoVideo cloud service, keep NEMO_TOKEN private, and avoid using confidential files unless you trust the provider.
Findings (3)
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.
The agent may send generation requests, upload files, and start exports on the video service when you ask it to create or edit a video.
The skill exposes multiple remote API operations for upload, generation, state polling, credits, and export. These operations fit the video-generation purpose, but they can consume service credits and start remote rendering jobs.
Endpoint | Method | Purpose ... `/run_sse` ... `/api/upload-video/nemo_agent/me/<sid>` ... `/api/render/proxy/lambda`
Use the skill only for files and prompts you intend to process in the cloud, and confirm export or credit-consuming actions when the result matters.
Anyone with the token may be able to use the associated credits/session until it expires or is revoked.
The skill requires a bearer token for the NemoVideo backend. This is expected for the service integration and the artifact also instructs not to expose the token.
Every API call needs `Authorization: Bearer <NEMO_TOKEN>`
Keep NEMO_TOKEN private, avoid pasting it into chat, and rotate or remove it if you no longer use the service.
Your uploaded images, videos, audio, and text prompts may be processed and retained according to the backend provider's policies.
The skill clearly sends user prompts and uploaded media to a third-party cloud backend for server-side rendering. This is central to the purpose, but it is a sensitive data flow.
Send me your text prompts or images ... All rendering happens server-side.
Do not upload confidential, regulated, or private media unless you trust the NemoVideo service and understand its data handling terms.
