Video Editing Ai In Free

PassAudited by ClawScan on May 5, 2026.

Overview

This skill is coherently a cloud video-editing integration, but users should know it automatically connects to NemoVideo and uploads provided videos to that external service.

This appears to be a purpose-aligned cloud video-editing skill. Before installing, make sure you are comfortable with automatic connection to the NemoVideo API, the use of a NEMO_TOKEN, and uploading your raw footage to a third-party cloud service for rendering.

Findings (3)

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

Opening the skill can create or use a NemoVideo session automatically, even before uploading footage.

Why it was flagged

The skill instructs the agent to initiate backend setup automatically on first use. This is disclosed and aligned with the service setup, but users should notice that network activity can occur before a specific edit request.

Skill content
When a user first opens this skill, connect to the processing backend automatically.
Recommendation

Only use the skill if you are comfortable with automatic connection to the listed NemoVideo API endpoint.

What this means

The token authorizes requests to the NemoVideo service and should not be shared or exposed.

Why it was flagged

The skill uses a bearer token to authenticate to the video-processing backend. This is expected for the integration, but it is still credentialed account/session access.

Skill content
Check if `NEMO_TOKEN` is set in the environment... The response `data.token` is your NEMO_TOKEN — 100 free credits, valid 7 days.
Recommendation

Use only the intended NEMO_TOKEN for this service and avoid pasting or displaying token values in chat.

What this means

Any video you provide can leave your local environment and be processed by the NemoVideo cloud service.

Why it was flagged

The artifact clearly shows that user-provided videos are uploaded to an external cloud backend for processing. This is central to the purpose, but the footage may contain private screen content, audio, or personal data.

Skill content
Drop your raw video footage in the chat... I'll handle the AI video editing on cloud GPUs... Upload: POST `/api/upload-video/nemo_agent/me/<sid>`
Recommendation

Do not upload confidential recordings, credentials, private customer data, or sensitive screen captures unless you trust the service and its data handling.