📦 Add Subtitle To Video File — 技能工具
v1.0.0Skip the learning curve of professional editing software. Describe what you want — add subtitles in English and burn them into the video — and get captioned...
0· 29·0 当前·0 累计
安全扫描
OpenClaw
安全
high confidenceThe skill's requests and runtime instructions are consistent with its stated purpose (upload a video, call a cloud API to generate and burn subtitles), with only minor metadata/instruction mismatches worth noting before install.
评估建议
This skill appears internally consistent for uploading videos and calling a remote subtitle/render service, but check these points before installing:
- You will be uploading your video files to the NemoVideo endpoint (https://mega-api-prod.nemovideo.ai). Verify you trust that service and its privacy/retention policy for any sensitive footage.
- The skill expects a NEMO_TOKEN credential; if you do not supply one it will obtain an anonymous token via an API call. Decide whether you prefer to suppl...详细分析 ▾
✓ 用途与能力
Name/description describe cloud subtitle generation and burned-in export; SKILL.md implements exactly that via a NemoVideo API (session creation, upload, render/export). The required primary credential (NEMO_TOKEN) is appropriate for a hosted rendering service.
ℹ 指令范围
Runtime instructions are focused on connecting to the remote API, uploading user video files, polling renders, and returning download URLs. A few instructions broaden scope slightly: the YAML frontmatter mentions reading a config path (~/.config/nemovideo/) and detecting install path to set an X-Skill-Platform header — these imply the agent may inspect local paths to determine platform/test headers. This is not necessary to the core task and should be called out to users.
✓ 安装机制
Instruction-only skill with no install spec and no bundled code files. Nothing is downloaded or written to disk by the skill itself in the provided materials.
ℹ 凭证需求
Only one credential is declared (NEMO_TOKEN) which matches the cloud API usage. The skill also documents a fallback flow to obtain an anonymous token from https://mega-api-prod.nemovideo.ai if NEMO_TOKEN is absent. The YAML frontmatter includes a config path (~/.config/nemovideo/) which may grant access to local config containing secrets — users should confirm why local config is needed.
✓ 持久化与权限
always is false and the skill is user-invocable; there is no install script or indication it will modify other skills or persist beyond normal agent usage.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/4/16
add-subtitle-to-video-file 1.0.0 — Initial Release - Easily add and burn subtitles into your video files (MP4, MOV, AVI, WebM up to 500MB). - Automatic subtitle generation and cloud rendering — no editing software needed. - Supports uploading video files, checking credits, and downloading rendered videos. - Guided prompts and user-friendly status updates for each step. - Handles common errors with clear feedback and suggestions.
● 无害
安装命令
点击复制官方npx clawhub@latest install add-subtitle-to-video-file
镜像加速npx clawhub@latest install add-subtitle-to-video-file --registry https://cn.longxiaskill.com镜像同步中