General
commentThread-list - Claude MCP Skill
List comment threads for a video or channel.
SEO Guide: Enhance your AI agent with the commentThread-list tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to list comment threads for a video or channel.... Download and configure this skill to unlock new capabilities for your AI workflow.
🌟4 stars • 38 forks
📥0 downloads
Documentation
SKILL.md# CommentThread List This skill provides instructions for listing YouTube comment threads using the `yutu` CLI. ## Usage ```bash yutu commentThread list [flags] ``` ## Options - `--videoId`, `-v`: Returns the comment threads of the specified video. - `--channelId`, `-c`: Returns the comment threads of the specified channel. - `--allThreadsRelatedToChannelId`, `-a`: Returns threads of all videos of the channel + channel comments. - `--ids`, `-i`: IDs of the comment threads. - `--searchTerms`, `-s`: Search terms. - `--moderationStatus`, `-m`: `published`, `heldForReview`, `likelySpam`, `rejected` (default "published"). - `--order`, `-O`: `time`, `relevance` (default "time"). - `--textFormat`, `-t`: `textFormatUnspecified`, `html` (default "html"). - `--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]`). - `--jsonpath`, `-j`: JSONPath expression to filter the output. ## Examples **List comments for a video:** ```bash yutu commentThread list --videoId VIDEO_ID ``` **Search comments on a video:** ```bash yutu commentThread list --videoId VIDEO_ID --searchTerms "awesome" ```
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!