Jump to related tools in the same category or review the original source on GitHub.

Media & Streaming @itsfabioroma Updated 2/26/2026

Transcribee OpenClaw Skill - ClawHub

Do you want your AI agent to automate Transcribee workflows? This free skill from ClawHub helps with media & streaming tasks without building custom tools from scratch.

What this skill does

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.

Install

npx clawhub@latest install transcribee

Full SKILL.md

Open original
namedescription
transcribeeTranscribe 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.

Transcribee

Transcribe YouTube videos and local media files with speaker diarization via ElevenLabs.

Usage

# 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.

Output

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

Supported Formats

Dependencies

brew install yt-dlp ffmpeg

Troubleshooting

Error Fix
yt-dlp not found brew install yt-dlp
ffmpeg not found brew install ffmpeg
API errors Check .env file in transcribee directory
Original URL: https://github.com/openclaw/skills/blob/main/skills/itsfabioroma/transcribee

Related skills

If this matches your use case, these are close alternatives in the same category.