List members of a channel (requires authenticated user to be the channel owner).
Scanned 2/12/2026
Install via CLI
openskills install eat-pray-ai/yutu---
name: member-list
description: List members of a channel (requires authenticated user to be the channel owner).
---
# Member List
This skill provides instructions for listing YouTube channel members using the `yutu` CLI.
## Usage
```bash
yutu member list [flags]
```
## Options
- `--mode`, `-m`: `listMembersModeUnknown`, `updates`, `all_current` (default "all_current").
- `--memberChannelId`, `-c`: Comma separated list of member channel IDs to filter.
- `--hasAccessToLevel`, `-a`: Filter members who have access to a specific level.
- `--maxResults`, `-n`: Maximum number of items to return.
- `--output`, `-o`: Output format (`json`, `yaml`, `table`). Default: `table`.
- `--parts`, `-p`: Comma separated parts (default `[snippet]`).
- `--jsonpath`, `-j`: JSONPath expression to filter the output.
## Examples
**List current members:**
```bash
yutu member list --mode all_current
```
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.