Free Image No
ReviewAudited by ClawScan on May 12, 2026.
Overview
This appears to be a cloud video-generation skill, but it uses a NemoVideo token/session and sends selected media and prompts to a remote service.
Before installing, understand that this is not a local-only tool: it connects to NemoVideo, obtains or uses a NEMO_TOKEN, uploads the files you provide, and processes them in the cloud. Avoid sensitive media unless you trust the provider, and independently verify any copyright or watermark claims.
Findings (4)
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 skill can act within the NemoVideo session tied to the token, including checking credits, uploading media, editing, and exporting videos.
The skill uses a provider token to authenticate all NemoVideo API activity. This is expected for the stated cloud rendering purpose, but it is delegated account/session authority.
If `NEMO_TOKEN` environment variable is already set, use it... Every API call needs `Authorization: Bearer <NEMO_TOKEN>`
Use a dedicated or low-privilege provider token if available, and do not expose the token in chats, logs, or shared environments.
Images, videos, audio, URLs, and prompt text you provide may be processed by a third-party cloud service.
The skill sends prompts and user-selected media to a remote NemoVideo backend for processing. The destination and purpose are disclosed and aligned with cloud video generation.
Send message (SSE): POST `/run_sse`... Upload: POST `/api/upload-video/nemo_agent/me/<sid>` — file: multipart `-F "files=@/path"`
Only upload files you are comfortable sending to the provider, and review the provider’s privacy, retention, and licensing terms before using sensitive or private media.
Within the video session, edits, state queries, or exports may happen as part of the automated workflow after the user asks for video creation or editing.
The skill instructs the agent to translate remote backend GUI-style responses into API actions. This is purpose-aligned, but it means some workflow actions may be driven by provider responses rather than separate user confirmations for every endpoint.
`click` or `点击` → execute the action via the relevant endpoint... `Export` or `导出` → run the export workflow
For sensitive projects, ask the agent to confirm uploads, edits, exports, and credit use before proceeding.
A user might assume generated or uploaded assets are automatically safe for commercial use when licensing still depends on the source media and provider terms.
The wording may overstate what the skill can guarantee about watermark and copyright status.
creating videos from free images without watermarks or copyright issues
Verify that your input media and any generated outputs are properly licensed and free of watermark or copyright restrictions before publishing.
