Extract transcripts from YouTube videos and produce structured concept analysis — key ideas, arguments, technical terms, takeaways, and multi-level summaries — all without API keys or MCP servers.
| scripts/fetchtranscript.py | Core transcript + metadata fetcher (CLI + importable) | | scripts/analyzevideo.py | Orchestrator: fetch → structure → export scaffold | | scripts/utils.py | URL parsing, timestamp formatting, transcript chunking | | references/analysis-patterns.md | Prompt patterns for each video type |
Use scripts/utils.py:parseyoutubeurl() to extract the video ID. Supported formats:
YouTube 비디오 대본을 추출하고 다단계 요약, 핵심 개념 및 실행 가능한 시사점을 통해 구조화된 개념 분석을 생성합니다. 순수 Python, API 키 없음, MCP 종속성 없음. yt-dlp 대체 기능을 사용하여 youtube-transcript-api를 통해 스크립트를 가져온 다음 Claude가 콘텐츠를 직접 분석합니다. 사용자가 다음을 언급할 때 이 기술을 사용하십시오. YouTube 비디오 분석, YouTube 스크립트, 이 비디오 요약, 이 비디오에서 다루는 내용, 비디오에서 개념 추출, 비디오 분석, 시청하기, 이 강연 분석, YouTube URL, 비디오 요약, 비디오 강의 노트, 팟캐스트 스크립트, 컨퍼런스 토크 노트, 기술 토크 분석, 비디오 요점, 비디오 TL;DR, 비디오 테이크어웨이 또는 youtube.com 또는 youtu.be가 포함된 URL 붙여넣기. 출처: mathews-tom/praxis-skills.