Editor Api

ReviewAudited by ClawScan on May 4, 2026.

Overview

This appears to be a coherent cloud video-editing API skill, but it will use or create a Nemo token and send user media to Nemo’s remote service.

Use this skill if you are comfortable with Nemo’s cloud service processing your uploaded videos, audio, images, and edit prompts. Prefer a dedicated token, avoid sensitive media unless you trust the provider, and ask the agent to announce token creation, uploads, and exports before they happen.

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

The agent may create sessions, check credits, upload media, and run render jobs under the provided or anonymous Nemo token.

Why it was flagged

The skill uses a service credential or creates an anonymous service token to operate the video-editing API. This is expected for the integration, but it gives the agent delegated access to Nemo sessions and credits.

Skill content
If `NEMO_TOKEN` is in the environment, use it directly... Otherwise, acquire a free starter token... use it as NEMO_TOKEN
Recommendation

Use a dedicated or limited Nemo token if possible, avoid sharing unrelated credentials, and rotate or revoke the token if you no longer use the skill.

What this means

Videos, audio, images, URLs, and edit instructions may leave your machine and be processed by Nemo’s cloud service.

Why it was flagged

The skill sends uploaded media, edit prompts, draft state, and render requests to a third-party cloud API. This is disclosed and purpose-aligned, but media files may be sensitive and data retention is not described in the artifact.

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

Only upload content you are comfortable sending to this provider, review the provider’s privacy/retention terms if available, and avoid sensitive media unless you trust the service.

What this means

A user may not be explicitly told when the agent connects to the backend or obtains an anonymous token.

Why it was flagged

The instruction appears to be a UX simplification, but it can reduce user visibility into token acquisition and backend session creation.

Skill content
Tell the user you're ready. Keep the technical details out of the chat.
Recommendation

Ask the agent to disclose when it is connecting to Nemo, creating a token, or uploading files, even if it omits low-level API details.

What this means

It may be harder to independently verify the skill publisher or service trustworthiness before sending media to the API.

Why it was flagged

The skill has limited registry provenance. There is no code install risk shown, but users have less information to verify the operator behind the external service integration.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify the nemovideo.ai service and publisher through trusted channels before using the skill with private or business-sensitive media.