List comments by IDs or list replies to a parent comment.
Scanned 2/12/2026
Install via CLI
openskills install eat-pray-ai/yutu---
name: comment-list
description: List comments by IDs or list replies to a parent comment.
---
# 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
```
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.