Music Video Clip
PassAudited by ClawScan on May 11, 2026.
Overview
This skill appears to be a disclosed cloud video-rendering integration that uploads user-selected media to NemoVideo and uses a token to create/export music videos.
Before installing, make sure you are comfortable sending selected audio/video files to NemoVideo's cloud service and using a NemoVideo token or anonymous starter token. The artifacts do not show hidden code, local persistence, or unrelated system access.
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 can create cloud rendering sessions and consume credits using the provided or generated NemoVideo token.
The skill uses an API token or obtains an anonymous token to act against the NemoVideo backend. This is expected for the service, but it is still delegated account/session authority.
If `NEMO_TOKEN` is in the environment, use it directly and create a session. Otherwise, acquire a free starter token
Use a dedicated token if possible, monitor credit use, and avoid sharing tokens you do not want the agent to use.
Uploaded audio, video clips, prompts, draft state, and exported render data may be processed by NemoVideo's cloud service.
The skill sends user media and project data to a disclosed external provider API for cloud processing. This is aligned with the stated purpose, but it creates an external data boundary.
All calls go to `https://mega-api-prod.nemovideo.ai`
Only upload media you are comfortable sending to the external provider, especially unreleased music, private footage, or client content.
Files provided for video creation will be transmitted to the cloud rendering backend.
The skill instructs the agent to upload user-selected files or URLs to the backend. This is central to creating the requested music video, but file upload is a sensitive action users should notice.
Upload — `POST /api/upload-video/nemo_agent/me/<sid>` — multipart file or JSON with URLs
Confirm which files are being uploaded and avoid giving the skill broad access to folders or unrelated private media.
