Media
caption-list - Claude MCP Skill
List captions of a video. Use this to see available caption tracks for a specific video.
SEO Guide: Enhance your AI agent with the caption-list tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to list captions of a video. use this to see available caption tracks for a specific video.... Download and configure this skill to unlock new capabilities for your AI workflow.
🌟4 stars • 38 forks
📥0 downloads
Documentation
SKILL.md# Caption List This skill provides instructions for listing YouTube captions using the `yutu` CLI. ## Usage ```bash yutu caption list [flags] ``` ## Options - `--videoId`, `-v`: ID of the video. - `--ids`, `-i`: IDs of the captions to list. - `--parts`, `-p`: Comma separated parts (default `[id,snippet]`). - `--output`, `-o`: Output format (`json`, `yaml`, `table`). Default: `table`. - `--jsonpath`, `-j`: JSONPath expression to filter the output. - `--onBehalfOf`, `-b`: Content owner ID. - `--onBehalfOfContentOwner`, `-B`: Content owner ID. ## Examples **List all captions for a video:** ```bash yutu caption list --videoId VIDEO_ID ``` **List specific captions by ID:** ```bash yutu caption list --ids "ID1,ID2" ```
Signals
Avg rating⭐ 0.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!