원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
YouTube 视频智能剪辑工具。下载视频和字幕,AI 分析生成精细章节(几分钟级别), 用户选择片段后自动剪辑、翻译字幕为中英双语、烧录字幕到视频,并生成总结文案。 使用场景:当用户需要剪辑 YouTube 视频、生成短视频片段、制作双语字幕版本时。 关键词:视频剪辑、YouTube、字幕翻译、双语字幕、视频下载、clip video
YouTube 视频智能剪辑工具。下载视频和字幕,AI 分析生成精细章节(几分钟级别), 用户选择片段后自动剪辑、翻译字幕为中英双语、烧录字幕到视频,并生成总结文案。 使用场景:当用户需要剪辑 YouTube 视频、生成短视频片段、制作双语字幕版本时。 关键词:视频剪辑、YouTube、字幕翻译、双语字幕、视频下载、clip video
| 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.