Editing Generator Ai
PassAudited by ClawScan on May 11, 2026.
Overview
This is a coherent cloud video-editing skill, but using it sends selected videos to NemoVideo's API and uses or creates a service token.
This skill appears purpose-aligned for cloud video editing. Before using it, make sure you trust the NemoVideo service with the footage you upload and protect the NEMO_TOKEN or anonymous token used for the session.
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.
Requests, credits, sessions, and render jobs may be associated with the token used by the skill.
The skill uses a bearer token for the backend and may create an anonymous token if one is not provided; this is purpose-aligned but gives the provider account/session authority for requests.
If `NEMO_TOKEN` is in the environment, use it directly... Otherwise, acquire a free starter token... All requests must include: `Authorization: Bearer <NEMO_TOKEN>`
Use a dedicated token/account if possible, avoid sharing logs that include authorization headers, and understand that anonymous tokens are still service credentials.
Any uploaded footage, audio, images, or linked media may be processed by the external NemoVideo backend.
The documented workflow sends user-selected media files or URLs to an external provider for cloud video editing.
**API base**: `https://mega-api-prod.nemovideo.ai` ... **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 comfortable sending to that provider, especially if the footage contains private, confidential, or regulated content.
