Claude Skill
dean9703111/ai-agent-skill-for-video-workflow
A collection of AI Agent Skills for video subtitle processing: audio-to-text, subtitle optimization, card design, and social media summary generation. Streamline your video workflow.
Overview
Repository
Install this Skill
git clone https://github.com/dean9703111/ai-agent-skill-for-video-workflow.gitRegistry
Summary
This repository provides a collection of AI Agent Skills specifically designed for video subtitle processing, offering a complete workflow from audio-to-text transcription, subtitle optimization, subtitle card design, to generating social media summaries.
这是一个专为视频字幕处理设计的 AI Agent Skills 集合,提供从音频转字幕、优化字幕、设计字卡到生成社交媒体摘要的完整工作流程。
Key features
- Audio-to-text transcription for video subtitles
- Subtitle optimization and formatting
- Subtitle card design generation
- Social media summary creation from video content
- Modular AI Agent Skills for flexible workflow integration
Use cases
- Automating video subtitle generation for content creators
- Enhancing subtitle readability and design for professional videos
- Creating engaging social media posts from video transcripts
- Streamlining video post-production workflows with AI agents
README excerpt
# AI Agent Skills for Video Subtitle Workflow 這是一個專為影片字幕處理設計的 AI Agent Skills 集合,提供從音訊轉字幕、優化字幕、設計字卡到生成社群媒體摘要的完整工作流程。 ## 📖 目錄 - [📦 包含的 Skills](#-包含的-skills) - [1. Audio to SRT Converter(音訊轉字幕)](#1-audio-to-srt-converter音訊轉字幕) - [2. SRT Enhancer(字幕優化)](#2-srt-enhancer字幕優化) - [3. SRT Card Annotator(字卡標註)](#3-srt-card-annotator字卡標註) - [4. SRT Social Summary(社群媒體摘要生成)](#4-srt-social-summary社群媒體摘要生成) - [🚀 完整工作流程](#-完整工作流程) - [📁 專案結構](#-專案結構) - [💡 使用建議](#-使用建議) - [🔧 技術細節](#-技術細節) - [🤖 Cursor 員工守則 Rules](#-cursor-員工守則-rules) ## 📦 包含的 Skills ### 1. Audio to SRT Converter(音訊轉字幕) 將音訊檔案(MP3, WAV, M4A, FLAC 等)轉換為 SRT 字幕檔。 **功能特點:** - 支援多種音訊格式 - 可自訂每行字數上限(預設 22 字,最少 4 字) - 自動處理時間軸間隔(< 0.3s 自動合併) - 自動檢查環境與套件依賴 **使用方式:** ``` 請將 audio-example.m4a 轉成 SRT 字幕 ``` 或 ``` convert audio to srt with max 20 characters per line ``` **輸出檔案:** `origin.srt` --- ### 2. SRT Enhancer(字幕優化) 透過比對原稿(origin.md)優化 SRT 字幕的準確性。 **功能特點:** - 自動修正錯漏字與專有名詞 - 在英文與數字前後加入半形空格 - 保持原有時間軸不變 - 使用 AI 智慧判斷,不依賴腳本 **使用方式:** ``` 請優化 origin.srt 字幕檔 ``` 或 ``` enhance srt subtitles using origin.md ``` **前置需求:** 同資料夾需有 `origin.md` 原稿檔案 **輸出檔案:** `enhanced.srt` --- ### 3. SRT Card Annotator(字卡標註) 在字幕下方智慧新增參考字卡,提升影片資訊傳達效果。 **功能特點:** - 自動萃取重點詞句(10-16 字) - 智慧分類字卡類型: - 🟡 **金色重點**:核心結論、關鍵一句 - ⚪ **白色提醒**:建議、提醒、注意事項 - 🔴 **紅色警告**:風險、錯誤、踩雷 - 🔵 **藍色列點**:條列、步驟、清單 - 每 10 段字幕至少新增 2 個字卡 **使用方式:** ``` 請為 enhanced.srt 加入參考字卡 ``` 或 ``` add reference cards to srt ``` **輸出檔案:** `reference-cards.srt` --- ### 4. SRT Social Summary(社群媒體摘要生成) 根據字幕內容生成適合不同平台的社群媒體貼文。 **功能特點:** - 支援三大平台:Facebook、Thread、YouTube - 自動生成吸睛標題與內容摘要 - 智慧推薦相關 Hashtag - 針對平台特性優化文案風格 **使用方式:** ``` 請根據 enhanced.srt 生成影片介紹 ``` 或 ``` generate social media summary from srt ``` **輸出檔案:** `summary.md` --- ## 🚀 完整工作流程 使用 `/gen-video-srt-card-des