imlewcimlewcCommunity·1 Agent Skills Included

video-to-subtitle-summary-skill

Video subtitle extraction and automatic content summarization

Extracts subtitles from Douyin, Xiaohongshu, Bilibili, YouTube links or local video and audio files, then generates structured summaries. Eliminates manual transcription, video downloading, and note-taking by handling the full pipeline automatically. Supports local faster-whisper or cloud Volcengine backends, producing SRT files, plain text, titles, and key points in one run.
npx skills add imlewc/video-to-subtitle-summary-skill --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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