OpenClaw Skillv1.2.1

Transcribee 🐝

itsfabioromaby itsfabioroma
Deploy on EasyClawdfrom $14.9/mo

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.

How to use this skill

OpenClaw skills run inside an OpenClaw container. EasyClawd deploys and manages yours — no server setup needed.

  1. Sign up on EasyClawd (2 minutes)
  2. Connect your Telegram bot
  3. Install Transcribee 🐝 from the skills panel
Get started — from $14.9/mo
5stars
2,763downloads
9installs
0comments
4versions

Latest Changelog

Add TikTok support to docs

Tags

latest: 1.2.1

Skill Documentation

---
name: transcribee
description: 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.
---

# Transcribee

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

## Usage

```bash
# 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

- **Audio:** mp3, m4a, wav, ogg, flac
- **Video:** mp4, mkv, webm, mov, avi
- **URLs:** youtube.com, youtu.be

## Dependencies

```bash
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 |
Security scan, version history, and community comments: view on ClawHub