Download, transcribe, and organize YouTube video into structured markdown document
Downloads YouTube videos, transcribes audio, and converts transcripts into organized markdown documents.
/plugin marketplace add MacHu-GWU/sanhe-claude-code-plugins/plugin install youtube@sanhe-claude-code-pluginsProcess YouTube video $ARGUMENTS end-to-end and create a well-organized document:
Execute these skills in sequence:
Use the youtube-video-to-audio agent skill to download audio from the provided YouTube URL.
Use the transcribe-audio-to-text agent skill to transcribe the downloaded audio file.
Use the audio-transcription-cleanup agent skill to transform the raw transcription into a well-structured markdown document.
This step will:
Output Format:
# [Video Title]
## [Section 1 Heading]
[Cleaned paragraph content...]
[More cleaned content...]
## [Section 2 Heading]
[Content continues...]
## Key Takeaways
- Point 1
- Point 2
- Point 3
Save the cleaned document to: ~/tmp/organized_transcript.md
After completing the cleanup and saving the document, print the absolute path of the final organized document in a clickable format.
Format: file:///absolute/path/to/organized_transcript.md
Example output:
✓ YouTube video processed successfully!
✓ Organized document saved to: file:///Users/sanhehu/tmp/organized_transcript.md
Click the link above to open the document.
Requirements:
~/tmp/...)file:// protocol prefix for clickabilityNote: This command automates the core workflow from video URL to organized markdown document. Each skill can also be run independently for partial workflows.