Media

caption-download - Claude MCP Skill

Download caption from a video. Use this to save caption tracks to local files (srt, vtt, sbv).

SEO Guide: Enhance your AI agent with the caption-download tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to download caption from a video. use this to save caption tracks to local files (srt, vtt, sbv).... Download and configure this skill to unlock new capabilities for your AI workflow.

🌟5 stars • 38 forks
📥0 downloads

Documentation

SKILL.md
# Caption Download

This skill provides instructions for downloading YouTube captions using the `yutu` CLI.

## Usage

```bash
yutu caption download [flags]
```

## Options

- `--file`, `-f`: Path to save the caption file.
- `--id`, `-i`: ID of the caption to download.
- `--onBehalfOf`, `-b`: Content owner ID.
- `--onBehalfOfContentOwner`, `-B`: Content owner ID.
- `--tfmt`, `-t`: Caption format: `sbv`, `srt`, `vtt`.
- `--tlang`, `-l`: Translate the captions into this language.

## Examples

**Download a caption as SRT:**

```bash
yutu caption download --id CAPTION_ID --file caption.srt --tfmt srt
```

**Download and translate to Spanish:**

```bash
yutu caption download --id CAPTION_ID --tlang es --tfmt srt --file caption_es.srt
```

Signals

Avg rating0.0
Reviews0
Favorites0

Information

Repository
eat-pray-ai/yutu
Author
eat-pray-ai
Last Sync
2/10/2026
Repo Updated
2/9/2026
Created
2/10/2026

Reviews (0)

No reviews yet. Be the first to review this skill!