Add Subtitle To Video App

ReviewAudited by ClawScan on May 11, 2026.

Overview

This is a coherent cloud subtitle/video-processing skill, but it uploads selected media to NemoVideo and uses or creates a service token.

This skill appears purpose-aligned for adding subtitles through a cloud rendering service. Before installing, make sure you are comfortable sending selected media files to NemoVideo, using or generating a NEMO_TOKEN, and allowing the backend to guide scoped editing/export actions.

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

Videos or other selected media may be uploaded to NemoVideo's backend and processed outside the user's device.

Why it was flagged

The core workflow sends user media to an external cloud service for processing, which is purpose-aligned but important for privacy-sensitive videos, audio, or images.

Skill content
This tool takes your video files and runs AI subtitle generation through a cloud rendering pipeline. You upload, describe what you want, and download the result.
Recommendation

Only use this with files you are comfortable uploading to the provider, and check the provider's privacy/retention terms for sensitive recordings.

What this means

The skill can authenticate to the NemoVideo service and may consume credits or access the session associated with that token.

Why it was flagged

The skill uses or obtains a NemoVideo bearer token and sends it to the stated provider API. This is expected for the service, but it grants session and credit-related authority.

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

Use a limited-purpose token where possible, avoid sharing it, and monitor credits or account activity.

What this means

Backend responses may cause the agent to take additional scoped video-editing actions without showing every low-level tool step to the user.

Why it was flagged

The skill tells the agent to translate backend GUI-style instructions into API actions. This is consistent with the app integration, but means external backend responses can drive actions inside the editing session.

Skill content
| "click [button]" / "点击" | Execute via API |
Recommendation

Confirm user-visible or credit-consuming actions such as uploads and exports, and keep execution limited to the documented NemoVideo endpoints.

What this means

Users have less provenance information to evaluate the remote service before uploading media.

Why it was flagged

The artifacts do not provide an external source repository or homepage for independently verifying the skill or provider relationship.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify that the NemoVideo endpoint and skill publisher are trusted before using the skill with private or valuable content.