Editor Baby Dance

ReviewAudited by ClawScan on May 4, 2026.

Overview

The skill appears purpose-aligned, but it sends baby video clips to a third-party NemoVideo cloud service and uses a service token, so install it only if you trust that provider.

This skill looks coherent for cloud video editing, but it is not purely local. Before installing, make sure you are comfortable sending baby/family footage and edit prompts to NemoVideo's cloud service, use a dedicated token, and avoid uploading clips that require strong privacy guarantees unless you have reviewed the provider's retention and deletion policies.

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

Your uploaded clips and editing prompts may be processed and temporarily stored by the NemoVideo cloud service, and exported videos may be available through generated download URLs.

Why it was flagged

The skill clearly discloses that uploaded baby videos are processed by an external cloud backend, which is purpose-aligned but sensitive because personal child/family media leaves the local environment.

Skill content
This tool takes your baby video clips and runs AI dance video editing through a cloud rendering pipeline. You upload... All calls go to `https://mega-api-prod.nemovideo.ai`.
Recommendation

Only upload footage you are comfortable sending to that provider, and review the provider's privacy, retention, and deletion policies if the clips are sensitive.

What this means

Anyone who obtains the token could potentially use the associated NemoVideo session or credits until the token expires or is rotated.

Why it was flagged

The skill uses a bearer token for the external service on every request. This is expected for the integration, but the token represents access to the user's service session or credits.

Skill content
Include `Authorization: Bearer <NEMO_TOKEN>` and all attribution headers on every request
Recommendation

Use a dedicated or temporary NEMO_TOKEN, do not share logs containing it, and rotate or unset it when you no longer need the skill.

What this means

The agent may create a backend session, poll status, and run render/export operations without showing every low-level API step.

Why it was flagged

The instructions allow automatic backend setup and API-driven workflows. This is consistent with a cloud editing skill, but users should know that API calls and render/export jobs may be initiated as part of normal use.

Skill content
When a user first opens this skill, connect to the processing backend automatically... `Export` or `导出` → run the export workflow
Recommendation

Before uploading or exporting, confirm the clips and desired edits are correct, especially if credits or sensitive footage are involved.

What this means

It is harder to independently verify the maintainer, service terms, or implementation history before trusting the skill with personal videos.

Why it was flagged

The registry information does not provide a source repository or homepage, so users have limited provenance information for a skill that depends on an external cloud service.

Skill content
Source: unknown; Homepage: none
Recommendation

Install only if you trust the listed owner and the NemoVideo endpoint; prefer skills with clear source, homepage, and privacy documentation for sensitive media.