Free Ai Music Video Generator

v1.0.0

Tell me what you need and I'll help you turn any track into a captivating music video using free-ai-music-video-generator. Describe your song's mood, genre,...

0· 47·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The skill is a cloud-hosted AI video generator and declares NEMO_TOKEN as its primary credential and a config path (~/.config/nemovideo/). That matches the described purpose. Minor incoherence: the metadata lists NEMO_TOKEN as required in the environment, yet the SKILL.md includes a full anonymous-token acquisition flow if NEMO_TOKEN is missing (POST /api/auth/anonymous-token). Declaring NEMO_TOKEN as strictly required while also providing an automatic anonymous-token fallback is inconsistent but explainable (the skill can operate either with a user-provided token or by obtaining a temporary anonymous token).
Instruction Scope
Instructions remain within the scope of producing/uploading and exporting videos: they instruct checking/creating ~/.config/nemovideo/client_id, calling the NemoVideo API for session creation, SSE message streaming, uploads, credits and session state. These actions require reading/writing the stated config path and accessing user-provided files for upload, which is expected. Two operational/privacy notes: (1) the session claim link the skill constructs embeds the token in the URL (https://nemovideo.com/workspace/claim?token=$TOKEN&...), which can expose the token if shared or logged; (2) upload operations require reading user file paths (multipart upload), so any file the user points to will be transmitted to the external service — expected for an upload feature but worth explicit consent.
Install Mechanism
This is an instruction-only skill with no install spec and no code files — minimal install risk. Nothing is downloaded or installed by the skill itself.
Credentials
The only credential requested is NEMO_TOKEN (declared as primary), which is proportionate for a hosted API. However, because the SKILL.md supports obtaining a short-lived anonymous token automatically and storing a local client_id, requiring NEMO_TOKEN as a mandatory env var in metadata is misleading. Also note the skill will send whichever token it has (user-provided or acquired) in Authorization headers to the external API; treat the token as sensitive.
Persistence & Privilege
The skill does not request always:true and is user-invocable only; it does not attempt to modify other skills or system settings. It will store a client_id under ~/.config/nemovideo/ and persist session_id for ongoing requests, which is normal for a client integrating with a backend.
Assessment
This skill appears to do what it says (a cloud video generator) but review a few things before installing: 1) Token handling: the skill uses a NEMO_TOKEN to call the remote API; you can either set your own token or the skill will request a temporary anonymous token and store it. Treat NEMO_TOKEN as sensitive — don't paste it into public places. 2) Link exposure: the skill builds a claim URL embedding the token; avoid sharing that link or pasting it where others can see it. 3) File uploads: any file you upload will be sent to nemovideo's servers — only upload content you are comfortable sharing. 4) Local files: the skill will create/read ~/.config/nemovideo/client_id and persist session identifiers; verify you are okay with this local state. 5) Trust and privacy: confirm you trust https://nemovideo.com (privacy, retention, and terms) before sending private or copyrighted material. The metadata mismatch (declaring NEMO_TOKEN required while offering an anonymous-token flow) is minor but worth noting; if you need tighter control, set your own token or avoid installing the skill.

Like a lobster shell, security has layers — review code before you run it.

latestvk979908f8z2mmzkz31ndekatk583z1te

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🎵 Clawdis
EnvNEMO_TOKEN
Primary envNEMO_TOKEN

Comments