Subtitle Generator For Video Free

ReviewAudited by ClawScan on May 10, 2026.

Overview

This appears to be a purpose-aligned cloud subtitle/rendering skill, but users should understand that selected videos, prompts, and a NemoVideo token/session are sent to an external service.

Install only if you are comfortable using NemoVideo’s cloud service for subtitle generation. Avoid uploading confidential videos unless you trust the provider’s data handling, and use a dedicated token where possible.

Findings (3)

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 skill can act in the NemoVideo backend session associated with the token, including checking credits and running render jobs.

Why it was flagged

The skill uses a bearer token or obtains an anonymous token to create backend sessions. This is expected for the NemoVideo service, but it is still credential/session authority.

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

Use a dedicated or low-privilege token if possible, and avoid sharing the token outside this integration.

What this means

Private or sensitive video content uploaded through the skill may be processed by the third-party cloud service.

Why it was flagged

User-selected videos or URLs are sent to the external NemoVideo API for processing. This is core to the stated purpose, but the artifacts do not describe retention or privacy controls.

Skill content
This tool takes your video files and runs AI subtitle generation through a cloud rendering pipeline... Upload: POST `/api/upload-video/nemo_agent/me/<sid>` — file: multipart `-F "files=@/path"`, or URL
Recommendation

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

What this means

Edits or exports may be initiated based on backend workflow responses rather than every step being manually confirmed in chat.

Why it was flagged

The skill translates backend messages into API actions. This is coherent with replacing GUI actions in a video editor, but it means the remote backend influences the agent’s next operations inside the session.

Skill content
Backend says | You do | ... "click [button]" / "点击" | Execute via API ... "Export button" / "导出" | Execute export workflow
Recommendation

Check the session state or output summary before accepting final exports, especially for important media.