General
channel-list - Claude MCP Skill
List channel info (title, description, stats) for specific channels or the authenticated user's channel.
SEO Guide: Enhance your AI agent with the channel-list tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to list channel info (title, description, stats) for specific channels or the authenticated user's chan... Download and configure this skill to unlock new capabilities for your AI workflow.
🌟5 stars • 38 forks
📥0 downloads
Documentation
SKILL.md# Channel List This skill provides instructions for listing YouTube channels using the `yutu` CLI. ## Usage ```bash yutu channel list [flags] ``` ## Options - `--mine`, `-M`: Return the channels owned by the authenticated user (default true). - `--ids`, `-i`: Return the channels with the specified IDs. - `--forHandle`, `-d`: Return the channel associated with a YouTube handle. - `--forUsername`, `-u`: Return the channel associated with a YouTube username. - `--managedByMe`, `-E`: Return the channels managed by the authenticated user. - `--mySubscribers`, `-S`: Return the channels subscribed to the authenticated user. - `--categoryId`, `-g`: Return the channels within the specified guide category ID. - `--hl`, `-l`: Localization language of the metadata. - `--maxResults`, `-n`: Maximum number of items to return (default 5). - `--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 **List my channel info:** ```bash yutu channel list --mine true ``` **Get channel info by ID:** ```bash yutu channel list --ids CHANNEL_ID --mine false ``` **Get channel info by handle:** ```bash yutu channel list --forHandle "@Handle" --mine false ```
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!