auto-editor
스타1
포크0
업데이트2026년 4월 18일 03:15
自动视频高光分析与剪辑工具
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
파일 탐색기
100 개 파일SKILL.md
readonly메뉴
自动视频高光分析与剪辑工具
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | auto-editor |
| description | 自动视频高光分析与剪辑工具 |
| metadata | {"openclaw":{"always":true}} |
已创建可直接使用的 Skill:
.github/skills/openclaw-video-highlight/SKILL.md.github/skills/openclaw-video-highlight/assets/analyze_highlights.py.github/skills/openclaw-video-highlight/assets/highlight_pipeline.py.srt 字幕文件。python .github/skills/openclaw-video-highlight/assets/analyze_highlights.py `
--input "path/to/input.mp4" `
--output-json "path/to/highlights.json" `
--output-report "path/to/analysis_report.md" `
--topic "可选:视频主题" `
--transcript-srt "path/to/full_transcript.srt"
python .github/skills/openclaw-video-highlight/assets/highlight_pipeline.py `
--input "path/to/input.mp4" `
--segments "path/to/highlights.json" `
--output-video "path/to/highlight_reel.mp4" `
--output-srt "path/to/highlight_reel.srt" `
--transcript-srt "path/to/full_transcript.srt"
如果不提供 --transcript-srt,脚本会使用每段高光的标题生成 fallback 字幕。