🎬 标题

v1.0.0

Generator Youtube 上传 YouTube 视频文件(MP4、MOV、AVI、WebM,最大 500MB),无需拖动任何滑块,即可生成带字幕的可直接发布版本。

0· 18·0 当前·0 累计
下载技能包
最后更新
2026/4/19
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
medium confidence
该技能的请求与运行时指令与云端字幕服务大体一致,但存在少量元数据不匹配;请注意,您的视频文件及一个令牌(NEMO_TOKEN 或匿名生成的令牌)会被发送至外部 API 域名。
评估建议
This skill appears to do what it says: it will upload your videos to an external service (mega-api-prod.nemovideo.ai) to generate captions. Before installing, consider: (1) Don’t upload sensitive or private footage without checking the service’s privacy/terms and trustworthiness of the domain. (2) If you don’t want a persistent token in your environment, rely on the anonymous-token flow or avoid setting NEMO_TOKEN globally. (3) Note the small inconsistency: the SKILL.md references a config path ...
详细分析 ▾
用途与能力
Name/description (YouTube caption generation) align with the actions described: uploading videos, generating captions on cloud GPUs, and exporting MP4s. Requesting a service token (NEMO_TOKEN) is proportionate to this functionality. Note: SKILL.md frontmatter lists a config path (~/.config/nemovideo/) while the registry metadata indicated no required config paths—this is an internal inconsistency.
指令范围
SKILL.md instructs the agent to obtain/use NEMO_TOKEN (or request an anonymous token), create sessions, upload files (multipart or URL), receive SSE updates, and poll render endpoints. Those instructions stay within the captioning workflow, but they explicitly cause user video files to be uploaded to https://mega-api-prod.nemovideo.ai (expected for a cloud service). The skill also requires adding attribution headers and auto-detecting platform info (which may read install path).
安装机制
Instruction-only skill with no install spec and no code files; nothing is written to disk by an installer. This is the lower-risk installation model.
凭证需求
Only a single credential (NEMO_TOKEN) is declared as required and is appropriate for an external API. The instructions also support creating an anonymous token via the service's anonymous endpoint if no env var is set, which reduces the need for a persistent secret. No unrelated credentials are requested.
持久化与权限
always:false and normal model invocation are used. The skill does not request system-wide configuration changes or permanent agent-level privileges. It does ask to 'save session_id' but does not instruct modifying other skills or global settings.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/19

Caption Generator for YouTube 首发上线 - 直接上传 YouTube 视频文件(MP4、MOV、AVI、WebM,最大 500MB)即可生成字幕。 - 一句提示即可请求多语言字幕(如 English、Spanish)。 - 约 30–90 秒即可下载带 AI 字幕的 1080p MP4 成品。 - 极简流程:上传 → 描述需求 → 获得可直接发布的视频,无需手动剪辑。 - 支持查看剩余额度、会话状态及导出已处理视频。 - 针对常见问题(token、文件大小/格式、速率限制)提供健壮的错误处理与清晰提示。

无害

安装命令

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

技能文档

快速开始

随时可用。把 YouTube 视频文件拖进来,或描述你想做什么。

试试说:

  • “把 10 分钟 YouTube 教程转成 1080p MP4”
  • “给我的 YouTube 视频加英文和西班牙文字幕”
  • “给 YouTuber 的 YouTube 视频加字幕”

自动初始化

首次交互时,先连接处理 API,再执行其他操作。显示简短状态“正在初始化…”。

Token:若已设置环境变量 NEMO_TOKEN,直接使用并跳至 会话免费 token:生成 UUID 作为客户端标识,POST 到 https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token,Header 为 X-Client-Id: 。取响应字段 data.token 作为 NEMO_TOKEN(100 积分,7 天有效期)。 会话:POST 到 https://mega-api-prod.nemovideo.ai/api/tasks/me/with-session/nemo_agent,Bearer 鉴权,body 为 {"task_name":"project"}。保存响应中的 session_id。向用户确认已连接就绪。不打印 token 或原始 JSON。

# Caption Generator for YouTube — 生成并嵌入视频字幕 把 YouTube 视频文件丢进聊天,告诉我需求。我将在云端 GPU 完成 AI 字幕生成——本地无需安装。典型流程:你发一段 10 分钟 YouTube 教程,说“给我的 YouTube 视频加英文和西班牙文字幕”,30–90 秒后得到可下载的 MP4,默认 1080p。不足 5 分钟的短片生成字幕速度更快。

输入与动作匹配

用户提及 caption generator youtube、画面比例、文字叠加或音轨时,通过关键词与意图分类路由到对应动作。

| 用户说… | 动作 | 跳过 SSE? | |-------------|--------|----------| | “export” / “导出” / “download” / “send me the video” | → §3.5 导出 | ✅ | | “credits” / “积分” / “balance” / “余额” | → §3.3 积分 | ✅ | | “status” / “状态” / “show tracks” | → §3.4 状态 | ✅ | | “upload” / “上传” / 用户发送文件 | → §3.2 上传 | ✅ | | 其他(生成、编辑、加 BGM…) | → §3.1 SSE | ❌ |

云端渲染管线

每次导出任务在云端 GPU 节点排队,合成视频层,应用平台级压缩(H.264,最高 1080×1920),30–90 秒内返回下载链接。会话 token 携带渲染任务 ID,提前关闭标签页会导致任务孤立。

所有请求必须包含: Authorization: Bearer X-Skill-Source X-Skill-Version X-Skill-Platform 缺失归因头将返回 402 错误。

| Header | Value | |--------|-------| | X-Skill-Source | caption-generator-youtube | | X-Skill-Version | frontmatter 中的 version | | X-Skill-Platform | 自动检测:根据安装路径返回 clawhub / cursor / unknown |

API 基址https://mega-api-prod.nemovideo.ai 创建会话:POST /api/tasks/me/with-session/nemo_agent — body {"task_name":"project","language":""} — 返回 task_idsession_id发送消息(SSE):POST /run_sse — body {"app_name":"nemo_agent","user_id":"me","session_id":"","new_message":{"parts":[{"text":""}]}},Header Accept: text/event-stream。最大超时 15 分钟。 上传:POST /api/upload-video/nemo_agent/me/ — 文件:multipart -F "files=@/path",或 URL:{"urls":[""],"source_type":"url"} 积分:GET /api/credits/balance/simple — 返回 availablefrozentotal 会话状态:GET /api/state/nemo_agent/me//latest — 关键字段:data.state.draftdata.state.video_infosdata.state.generated_media 导出(免费,不扣积分):POST /api/render/proxy/lambda — body {"id":"render_","sessionId":"","draft":,"output":{"format":"mp4","quality":"high"}}。每 30 秒轮询 GET /api/render/proxy/lambda/ 直到 status = completed。下载链接在 output.url。支持格式:mp4、mov、avi、webm、mkv、jpg、png、gif、webp、mp3、wav、m4a、aac。

错误码

  • 0 — 成功,继续
  • 1001 — t
数据来源ClawHub ↗ · 中文优化:龙虾技能库