Editor Opus

ReviewAudited by ClawScan on May 11, 2026.

Overview

Editor Opus is a coherent cloud video-editing skill, but users should know their selected media and editing requests are sent to NemoVideo’s remote API using an API token.

This looks purpose-aligned for cloud video editing. Before installing, be comfortable with NemoVideo receiving the media you upload, with a token/session being created or used, and with credits or plan limits applying to exports.

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, images, audio, and editing prompts you provide may leave your device and be processed by NemoVideo’s API.

Why it was flagged

The skill intentionally sends user-provided video/media to a remote provider for cloud rendering.

Skill content
Upload your raw video footage ... and download 1080p MP4 when it's done. ... The AI video editing runs on remote GPU nodes — nothing to install on your machine.
Recommendation

Only upload media you are comfortable sending to that service, and avoid sensitive footage unless you accept the provider’s handling of it.

What this means

API calls and exports may consume credits or be tied to the token/session used for this service.

Why it was flagged

The skill uses a provider token for authenticated API calls and can create an anonymous starter token when one is not present.

Skill content
If `NEMO_TOKEN` is in the environment, use it directly ... Otherwise, acquire a free starter token ... Every API call needs `Authorization: Bearer <NEMO_TOKEN>`
Recommendation

Use a token intended for this service only, monitor credit usage, and avoid exposing the token in logs or shared chats.

What this means

The service may perform intermediate editing/status/export steps within the remote session without showing every backend instruction to the user.

Why it was flagged

The agent is instructed to translate backend responses into further API actions, which is part of the editing workflow but means not every internal action is user-visible.

Skill content
Tool call/result | Process internally, don't forward ... The backend responds as if there's a visual interface. Map its instructions to API calls
Recommendation

Ask for status or state before exporting if you want to verify the current edit, and review the final output before posting it publicly.