Instagram Video Editor Near Me

PassAudited by ClawScan on May 4, 2026.

Overview

This is a coherent cloud video-editing skill, but it relies on a NemoVideo token and sends uploaded media to an external API.

Install this only if you are comfortable sending your video clips and prompts to `mega-api-prod.nemovideo.ai`. Use a limited or anonymous NemoVideo token where possible, avoid uploading sensitive footage, and ask for confirmation before export if usage credits matter.

Findings (4)

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

Your NemoVideo token, or an anonymous token created for you, will be used to run editing and export requests.

Why it was flagged

The skill uses a service credential for every NemoVideo API request. This is expected for the stated cloud video-editing service, but the token may control service access or credits.

Skill content
Include `Authorization: Bearer <NEMO_TOKEN>` and all attribution headers on every request
Recommendation

Use only a service-specific or anonymous token, avoid sharing broader credentials, and monitor any credits or usage tied to the token.

What this means

Videos, prompts, and project state may be processed by the NemoVideo cloud backend.

Why it was flagged

The skill clearly sends user-provided media and editing instructions to an external provider. That is central to the skill purpose, but uploaded videos may contain private or sensitive content.

Skill content
All calls go to `https://mega-api-prod.nemovideo.ai`... **Upload** — `POST /api/upload-video/nemo_agent/me/<sid>`
Recommendation

Only upload media you are comfortable sending to that service, and review the provider’s privacy and retention terms if the content is sensitive.

What this means

The agent may perform follow-up editing, state, or export calls internally as part of the workflow.

Why it was flagged

The skill instructs the agent to translate backend GUI-style responses into API actions. This is scoped to the video-editing workflow, but it means edits or exports may be driven by backend responses rather than shown step-by-step to the user.

Skill content
"click" or "点击" → execute the action via the relevant endpoint ... "Export" or "导出" → run the export workflow
Recommendation

If credits or final output matter, ask the agent to summarize planned changes and confirm before exporting.

What this means

It may be harder to confirm who maintains the skill or whether the external API endpoint is the intended provider.

Why it was flagged

The registry information does not identify a source repository or homepage, which makes independent provenance verification harder even though no local code is installed.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify the skill publisher and NemoVideo domain before uploading private videos or using a paid token.