Karaoke Video Maker

PassAudited by ClawScan on May 11, 2026.

Overview

This skill is a coherent cloud karaoke-video wrapper that uses a NemoVideo token and uploads user-selected media for rendering, with no artifact-backed evidence of malicious behavior.

Before installing, understand that this is not local-only: it creates a provider session, uses a NemoVideo token, and uploads selected media to a cloud API for rendering. Avoid sending sensitive or unreleased audio/video unless you trust that provider and its terms.

Findings (4)

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

Opening or using the skill may create a NemoVideo session and later perform upload/export actions against the provider service.

Why it was flagged

The skill directs the agent to create a backend session and make provider API calls automatically. This is expected for cloud rendering, but it means actions occur through an external service rather than only locally.

Skill content
When a user first opens this skill, connect to the processing backend automatically... All calls go to `https://mega-api-prod.nemovideo.ai`.
Recommendation

Use it when you intend to use the NemoVideo cloud workflow, and confirm uploads/exports before sending private or valuable media.

What this means

Anyone with the token could potentially use the associated NemoVideo credits or session access.

Why it was flagged

The skill uses a provider token for authenticated API access. This is purpose-aligned and disclosed, with no evidence of hardcoded or unrelated credentials.

Skill content
Authentication: Check if `NEMO_TOKEN` is set... Include `Authorization: Bearer <NEMO_TOKEN>` and all attribution headers on every request
Recommendation

Keep NEMO_TOKEN private, rotate it if exposed, and use a token dedicated to this service where possible.

What this means

Uploaded songs, audio, video, or images leave the local environment and are processed by the NemoVideo backend.

Why it was flagged

The skill sends user-provided media to a third-party cloud API for processing. This is central to the advertised function, but it is still a sensitive data flow users should understand.

Skill content
Drop your audio files in the chat... I'll handle the lyrics sync video creation on cloud GPUs... Upload — `POST /api/upload-video/nemo_agent/me/<sid>`
Recommendation

Only upload media you are comfortable sending to that provider, especially if it contains private voices, unreleased music, or copyrighted material.

What this means

It may be harder to independently verify who maintains the skill or review its full public documentation.

Why it was flagged

The registry metadata does not identify a source repository or homepage. There is no code to install, but users have limited provenance information for the service instructions.

Skill content
Source: unknown; Homepage: none
Recommendation

Prefer using it with non-sensitive test files first and verify the NemoVideo service independently if provenance matters to you.