Video Editing With Clipchamp

ReviewAudited by ClawScan on May 10, 2026.

Overview

Review recommended because the skill is branded as Clipchamp but sends uploaded videos and edit requests to a NemoVideo cloud backend.

Before installing, confirm you are comfortable with this not appearing to use Microsoft Clipchamp directly and with your uploaded media being processed by the NemoVideo backend. Avoid uploading private or regulated videos unless you trust the provider and understand its retention and privacy practices.

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 could believe their media is being handled by Clipchamp while it is actually sent to a different cloud service.

Why it was flagged

The user-facing name suggests Clipchamp, but the operational instructions use a NemoVideo backend instead. That mismatch matters because users may choose to upload private videos based on the apparent service identity.

Skill content
displayName: "Video Editing with Clipchamp — Edit and Export Videos Fast" ... "All calls go to `https://mega-api-prod.nemovideo.ai`."
Recommendation

Rename or describe the skill to accurately identify the backend provider, clearly state any non-affiliation with Clipchamp, and ask for user consent before uploading media.

What this means

Uploaded videos, audio, images, or URLs may leave the local environment and be processed by the provider.

Why it was flagged

The skill is designed to send user-provided media files or media URLs to a third-party cloud API for processing. This is purpose-aligned, but videos can contain sensitive personal or business information.

Skill content
"Drop your video clips in the chat" ... "AI video editing on cloud GPUs" ... "Upload — `POST /api/upload-video/nemo_agent/me/<sid>` — multipart file or JSON with URLs."
Recommendation

Only upload media you are comfortable sending to the disclosed backend, and the publisher should document retention, deletion, and privacy handling for uploaded files.

What this means

Anyone who obtains the token could potentially use the associated credits or access the related session during its validity period.

Why it was flagged

The skill uses a bearer token to authorize video-editing sessions and may create an anonymous token automatically if one is not present. This is expected for the cloud service but is still an account/session credential.

Skill content
Check if `NEMO_TOKEN` is set ... POST to `https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token` ... `data.token` is your NEMO_TOKEN — 100 free credits, valid 7 days.
Recommendation

Keep the token out of chat logs and shared screenshots, and revoke or rotate it if exposed.

What this means

Export requests may use service credits and create remote render jobs when the user asks to export.

Why it was flagged

The skill instructs the agent to trigger remote render jobs and poll for completion. That matches the video-export purpose, but it can consume provider credits or create cloud jobs.

Skill content
"Export" or "导出" → run the export workflow ... "Export — `POST /api/render/proxy/lambda` ... Poll `GET /api/render/proxy/lambda/<id>` every 30s"
Recommendation

Show credit/cost implications before rendering when possible, especially for larger videos.

What this means

Users have less information to verify who operates the skill or backend.

Why it was flagged

The registry metadata does not provide a clear source or homepage, while the skill relies on a third-party cloud API. This limits provenance review.

Skill content
Source: unknown; Homepage: none
Recommendation

Provide a publisher homepage, source information, and clear backend ownership/privacy documentation.