Media

video-list - Claude MCP Skill

List video details.

SEO Guide: Enhance your AI agent with the video-list tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to list video details.... Download and configure this skill to unlock new capabilities for your AI workflow.

🌟5 stars • 38 forks
📥0 downloads

Documentation

SKILL.md
# Video List

This skill provides instructions for listing YouTube video details using the `yutu` CLI.

## Usage

```bash
yutu video list [flags]
```

## Options

- `--ids`, `-i`: Return videos with the given IDs.
- `--myRating`, `-R`: Return videos liked/disliked by the authenticated user (`like`, `dislike`).
- `--chart`, `-c`: `mostPopular`.
- `--videoCategoryId`, `-g`: Filter by category ID.
- `--regionCode`, `-r`: Filter by region.
- `--maxResults`, `-n`: Maximum number of items to return (default 5).
- `--hl`, `-l`: Localization language.
- `--output`, `-o`: Output format (`json`, `yaml`, `table`). Default: `table`.
- `--parts`, `-p`: Comma separated parts (default `[id,snippet,status]`).
- `--jsonpath`, `-j`: JSONPath expression to filter the output.

## Examples

**Get video details:**

```bash
yutu video list --ids VIDEO_ID
```

**List most popular videos:**

```bash
yutu video list --chart mostPopular --regionCode US
```

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!