General
comment-list - Claude MCP Skill
List comments by IDs or list replies to a parent comment.
SEO Guide: Enhance your AI agent with the comment-list tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to list comments by ids or list replies to a parent comment.... Download and configure this skill to unlock new capabilities for your AI workflow.
🌟4 stars • 38 forks
📥0 downloads
Documentation
SKILL.md# Comment List This skill provides instructions for listing YouTube comments using the `yutu` CLI. ## Usage ```bash yutu comment list [flags] ``` ## Options - `--parentId`, `-P`: ID of the parent comment (to list replies). - `--ids`, `-i`: IDs of comments to list. - `--textFormat`, `-t`: `textFormatUnspecified`, `html`, `plainText` (default "html"). - `--maxResults`, `-n`: Maximum number of items to return. - `--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 replies to a comment:** ```bash yutu comment list --parentId PARENT_COMMENT_ID ``` **Get a comment by ID:** ```bash yutu comment list --ids COMMENT_ID ```
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!