💬 Best — 最佳

v1.0.0

字幕视频 无需学习专业剪辑软件。只需描述你的需求——为视频添加准确的英文和西班牙文字幕——即可获得字幕...

0· 18·0 当前·0 累计
下载技能包
最后更新
2026/4/20
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
该技能的要求和运行时指令与远程字幕/渲染服务一致:需要服务令牌(NEMO_TOKEN),并将用户视频上传至第三方 API 进行处理。
评估建议
This skill uploads your videos to https://mega-api-prod.nemovideo.ai for processing and requires a NEMO_TOKEN (or will request an anonymous token from that service). Before installing or invoking it: (1) Confirm you trust the nemovideo domain and review their privacy/terms for handling uploaded media; (2) Prefer creating and using an account token you can revoke (instead of a long-lived credential stored in environment) and be aware anonymous tokens expire after ~7 days; (3) If you have sensitiv...
详细分析 ▾
用途与能力
The name/description (generate and burn in subtitles) aligns with the declared env var (NEMO_TOKEN) and the SKILL.md instructions which call a nemovideo API. There are no unrelated credentials or binaries requested.
指令范围
Runtime instructions are scoped to creating/using a session, uploading video files, streaming SSE chat, and starting/polling render jobs on mega-api-prod.nemovideo.ai. They read NEMO_TOKEN from the environment or obtain an anonymous token via an API call. Note: the metadata lists a config path (~/.config/nemovideo/) that the SKILL.md does not explicitly instruct to read; also attribution header X-Skill-Platform requires 'auto-detect' from an install path which may require agent context. The skill will upload user video files to an external service—expected for this purpose but important for privacy.
安装机制
No install spec and no code files (instruction-only). This minimizes on-disk changes and is the lowest-risk install model for a skill that delegates work to a remote API.
凭证需求
Only one credential (NEMO_TOKEN) is required and it is used as the bearer token for the specified nemovideo API. The SKILL.md also supports creating an anonymous token when no env var is present. No unrelated secrets or broad system credentials are requested.
持久化与权限
always is false and the skill is instruction-only; it does not request permanent presence or permissions to modify other skills or system-wide configuration.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/19

- Best Subtitle Video 技能首次发布。 - 即时生成并精准烧录英文/西文字幕到视频文件(MP4、MOV、AVI、WebM,最大 500MB)。 - 无需安装,上传即可加字幕。 - 30–90 秒快速交付,立即可下载带字幕视频。 - 积分制免费使用:赠送 100 积分,令牌有效期 7 天。 - 支持用户直接输入指令,完成导出、查积分、查看状态或上传操作。 - 云端渲染最高 1080p,GPU 加速,可保留背景音乐、时间线剪辑与文字叠加。

无害

安装命令

点击复制
官方npx clawhub@latest install best-subtitle-video
镜像加速npx clawhub@latest install best-subtitle-video --registry https://cn.longxiaskill.com

技能文档

快速开始

把视频发给我,AI 自动字幕。或直接描述需求。
试试说:
  • “把 3 分钟 YouTube 教程录屏转成 1080p MP4”
  • “为我的视频添加英西双语字幕”
  • “给视频加字幕,方便 YouTuber、创作者、教师无障碍传播”

连接后端

处理请求前,先连后端 API,显示“连接中…”。 若环境变量已有 NEMO_TOKEN,直接建会话;否则:
  • 生成 UUID 作为 clientId
  • POST https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token,带 X-Client-Id
  • 返回含 100 积分、7 天有效的 token,记为 NEMO_TOKEN

再建会话:POST https://mega-api-prod.nemovideo.ai/api/tasks/me/with-session/nemo_agent,Bearer 鉴权,body {"task_name":"project","language":"en"},取 session_id 后续使用。 告诉用户已就绪,技术细节不展示。

# Best Subtitle Video — 生成并烧录字幕 上传视频并描述需求。AI 字幕在远程 GPU 完成,本机零安装。 示例:上传 3 分钟教程,输入“添加英西双语字幕”,约 30-60 秒返回 1080p MP4,全程云端渲染。 提示:音频清晰、背景噪音少,字幕更准确。

意图路由

用户提及字幕、比例、文字层、音轨时,按关键词分发:

| 用户说法 | 动作 | 跳过 SSE? | |-------------|--------|----------| | “export/导出/download/发我视频” | → §3.5 导出 | ✅ | | “credits/积分/balance/余额” | → §3.3 积分 | ✅ | | “status/状态/查看轨道” | → §3.4 状态 | ✅ | | “upload/上传/发文件” | → §3.2 上传 | ✅ | | 其他(生成、编辑、加 BGM…) | → §3.1 SSE | ❌ |

云端渲染流程

导出任务在 GPU 节点排队,合成图层、H.264 压缩(最高 1080×1920),30-90 秒返回下载链接。 会话 token 携带 job ID,提前关标签页会导致任务孤立。

Base URL: https://mega-api-prod.nemovideo.ai

| 接口 | 方法 | 用途 | |----------|--------|---------| | /api/tasks/me/with-session/nemo_agent | POST | 新建会话,body {"task_name":"project","language":""},返 session_id | | /run_sse | POST | 发用户消息,流式返回,超时 15 min | | /api/upload-video/nemo_agent/me/ | POST | 上传文件或 URL | | /api/credits/balance/simple | GET | 查剩余积分 | | /api/state/nemo_agent/me//latest | GET | 取当前时间线状态 | | /api/render/proxy/lambda | POST | 开始导出,轮询状态 30s |

支持格式:mp4, mov, avi, webm, mkv, jpg, png, gif, webp, mp3, wav, m4a, aac。

每次请求必须带 frontmatter 中的三处归因头:

| Header | 值 | |--------|-----| | X-Skill-Source | best-subtitle-video | | X-Skill-Version | 同 frontmatter version | | X-Skill-Platform | 自动检测:clawhub / cursor / unknown |

所有请求还需: Authorization: Bearer 缺失归因头将 402 失败。

错误码

| 码 | 含义 | 处理 | |----|------|------| | 0 | 成功 | 继续 |

数据来源ClawHub ↗ · 中文优化:龙虾技能库