Voiceover Ai Free

PassAudited by ClawScan on May 11, 2026.

Overview

This looks like a straightforward cloud voiceover/video tool, but users should expect selected media and text to be sent to NemoVideo's API using a token-backed session.

Use this skill only with media you are comfortable sending to NemoVideo's cloud service. Keep NEMO_TOKEN private, confirm export/upload intent, and check any provider limits, credits, or privacy terms before processing sensitive content.

Findings (2)

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

Your token may be used to create sessions, upload media, check credits, and start renders with the provider.

Why it was flagged

The skill authenticates every provider request with a Nemo token; this is purpose-aligned for the service but means the skill can use the token-backed account/session and credits.

Skill content
All requests must include: `Authorization: Bearer <NEMO_TOKEN>`
Recommendation

Only use a token you intend for this service, keep it private, and monitor credit usage or expiry.

What this means

Videos, images, audio, text, or URLs you provide may leave your machine and be processed by the remote service.

Why it was flagged

The skill sends user-selected media or URLs to the disclosed NemoVideo cloud backend for processing; this is central to the stated purpose, though the artifact does not describe retention or privacy terms.

Skill content
`/api/upload-video/nemo_agent/me/<sid>` | POST | Upload a file (multipart) or URL.
Recommendation

Avoid uploading sensitive or confidential media unless you are comfortable with the provider processing it and have reviewed the provider's terms.