用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ChaosRealmsAI/NextFrame --skill clips命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | clips |
| description | 视频剪辑全链(download → transcribe → plan → cut → translate → karaoke) |
| expected_outputs | ["**/clips/index.html","**/clips/clip_*.mp4","**/clips/cut_report.json","**/clips/*.translations.*.json"] |
NextFrame 完整 clips pipeline。6 步全跑 · 每步 Bash 一次 tool · 一直走到 karaoke HTML。
Bash("nf-guide clips download") → 调 nf-source download · 产 source.mp4Bash("nf-guide clips transcribe") → 调 whisperx --model base.en(小模型 · 避免 1GB 下载)· 产 sentences.json + words.jsonBash("nf-guide clips plan") → 你挑 1 个亮点写 plan.json(只挑 1 个 · 省 translate 工作量)Bash("nf-guide clips cut") → ffmpeg 切 · 产 clip_01.mp4 + cut_report.jsonBash("nf-guide clips translate") → 翻译(一次 Bash heredoc 写完整个 translations.zh.json · 不要逐句译)· 产 clip_01.translations.zh.jsonBash("nf-guide clips karaoke") → 产 index.html(终点)ls <episode>/clips/ 必须有:
❌ 错:"现在我需要翻译这 4 个英文句子..."(输出纯文本后停)
✅ 对:直接 Bash("cat > <path>/clip_01.translations.zh.json <<EOF ... EOF") 一次写完
用户让你自主选一个短视频(< 60s · 新鲜 · 不要 me-at-the-zoo)· 用 yt-dlp 下。建议挑:TED 短演讲 / 新闻片段 / 搞笑短剧 / 科技演示。