# Skill 113

> Transcribe video to timestamped text using Whisper tiny model (pre-installed).

- Skill: `legendtkl/skill-113` (Agent Skill)
- Install (CLI): `npx skillmds@latest add legendtkl/skill-113`
- Raw SKILL.md: https://api.skillmd.com/api/skills/legendtkl/skill-113/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: legendtkl (https://skillmd.com/u/legendtkl)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/legendtkl/skill-113

---


# Speech-to-Text

Transcribe video to text with timestamps.

## Usage

```bash
python3 scripts/transcribe.py /root/tutorial_video.mp4 -o transcript.txt --model tiny
```

This produces output like:
```
[0.0s - 5.2s] Welcome to this tutorial.
[5.2s - 12.8s] Today we're going to learn...
```

The tiny model is pre-downloaded and takes ~2 minutes for a 23-min video.
