by dean9703111
This is a collection of AI Agent Skills designed specifically for video subtitle processing, providing a complete workflow from converting audio to subtitles, optimizing subtitles, designing character cards, and generating social media summaries.
# Add to your Claude Code skills
git clone https://github.com/dean9703111/ai-agent-skill-for-video-workflow這是一個專為影片字幕處理設計的 AI Agent Skills 集合,提供從音訊轉字幕、優化字幕、設計字卡到生成社群媒體摘要的完整工作流程。
將音訊檔案(MP3, WAV, M4A, FLAC 等)轉換為 SRT 字幕檔。
功能特點:
使用方式:
請將 audio-example.m4a 轉成 SRT 字幕
或
convert audio to srt with max 20 characters per line
輸出檔案: origin.srt
透過比對原稿(origin.md)優化 SRT 字幕的準確性。
No comments yet. Be the first to share your thoughts!
功能特點:
使用方式:
請優化 origin.srt 字幕檔
或
enhance srt subtitles using origin.md
前置需求: 同資料夾需有 origin.md 原稿檔案
輸出檔案: enhanced.srt
在字幕下方智慧新增參考字卡,提升影片資訊傳達效果。
功能特點:
使用方式:
請為 enhanced.srt 加入參考字卡
或
add reference cards to srt
輸出檔案: reference-cards.srt
根據字幕內容生成適合不同平台的社群媒體貼文。
功能特點:
使用方式:
請根據 enhanced.srt 生成影片介紹
或
generate social media summary from srt
輸出檔案: summary.md
使用 /gen-video-srt-card-des 工作流程一次執行所有步驟:
/gen-video-srt-card-des
這會依序執行:
.agent/
├── skills/
│ ├── audio-to-srt/ # 音訊轉字幕
│ ├── srt-enhancer/ # 字幕優化
│ ├── srt-card-annotator/ # 字卡標註
│ └── srt-social-summary/ # 社群摘要
└── workflows/
└── gen-video-srt-card-des.md # 完整工作流程
origin.md 原稿檔案,以便後續優化**DO NOT GIVE ME HIGH LEVEL SHIT, IF I ASK FOR FIX OR EXPLANATION, I WANT ACTUAL CODE OR EXPLANATION!!! I DON'T WANT "Here's how you can blablabla"**
- Always respond in 繁體中文
- Be casual unless otherwise specified
- Be terse
- Suggest solutions that I didn't think about—anticipate my needs
- Treat me as an expert
- Be accurate and thorough
- Give the answer immediately. Provide detailed explanations and ...