Free Video No

PassAudited by ClawScan on May 12, 2026.

Overview

The skill is a coherent cloud video-editing connector, but users should know it uploads selected media to nemovideo.ai and the “free/no watermark” promise has caveats.

This appears purpose-aligned for cloud video editing, but install it only if you are comfortable sending selected media to nemovideo.ai and having the agent create or use a Nemo token. Also verify the service’s actual free, watermark, and export limits before relying on the advertised result.

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.

What this means

The agent may create and use an anonymous Nemo session token to perform rendering actions for the user.

Why it was flagged

The skill uses or obtains a bearer token for the Nemo backend. This is expected for the service integration and the instructions say not to expose tokens, but users should notice that a credential/session is being created and used.

Skill content
Look for `NEMO_TOKEN` in the environment... Otherwise: Generate a UUID as client identifier... Extract `data.token` from the response — this is your NEMO_TOKEN
Recommendation

Only use this if you are comfortable with the agent obtaining and using a Nemo backend token; avoid sharing token values in chat or logs.

What this means

Videos, images, audio, or URLs the user provides may be sent to nemovideo.ai for processing.

Why it was flagged

The skill clearly discloses cloud processing and uploads selected media to an external provider. That is purpose-aligned, but uploaded videos may contain personal or sensitive content and no retention/privacy details are provided in the artifact.

Skill content
This skill connects to a cloud processing backend... **Upload**: POST `/api/upload-video/nemo_agent/me/<sid>` — file: multipart `-F "files=@/path"`
Recommendation

Do not upload private or sensitive media unless you trust the Nemo backend and its data handling policies.

What this means

A user may expect guaranteed free watermark-free output, but exports may still be limited, blocked, or watermarked depending on clip length or plan status.

Why it was flagged

The user-facing framing emphasizes free, watermark-free export, while the detailed instructions acknowledge possible watermark overlays or blocked export. This is a capability caveat rather than clear malicious behavior.

Skill content
1080p watermark-free videos... Tip: shorter clips under 60 seconds export faster and are less likely to trigger watermark overlays... `402` | Free plan export blocked
Recommendation

Verify pricing, watermark, and export limits before uploading important media.