VideoTranscribe
Installation
SKILL.md
VideoTranscribe
将视频/音频内容转成文字,并可进一步提炼核心要点。
支持:
- 本地文件:MP4、MOV、MP3、M4A 等
- 在线 URL:YouTube、B站、小宇宙、优酷等 yt-dlp 支持的平台
- 提炼模式:转录完成后可输出结构化要点摘要
🔊 Voice Notification(必须先执行)
curl -s -X POST http://localhost:8888/notify \
-H "Content-Type: application/json" \
-d '{"message": "Running VideoTranscribe skill"}' > /dev/null 2>&1 &