List captions of a video. Use this to see available caption tracks for a specific video.
Scanned 2/10/2026
Install via CLI
openskills install eat-pray-ai/yutu---
name: caption-list
description: List captions of a video. Use this to see available caption tracks for a specific video.
---
# 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"
```
No comments yet. Be the first to comment!
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.