video-to-subtitle-summary-skill
Video subtitle extraction and automatic content summarization
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install video-to-subtitle-summary?▼
Run `npx skills add imlewc/video-to-subtitle-summary-skill --all -g -y` in your terminal to install it globally for your agent.
How to get subtitles from a Douyin or Bilibili video?▼
Just paste the video link into Claude Code or Codex. The skill resolves the download URL, extracts audio, transcribes it, and returns SRT subtitles plus a summary.
Does it work with YouTube videos?▼
Yes. YouTube links are handled by yt-dlp, which fetches existing manual or auto subtitles directly without downloading the video or running speech recognition.
Do I need to pay for transcription APIs?▼
No. The default faster-whisper backend runs locally on your CPU or GPU for free. The Volcengine cloud backend is optional and only used if you enable it.
Can I summarize local video or audio files?▼
Yes. Provide a local file path like an MP4 or MP3, and it extracts audio if needed, transcribes it, and generates a title, summary, and key points.
Related Repositories in Content & Communication
View All in Content & Communication→skills
Official Anthropic skills for documents, design, and developer workflows
humanizer
Rewrite AI-sounding text so it reads like a person wrote it
UniGetUI
Automate software translation reviews, diffs, and localization quality checks