List membership levels for the authenticated user's channel.
Scanned 2/12/2026
Install via CLI
openskills install eat-pray-ai/yutu---
name: membershipsLevel-list
description: List membership levels for the authenticated user's channel.
---
# MembershipsLevel List
This skill provides instructions for listing YouTube membership levels using the `yutu` CLI.
## Usage
```bash
yutu membershipsLevel list [flags]
```
## Options
- `--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 membership levels:**
```bash
yutu membershipsLevel list
```
No comments yet. Be the first to comment!