一键导入
mixcut
Create short mixed-cut videos from YouTube clips with automated analysis, clipping, and professional subtitle processing.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create short mixed-cut videos from YouTube clips with automated analysis, clipping, and professional subtitle processing.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
YouTube 视频智能剪辑工具。下载视频和字幕,AI 分析生成精细章节(几分钟级别), 用户选择片段后自动剪辑、翻译字幕为中英双语、烧录字幕到视频,并生成总结文案。 使用场景:当用户需要剪辑 YouTube 视频、生成短视频片段、制作双语字幕版本时。 关键词:视频剪辑、YouTube、字幕翻译、双语字幕、视频下载、clip video
YouTube 视频智能剪辑工具。下载视频和字幕,AI 分析生成精细章节(几分钟级别), 用户选择片段后自动剪辑、翻译字幕为中英双语、烧录字幕到视频,并生成总结文案。 使用场景:当用户需要剪辑 YouTube 视频、生成短视频片段、制作双语字幕版本时。 关键词:视频剪辑、YouTube、字幕翻译、双语字幕、视频下载、clip video
基于 SOC 职业分类
| name | mixcut |
| description | Create short mixed-cut videos from YouTube clips with automated analysis, clipping, and professional subtitle processing. |
| allowed-tools | ["Read","Write","Bash","Glob","AskUserQuestion","Task"] |
| model | claude-3-5-sonnet-20240620 |
You MUST NOT proceed to downloading or processing until the Project Configuration is fully defined.
Step 1: The Configuration Gate Check if the user has provided ALL of the following:
If ANY of these are missing, you MUST use the AskUserQuestion tool to obtain them.
DO NOT assume defaults.
DO NOT start downloading until configuration is complete.
./work exists in the project root../work/assets and ./work/outputs subdirectories.For each YouTube URL provided:
python skills/Youtube-clipper-skill/scripts/download_video.py <url> "./work/assets/youtube"python skills/Youtube-clipper-skill/scripts/analyze_subtitles.py <subtitle_path>./work/mixcut_config.json with global settings and source clip metadata (start, end, title).python skills/mixcut/scripts/process_mixcut.py "./work/mixcut_config.json"timeline.json and final.srt.This phase ensures high-quality, professional subtitles.
./work/timeline.json.>>, >>>) and sound cues (e.g., [Music], [Applause])../work/timeline.json.python skills/mixcut/scripts/process_mixcut.py "./work/mixcut_config.json" --action generate_srt to sync changes to final.srt.remotion skill to render the project located in skills/mixcut/remotion../work/timeline.json as input props../work/outputs/final_mixcut.mp4.Mandatory verification before completion.
./work/outputs/final_mixcut.mp4 exists and has a file size > 0../work/outputs/final.srt exists and has a file size > 0../work directory until the user explicitly confirms the results or you have verified the outputs physically.