Media

caption-insert - Claude MCP Skill

Insert (upload) a caption to a video. Use this to add new subtitles or closed captions to a video.

SEO Guide: Enhance your AI agent with the caption-insert tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to insert (upload) a caption to a video. use this to add new subtitles or closed captions to a video.... Download and configure this skill to unlock new capabilities for your AI workflow.

🌟4 stars • 38 forks
📥0 downloads

Documentation

SKILL.md
# Caption Insert

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

## Usage

```bash
yutu caption insert [flags]
```

## Options

- `--videoId`, `-v`: ID of the video.
- `--file`, `-f`: Path to the caption file to upload.
- `--language`, `-l`: Language of the caption track (BCP-47 code).
- `--name`, `-n`: Name of the caption track.
- `--audioTrackType`, `-a`: `unknown`, `primary`, `commentary`, `descriptive` (default "unknown").
- `--isAutoSynced`, `-A`: Whether YouTube synchronized the caption track (default true).
- `--isCC`, `-C`: Whether the track contains closed captions.
- `--isDraft`, `-D`: Whether the caption track is a draft.
- `--isEasyReader`, `-E`: Whether caption track is formatted for 'easy reader'.
- `--isLarge`, `-L`: Whether the caption track uses large text.
- `--trackKind`, `-t`: `standard`, `ASR`, `forced` (default "standard").
- `--output`, `-o`: Output format (`json`, `yaml`, `silent`).
- `--jsonPath`, `-j`: JSONPath expression to filter the output.

## Examples

**Upload an English caption track:**

```bash
yutu caption insert --videoId VIDEO_ID --file caption.srt --language en --name "English"
```

**Upload a draft caption:**

```bash
yutu caption insert --videoId VIDEO_ID --file caption.srt --language en --isDraft true
```

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!