Tomoviee Video Background

PassAudited by ClawScan on May 11, 2026.

Overview

The skill is coherent for cloud video background replacement, but users should know it uploads selected media to nemovideo.ai and uses or creates a service token.

This appears safe to use for its stated purpose if you trust the nemovideo.ai cloud service. Do not upload private or sensitive media unless you are comfortable with remote processing, protect the NEMO_TOKEN, and watch for credit or subscription usage when exporting videos.

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

A provider token can be used to create sessions, upload media, render videos, and check credits for this service.

Why it was flagged

The skill uses or creates a bearer token for the provider. This is expected for the cloud rendering workflow, but it is credentialed access to a third-party service.

Skill content
Look for `NEMO_TOKEN` in the environment... POST `https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token`... All requests must include: `Authorization: Bearer <NEMO_TOKEN>`
Recommendation

Use a service-specific token, avoid sharing it, and rotate or remove it when you no longer use the skill.

What this means

Videos, images, or audio you provide may leave your device and be processed by nemovideo.ai.

Why it was flagged

The artifact clearly discloses that user-selected files are uploaded to a remote provider for processing. Retention and privacy handling are not described in the supplied text.

Skill content
This skill connects to a cloud processing backend... `/api/upload-video/nemo_agent/me/<sid>` | POST | Upload a file... All rendering happens server-side.
Recommendation

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

What this means

Rendering or exporting may consume free credits, account quota, or require a paid plan.

Why it was flagged

The skill can initiate remote render/export jobs and interact with account credit status. This is central to the advertised video workflow, but it can affect service quota or credits.

Skill content
`/api/render/proxy/lambda` | POST | Start export... `/api/credits/balance/simple` | GET | Check remaining credits
Recommendation

Confirm that the user intends to export or render before starting jobs that may consume credits.

What this means

It may be harder to verify who operates the backend or what policies apply to uploaded media.

Why it was flagged

The skill has no listed source repository or homepage, which limits independent verification of the publisher or cloud service documentation.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify that you trust Tomoviee/nemovideo.ai before using it with private or regulated content.