Editor Opus Clip
ReviewAudited by ClawScan on May 11, 2026.
Overview
This skill appears to be a coherent cloud video-editing integration, but users should know it uploads selected videos and prompts to a third-party NemoVideo API and uses a token-based session.
This looks safe to install as a cloud video-editing skill. Before using it, remember that your selected videos and editing instructions are uploaded to NemoVideo for processing, and use only media you are comfortable sharing with that service.
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.
The agent may authenticate to NemoVideo on your behalf to create sessions and render jobs.
The skill uses a provider token or creates an anonymous token to authenticate to the NemoVideo backend. This is expected for the service, and the artifacts do not show token leakage or unrelated account access.
If `NEMO_TOKEN` is in the environment, use it directly and create a session. Otherwise, acquire a free starter token
Use a token intended for this service, and avoid sharing videos unless you are comfortable processing them through NemoVideo.
Videos, URLs, and editing prompts you provide may be uploaded to and processed by NemoVideo's cloud service.
The skill sends user-provided video files or URLs to a third-party backend for processing. This is central to the skill's purpose and is disclosed, but it may involve private media.
Upload: POST `/api/upload-video/nemo_agent/me/<sid>` — file: multipart `-F "files=@/path"`, or URL: `{"urls":["<url>"],"source_type":"url"}`Only upload media you are allowed to share with that provider, especially if it contains private, confidential, or copyrighted content.
The agent may continue editing or rendering steps based on NemoVideo backend responses rather than asking about every internal action.
The skill instructs the agent to convert backend UI-style messages into provider API actions. This is consistent with a GUI-backed editing workflow, but users should understand that backend responses may influence subsequent API calls.
Backend Response Translation ... Backend says "click [button]" / "点击" | You do | Execute via API
Review final outputs before publishing or sharing, and give explicit instructions if you want approval before exports or major edits.
