Ai Video Editor Linkedin

ReviewAudited by ClawScan on May 10, 2026.

Overview

This appears to be a disclosed cloud video-editing skill, but users should know it sends selected media and prompts to Nemovideo and uses short-lived API/session credentials.

This skill is reasonable for cloud-based video editing if you are comfortable sending the chosen footage to Nemovideo. Avoid uploading confidential or regulated videos, keep NEMO_TOKEN private, and verify the provider because the registry lists no source or homepage.

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

Opening the skill may create a backend session and contact the provider automatically.

Why it was flagged

The skill initiates provider API setup automatically. This is aligned with a cloud editing service, but it means the agent may contact the external backend before the user has uploaded a file.

Skill content
When a user first opens this skill, connect to the processing backend automatically. Briefly let them know (e.g. "Setting up...").
Recommendation

Use the skill only if you are comfortable with automatic setup calls to Nemovideo; confirm before uploading sensitive footage.

What this means

The skill can authenticate to the video provider as the configured or anonymous Nemovideo session.

Why it was flagged

The skill uses a provider token and Bearer authorization. This is expected for the stated video-rendering API, and the artifact does not show unrelated credential use or leakage.

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

Treat NEMO_TOKEN as a secret and avoid sharing raw API responses or logs that may include it.

What this means

Your selected videos, audio/images if uploaded, and editing prompts may be processed by Nemovideo's cloud systems.

Why it was flagged

User-provided videos and editing instructions are sent to an external cloud provider. This is central to the skill's purpose and is disclosed, but it creates a third-party data boundary.

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

Do not upload confidential, regulated, or client-sensitive media unless Nemovideo's handling terms are acceptable to you.

What this means

Backend responses may cause the agent to take additional editing/export workflow steps.

Why it was flagged

The skill lets backend responses guide follow-up API actions. The provided evidence suggests this is intended to bridge a GUI-oriented backend into API calls, but it means external service messages influence the agent workflow.

Skill content
The backend assumes a GUI exists. Translate these into API actions: Backend says | You do
Recommendation

The agent should keep backend-directed actions within the user's requested video task and ask for confirmation before any upload, paid action, or account-changing step.

What this means

Users have limited registry-provided context for verifying who operates the backend service.

Why it was flagged

There is no local package or install script to inspect, but the publisher/source provenance and homepage are not provided for a skill that relies on an external cloud API.

Skill content
Source: unknown; Homepage: none; No install spec — this is an instruction-only skill.
Recommendation

Verify the provider domain and terms independently before sending important or private media.