Ai Video Enhancer 4k

ReviewAudited by ClawScan on May 10, 2026.

Overview

This is mostly a disclosed cloud video-processing skill, but its own instructions appear to contradict the advertised 4K output while asking users to upload videos to a third-party service.

Before installing, decide whether you trust the NemoVideo cloud service with your videos. Confirm the actual output resolution and credit behavior, because the artifact’s 4K claims conflict with its own render-pipeline description. Protect NEMO_TOKEN like any other credential.

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

A user may upload private or commercial videos expecting 4K enhancement, but the skill may only produce lower-resolution output.

Why it was flagged

The advertised purpose promises 4K output, while the internal render description says the pipeline outputs up to 1080x1920, which is materially below 4K.

Skill content
displayName: "AI Video Enhancer 4K — Upscale Videos to 4K Quality" ... "applies platform-spec compression (H.264, up to 1080x1920)"
Recommendation

Confirm the actual output resolution and provider terms before uploading sensitive or valuable videos.

What this means

Videos uploaded through the skill leave the local environment and are processed by the NemoVideo backend.

Why it was flagged

The skill sends user-selected videos to an external cloud provider for processing. This is expected for the stated purpose, but it is a sensitive data boundary.

Skill content
API base: `https://mega-api-prod.nemovideo.ai` ... `Upload`: POST `/api/upload-video/nemo_agent/me/<sid>` — file: multipart `-F "files=@/path"`
Recommendation

Only upload clips you are comfortable sharing with that provider, and avoid sending private or regulated content unless you trust the service.

What this means

Anyone with the token may be able to access the associated provider session or credits until it expires.

Why it was flagged

The skill uses a bearer token for provider access and can create an anonymous token if one is not already set. This is disclosed and purpose-aligned, but it grants session and credit authority with the provider.

Skill content
Check if `NEMO_TOKEN` is set ... POST to `https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token` ... The response `data.token` is your NEMO_TOKEN
Recommendation

Keep NEMO_TOKEN private, rotate it if exposed, and understand that anonymous tokens are still credentials.

What this means

The agent may create sessions, poll state, export, and download results through the provider API during normal use.

Why it was flagged

The skill instructs the agent to make backend API calls automatically for setup and to run workflows based on routed actions. This fits the video-processing purpose but should be visible to users.

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

Use the skill only when you intend to interact with the NemoVideo backend, and review prompts before asking it to upload or export.

What this means

A render job may continue on the provider side even if the user stops watching the session.

Why it was flagged

The artifact describes session reuse and cloud jobs that may continue or become orphaned if the user closes the tab. This is expected for cloud rendering, but it is persistent activity outside the immediate local interaction.

Skill content
Store the returned `session_id` for all subsequent requests ... closing the tab before completion orphans the job
Recommendation

Wait for jobs to finish when possible, and check provider state or credits if an export is interrupted.