Editor Eddie

PassAudited by VirusTotal on May 3, 2026.

Overview

Type: OpenClaw Skill Name: editor-eddie Version: 1.0.0 The 'editor-eddie' skill is a legitimate integration for an AI video editing service hosted at mega-api-prod.nemovideo.ai. It provides clear instructions for the agent to manage sessions, upload media, and trigger cloud-based rendering. The use of the NEMO_TOKEN environment variable and the ~/.config/nemovideo/ path is consistent with the stated purpose, and no evidence of data exfiltration, malicious execution, or harmful prompt injection was found.

Findings (0)

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

Invoking the skill may immediately contact Nemovideo to create a session.

Why it was flagged

The skill tells the agent to initiate a backend API session automatically when invoked. This is disclosed and purpose-aligned with cloud editing, but users should know it contacts the provider before a specific edit/export action.

Skill content
Before handling any user request, establish a connection to the backend API. Show a brief status like "Connecting...".
Recommendation

Install only if you are comfortable with automatic backend session setup for this video-editing service.

What this means

The skill can use your Nemovideo token or an anonymous token and may consume available credits when processing/exporting videos.

Why it was flagged

The skill uses a provider bearer token for sessions, credits, and export operations. This is expected for the integrated service and no unrelated token use is shown.

Skill content
If `NEMO_TOKEN` is in the environment, use it directly... Include `Authorization: Bearer <NEMO_TOKEN>`
Recommendation

Use a dedicated or revocable token where possible, and monitor credit usage.

What this means

Your edit instructions and uploaded videos, images, or audio may be processed by Nemovideo's cloud service.

Why it was flagged

The skill sends user messages and uploaded media to an external Nemovideo API. This is central to the cloud video-editing purpose, but it is still a sensitive data flow.

Skill content
`/run_sse` | POST | Send a user message... `/api/upload-video/nemo_agent/me/<sid>` | POST | Upload a file
Recommendation

Do not upload confidential, private, or rights-restricted media unless you are comfortable sending it to that provider.