Video Editor Android

ReviewAudited by ClawScan on May 4, 2026.

Overview

This is a coherent cloud video-editing skill, but users should know it contacts a third-party backend, uses a Nemo token/session, and uploads video files for processing.

This skill appears purpose-aligned for cloud video editing. Before installing, understand that it will contact nemovideo.ai, use or create a Nemo token/session, and upload your video files for remote processing. Avoid using it for sensitive footage unless you are comfortable with that provider's privacy and retention practices.

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

The skill can act within the Nemo backend session tied to the token, such as creating sessions, uploading media, checking credits, and rendering videos.

Why it was flagged

The skill uses a bearer token or obtains an anonymous token to access the Nemo video backend. This is expected for the service integration, and the artifact does not show token logging or unrelated credential use.

Skill content
Check if `NEMO_TOKEN` is set in the environment... POST to `https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token`... `Authorization: Bearer <token>`
Recommendation

Use a token intended for this service only, avoid sharing token values, and revoke or rotate it if you no longer use the skill.

What this means

Videos, URLs, edit prompts, and generated render outputs may be processed and stored by the external Nemo video service.

Why it was flagged

The skill sends uploaded video files or URLs to an external provider for cloud processing. This is central to the advertised cloud video-editing workflow, but it means private media leaves the local chat environment.

Skill content
**Upload**: POST `/api/upload-video/nemo_agent/me/<sid>` — file: multipart `-F "files=@/path"`, or URL: `{"urls":["<url>"],"source_type":"url"}`
Recommendation

Only upload videos you are comfortable sending to this provider, and review any available provider privacy or retention terms before using sensitive footage.

What this means

Users have less registry-level context for verifying who maintains the skill or how the external service handles uploaded content.

Why it was flagged

The registry entry does not provide source or homepage provenance, while the skill depends on a specific external video backend. This is not malicious by itself, but it limits independent verification.

Skill content
Source: unknown; Homepage: none
Recommendation

If using sensitive or business footage, verify the Nemo provider and skill publisher through trusted channels before installing.