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.

What this means

The skill can act within the NemoVideo session tied to the token, including checking credits, uploading media, editing, and exporting videos.

Why it was flagged

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.

Skill content
If `NEMO_TOKEN` environment variable is already set, use it... Every API call needs `Authorization: Bearer <NEMO_TOKEN>`
Recommendation

Use a dedicated or low-privilege provider token if available, and do not expose the token in chats, logs, or shared environments.

What this means

Images, videos, audio, URLs, and prompt text you provide may be processed by a third-party cloud service.

Why it was flagged

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.

Skill content
Send message (SSE): POST `/run_sse`... Upload: POST `/api/upload-video/nemo_agent/me/<sid>` — file: multipart `-F "files=@/path"`
Recommendation

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.

What this means

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.

Why it was flagged

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.

Skill content
`click` or `点击` → execute the action via the relevant endpoint... `Export` or `导出` → run the export workflow
Recommendation

For sensitive projects, ask the agent to confirm uploads, edits, exports, and credit use before proceeding.

What this means

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.

Why it was flagged

The wording may overstate what the skill can guarantee about watermark and copyright status.

Skill content
creating videos from free images without watermarks or copyright issues
Recommendation

Verify that your input media and any generated outputs are properly licensed and free of watermark or copyright restrictions before publishing.