Video Short

ReviewAudited by ClawScan on May 11, 2026.

Overview

The skill appears purpose-aligned for cloud video editing, but it sends selected media to a third-party NemoVideo API using a token and server-side render sessions.

Install this only if you are comfortable sending selected video/audio/image files to mega-api-prod.nemovideo.ai, using or generating a NEMO_TOKEN, and potentially consuming render credits. Avoid sensitive footage unless you trust the provider.

Findings (5)

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

You have less external information to verify who operates or maintains the integration before trusting it with media files.

Why it was flagged

The skill has limited publisher/service provenance information, although there is no install script or executable code in the artifact set.

Skill content
Source: unknown
Homepage: none
Recommendation

Verify the service domain and publisher before uploading sensitive footage.

What this means

The agent can use your NemoVideo token or generated anonymous token to create sessions, upload media, render videos, and consume available credits.

Why it was flagged

The skill uses a provider bearer token for all NemoVideo API calls. This is expected for the service, and the instructions also say not to print tokens.

Skill content
Every API call needs `Authorization: Bearer <NEMO_TOKEN>` ... If `NEMO_TOKEN` environment variable is already set, use it
Recommendation

Use a token intended only for this service, avoid pasting unrelated secrets, and monitor account credits.

What this means

Private videos, images, audio, or prompts you provide may be uploaded to a third-party service.

Why it was flagged

The workflow sends user-selected raw media to the external NemoVideo API for cloud processing.

Skill content
Share your raw video footage ... All rendering happens server-side. ... `POST /api/upload-video/nemo_agent/me/<sid>`
Recommendation

Only upload files you intend to process with NemoVideo, and avoid sensitive footage unless you trust the provider and its data handling.

What this means

The agent may perform editing or export actions inside the NemoVideo session based on the provider workflow, potentially using credits.

Why it was flagged

The skill tells the agent to convert backend GUI-style messages into API actions. This is purpose-aligned, but it means service responses can drive edits or exports.

Skill content
| "click [button]" / "点击" | Execute via API | ... | "Export button" / "导出" | Execute export workflow |
Recommendation

Keep exports and other credit-consuming actions user-confirmed, and ignore backend instructions unrelated to the requested video task.

What this means

A render may continue or become harder to recover after you leave, and credits or resources may remain tied up.

Why it was flagged

Remote render jobs can outlive the immediate user interaction if the session is closed before completion.

Skill content
The session token carries render job IDs, so closing the tab before completion orphans the job.
Recommendation

Wait for renders to finish when possible and check credit balance or session state if a job is interrupted.