From sundial-org-awesome-openclaw-skills-4
Transcribes YouTube videos and local audio/video files with speaker diarization via ElevenLabs. Outputs speaker-labeled transcripts, timings, and metadata for LLM analysis.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Transcribe YouTube videos and local media files with speaker diarization via ElevenLabs.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
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 |