Italiano Video Editing With

ReviewAudited by ClawScan on May 10, 2026.

Overview

This skill appears to do what it says—send user-provided videos to a cloud video-editing API—but users should understand that their media and prompts leave their device and require a NemoVideo token/session.

This looks like a purpose-aligned cloud video-editing skill. Before installing or using it, make sure you are comfortable sending your video files and edit prompts to the NemoVideo API, and use a dedicated NemoVideo token rather than sensitive unrelated credentials.

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

Videos, prompts, and editing instructions may be processed by NemoVideo's cloud service rather than staying local.

Why it was flagged

The skill explicitly sends user media to an external cloud service for processing, which is expected for the product but can involve sensitive personal video content.

Skill content
Send me your raw video footage... The AI video editing runs on remote GPU nodes... All rendering happens server-side.
Recommendation

Only upload footage you are comfortable processing through the stated external service, and avoid confidential or regulated media unless you have reviewed the provider's privacy and retention terms.

What this means

The token may authorize uploads, session state access, exports, and credit checks for the NemoVideo service.

Why it was flagged

The skill uses a bearer token to authorize remote API actions. This is normal for the integration, but the token controls access to the user's NemoVideo session/credits.

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

Use only a NemoVideo token intended for this service, keep it scoped where possible, and do not reuse unrelated credentials.

What this means

The agent may perform editing, state, upload, or export API actions as part of the video-editing flow.

Why it was flagged

The skill maps backend UI-style instructions into API calls. This is aligned with automating the video editor, but users should know workflow actions may be carried out through remote instructions within the session.

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

Review the resulting timeline/export before relying on it, and give clear instructions about what should or should not be changed.