Video Trimmer Download For Pc

PassAudited by ClawScan on May 10, 2026.

Overview

This appears to be a purpose-aligned cloud video trimming skill, but users should know it sends selected media and prompts to NemoVideo and uses or creates a bearer token.

Before installing, be comfortable with cloud processing: upload only videos or audio you intend to share with NemoVideo, use a dedicated token if possible, and keep an eye on credits or subscription limits during exports.

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

Your chosen videos, images, or audio can be uploaded to the provider and rendered in the cloud.

Why it was flagged

The skill directs the agent to upload user-selected media and start cloud render/export jobs. This is central to video trimming, but users should understand these actions happen against an external API and may affect credits or generated outputs.

Skill content
`/api/upload-video/nemo_agent/me/<sid>` | POST | Upload a file ... `/api/render/proxy/lambda` | POST | Start export.
Recommendation

Only provide media you intend to process externally, and confirm exports or large jobs when credit usage matters.

What this means

The skill can act within the NemoVideo session/credit scope associated with the token it uses.

Why it was flagged

The skill uses a NemoVideo bearer token, or creates an anonymous token, to authenticate cloud editing requests. This is expected for the integration and the artifact says not to expose tokens.

Skill content
Every API call needs `Authorization: Bearer <NEMO_TOKEN>` ... If found, skip to session creation. Otherwise ... POST ... `anonymous-token` ... Extract `data.token`.
Recommendation

Use a token intended for this service, avoid sharing it in chat, and revoke or rotate it if you no longer trust the skill.

What this means

Editing instructions and related session state may be processed by the remote service, not only locally.

Why it was flagged

The skill establishes a streaming provider workflow where user messages and backend responses drive editing actions. This is purpose-aligned, but it means prompts and workflow state are shared with the external backend.

Skill content
`/run_sse` | POST | Send a user message ... Stream response ... Text events go straight to the user ... Tool calls stay internal.
Recommendation

Do not include private information in edit prompts unless you are comfortable sharing it with the provider.

What this means

It may be harder to verify who maintains the service or review its privacy/security practices before uploading media.

Why it was flagged

The registry does not provide a source repository or homepage. There is no local code install, but users still rely on an external backend whose provenance is not documented here.

Skill content
Source: unknown; Homepage: none
Recommendation

Review the provider and avoid uploading sensitive recordings unless you trust the service.