Video Filters

ReviewAudited by ClawScan on May 3, 2026.

Overview

This is a coherent cloud video-filtering skill, but using it sends your videos and edit prompts to NemoVideo and uses a bearer token/session.

This skill appears purpose-aligned and instruction-only. Before installing, confirm you are comfortable sending videos, audio, images, and prompts to the NemoVideo cloud API, and keep the NEMO_TOKEN private.

Findings (2)

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

Private or unreleased videos, audio, images, and edit prompts may be uploaded to the provider’s cloud service.

Why it was flagged

The skill clearly sends user videos and related requests to an external NemoVideo cloud backend for processing.

Skill content
This skill connects to a cloud processing backend... **Upload**: POST `/api/upload-video/nemo_agent/me/<sid>`
Recommendation

Only use this skill for media you are comfortable sending to the listed cloud API, and avoid uploading confidential footage unless you trust the provider’s handling of it.

What this means

The token can authorize actions against the NemoVideo backend, such as sessions, uploads, rendering, and credit checks.

Why it was flagged

The skill requires or obtains a service token and uses it as bearer authentication for cloud rendering operations.

Skill content
Look for `NEMO_TOKEN` in the environment... this is your NEMO_TOKEN (100 free credits, 7-day expiry)... All requests must include: `Authorization: Bearer <NEMO_TOKEN>`
Recommendation

Treat NEMO_TOKEN as a secret, prefer a limited or anonymous token when possible, and remove or rotate it if you no longer want the skill to access the service.