auto-editor
النجوم١
التفرعات٠
آخر تحديث١٨ أبريل ٢٠٢٦ في ٠٣:١٥
自动视频高光分析与剪辑工具
التثبيت
التثبيت باستخدام 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 字幕。