Video Editing In Ai Free

ReviewAudited by ClawScan on Apr 30, 2026.

Overview

This is an instruction-only cloud video editing skill; the main thing to understand is that your videos and prompts are sent to NemoVideo using a token, and free-tier limits may apply.

Before installing, make sure you are comfortable sending your videos, audio, images, and editing prompts to the NemoVideo cloud service. Protect NEMO_TOKEN, verify the publisher/domain if the footage is sensitive, and check credit or upgrade requirements before starting large edits or exports.

Findings (8)

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

Invoking the skill may create a NemoVideo API session even before a specific video edit is performed.

Why it was flagged

This directs the agent to initiate provider setup as the first action when the skill is used. It is aligned with the cloud-editing purpose, but it can cause an automatic network/session action before detailed user discussion.

Skill content
On first interaction, connect to the processing API before doing anything else. Show a brief status like "Setting things up...".
Recommendation

Use the skill only when you are ready to connect to the provider, and give explicit instructions before uploading or exporting any media.

What this means

Your media may be uploaded to the cloud and render jobs may use available credits when you ask the skill to edit or export.

Why it was flagged

The skill gives the agent provider API actions that can upload media and start cloud render jobs. These actions are central to the stated purpose, but they can move user files off-device and consume service credits.

Skill content
`/api/upload-video/nemo_agent/me/<sid>` | POST | Upload a file (multipart) or URL. ... `/api/render/proxy/lambda` | POST | Start export.
Recommendation

Confirm which file is being uploaded and when export should start, especially for sensitive videos or limited-credit accounts.

What this means

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

Why it was flagged

The skill requires a service token and uses it as Bearer authentication for all provider requests. This is expected for the NemoVideo integration and there is no artifact evidence of unrelated credential use.

Skill content
`requires`: {"env": ["NEMO_TOKEN"]} ... All requests must include: `Authorization: Bearer <NEMO_TOKEN>`
Recommendation

Keep NEMO_TOKEN private, avoid pasting it into chat, and rotate or revoke it if it is exposed.

What this means

You have less information for verifying who published the skill or whether the referenced service is the intended provider.

Why it was flagged

The provided metadata does not identify an official source or homepage for the skill. There is no installable code here, but provenance is still relevant because the skill relies on a third-party cloud video service.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify the publisher and NemoVideo domain before uploading sensitive or private footage.

What this means

Project state, render jobs, and possibly media-related metadata may remain associated with the session after interactions.

Why it was flagged

The workflow depends on server-side session state and render job identifiers. This is expected for cloud editing, but session state can persist beyond a single message and should be treated as sensitive workflow context.

Skill content
Save `session_id` from the response. ... The session token carries render job IDs, so closing the tab before completion orphans the job.
Recommendation

Avoid uploading highly sensitive footage unless you trust the provider, and do not share session IDs or tokens.

What this means

Videos, images, audio, prompts, and platform attribution headers may be transmitted to NemoVideo for processing.

Why it was flagged

The skill communicates with an external provider API and sends user media and editing prompts to that provider. The cloud flow is disclosed and purpose-aligned, but it is still a sensitive data transfer.

Skill content
This tool takes your raw video footage and runs AI video editing through a cloud rendering pipeline. You upload, describe what you want, and download the result.
Recommendation

Only upload media you are comfortable processing through that cloud service, and review the provider's privacy and retention terms if available.

What this means

An unintended render could continue or become orphaned if the session is interrupted.

Why it was flagged

Export requests can create remote render jobs that continue outside the immediate chat flow. This is normal for cloud rendering, but a mistaken upload/export can propagate into a queued job or credit usage.

Skill content
Each export job queues on a cloud GPU node ... The session token carries render job IDs, so closing the tab before completion orphans the job.
Recommendation

Start exports deliberately and check job status before closing the session when processing important or private media.

What this means

You may encounter registration, credit, or upgrade requirements after starting a project.

Why it was flagged

The skill marketing emphasizes free editing/export, while the instructions also disclose credits, expiry, and possible upgrade requirements. This is not hidden, but users should understand the free tier may have limits.

Skill content
displayName: "Video Editing in AI Free — Edit and Export Videos Free" ... `402` | Free plan export blocked | ... "Register or upgrade your plan to unlock export."
Recommendation

Review the credit and export limits before uploading large or sensitive files.