my-fetch-youtube

Installation
SKILL.md

my-fetch-youtube

YouTube 영상의 자막을 추출하고, Web Search로 자동자막 오류를 보정한 뒤 요약·인사이트·전체 번역을 제공하는 스킬.

환경 참고: 이 환경에서 yt-dlp는 python -m yt_dlp 명령어로 실행한다.

자막 추출 및 정제

1. 자막 추출 명령어

python -m yt_dlp --write-auto-sub --sub-lang "ko,en" --skip-download \
  --convert-subs vtt -o "%(title)s" "{URL}"
  • --write-auto-sub: 자동 생성 자막 포함
  • --sub-lang "ko,en": 한국어 우선, 영어 차선
  • --skip-download: 영상 파일 다운로드 안 함
  • --convert-subs vtt: VTT 형식으로 변환
Related skills

More from eoash/ash-skills

Installs
14
First Seen
Mar 6, 2026