Professional Ai Video Generator

PassAudited by ClawScan on May 4, 2026.

Overview

The skill appears to be a disclosed cloud video generator, but users should expect their prompts or uploaded media to be sent to a remote Nemovideo service using a token.

Install this skill only if you are comfortable sending scripts, prompts, and uploaded media to the Nemovideo cloud backend. Protect your NEMO_TOKEN, check any credit or usage terms, and confirm before exporting or uploading sensitive content.

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

The token may control access to the video backend and any available credits for rendering.

Why it was flagged

The skill uses a bearer token for backend sessions and can automatically obtain an anonymous token if one is not present.

Skill content
Look for `NEMO_TOKEN` in the environment... POST `https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token`... All requests must include: `Authorization: Bearer <NEMO_TOKEN>`
Recommendation

Use a token intentionally, keep it private, and monitor any credit or account usage tied to the token.

What this means

Scripts, prompts, uploaded media, and draft video data may be transmitted to and processed by the remote provider.

Why it was flagged

The artifact clearly shows prompts, scripts, uploads, session state, and render jobs are handled by an external cloud service.

Skill content
This skill connects to a cloud processing backend... All calls go to `https://mega-api-prod.nemovideo.ai`... Upload — `POST /api/upload-video/nemo_agent/me/<sid>`
Recommendation

Do not upload confidential or sensitive media unless you are comfortable with that provider processing it.

What this means

Backend responses can drive edits or exports, which may consume credits or change the current video draft.

Why it was flagged

The skill translates backend GUI-style instructions into API calls, including export actions, within the video workflow.

Skill content
"click" or "点击" → execute the action via the relevant endpoint... "Export" or "导出" → run the export workflow
Recommendation

Confirm uploads and exports before proceeding, especially if credits or paid usage may be involved.

What this means

Users have less information to verify the publisher or service before sending content or using a token.

Why it was flagged

The registry metadata does not provide an independently verifiable source or homepage for the cloud service integration.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify the service domain and publisher through a trusted channel before using sensitive content.