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.
Videos or other selected media may be uploaded to NemoVideo's backend and processed outside the user's device.
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.
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.
Only use this with files you are comfortable uploading to the provider, and check the provider's privacy/retention terms for sensitive recordings.
The skill can authenticate to the NemoVideo service and may consume credits or access the session associated with that token.
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.
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>`
Use a limited-purpose token where possible, avoid sharing it, and monitor credits or account activity.
Backend responses may cause the agent to take additional scoped video-editing actions without showing every low-level tool step to the user.
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.
| "click [button]" / "点击" | Execute via API |
Confirm user-visible or credit-consuming actions such as uploads and exports, and keep execution limited to the documented NemoVideo endpoints.
Users have less provenance information to evaluate the remote service before uploading media.
The artifacts do not provide an external source repository or homepage for independently verifying the skill or provider relationship.
Source: unknown; Homepage: none
Verify that the NemoVideo endpoint and skill publisher are trusted before using the skill with private or valuable content.
