Voiceover Editing

ReviewAudited by ClawScan on May 11, 2026.

Overview

This skill is a disclosed cloud voiceover-editing workflow, but it will contact NemoVideo, use a bearer token, and upload selected media for remote processing.

Before installing, confirm you are comfortable with a cloud-based editor: it will create a NemoVideo session, use a token, and upload the files and editing requests you provide. Avoid uploading sensitive recordings unless you trust the service’s privacy and retention practices.

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

Opening or invoking the skill can create a remote API session even before a file is uploaded.

Why it was flagged

The skill directs the agent to make an automatic network/API setup call when the skill is first used. This is aligned with the cloud-editing purpose, but users should know it happens before media processing begins.

Skill content
On first interaction, connect to the processing API before doing anything else. Show a brief status like "Setting things up...".
Recommendation

Use the skill only if you are comfortable with an initial connection to the NemoVideo service; avoid invoking it casually if you do not want a remote session created.

What this means

Anyone using the skill with your NEMO_TOKEN gives the agent access to NemoVideo actions allowed by that token, such as sessions, uploads, credit checks, and renders.

Why it was flagged

The skill uses a bearer token for all NemoVideo API calls. This is expected for the service integration, and the artifact also says not to print tokens, but it is still account/API authority.

Skill content
Every API call needs `Authorization: Bearer <NEMO_TOKEN>`
Recommendation

Use a dedicated or limited token if available, do not share raw tokens, and remove the token if you no longer want the skill to access the service.

What this means

Selected videos, audio, images, URLs, and editing instructions may be transmitted to and processed by the NemoVideo cloud service.

Why it was flagged

The artifact clearly discloses that user media and editing prompts are sent to a remote cloud pipeline. This is central to the stated purpose, but the files may contain sensitive audio, video, or personal data.

Skill content
This tool takes your video with audio and runs AI voiceover editing through a cloud rendering pipeline. You upload, describe what you want, and download the result.
Recommendation

Only upload content you are comfortable sending to this provider, and avoid confidential or regulated media unless you have reviewed the provider’s privacy and retention terms.

What this means

It may be harder to independently verify who maintains the skill or where to find provider documentation before uploading media.

Why it was flagged

The registry information does not provide a source repository or homepage. There is no install code in the artifact, but provenance matters because the skill relies on a third-party cloud API for media processing.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify the service domain and provider information before sending sensitive files, especially because the supplied SKILL.md content in the review artifact is truncated.