/SKILL.md
Transcribe YouTube videos and local audio/video files with speaker diarization. Use when user asks to transcribe a YouTube URL, podcast, video, or audio file. Outputs clean speaker-labeled transcripts ready for LLM analysis.
npx skillsauth add amirtha1412/transcribee transcribeeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Transcribe YouTube videos and local media files with speaker diarization via ElevenLabs.
# YouTube video
transcribee "https://www.youtube.com/watch?v=..."
# Local video
transcribee ~/path/to/video.mp4
# Local audio
transcribee ~/path/to/podcast.mp3
Always quote URLs containing & or special characters.
Transcripts save to: ~/Documents/transcripts/{category}/{title}-{date}/
| File | Use |
|------|-----|
| transcription.txt | Speaker-labeled transcript |
| transcription-raw.txt | Plain text, no speakers |
| transcription-raw.json | Word-level timings |
| metadata.json | Video info, language, category |
brew install yt-dlp ffmpeg
| Error | Fix |
|-------|-----|
| yt-dlp not found | brew install yt-dlp |
| ffmpeg not found | brew install ffmpeg |
| API errors | Check .env file in transcribee directory |
data-ai
Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some waiting on outside answers, and others rolling into a later summary.
data-ai
Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some waiting on outside answers, and others rolling into a later summary.
data-ai
OpenProse VM skill pack. Activate on any `prose` command, .prose files, or OpenProse mentions; orchestrates multi-agent workflows.
data-ai
OpenProse VM skill pack. Activate on any `prose` command, .prose files, or OpenProse mentions; orchestrates multi-agent workflows.