List images for a playlist.
Scanned 2/12/2026
Install via CLI
openskills install eat-pray-ai/yutu---
name: playlistImage-list
description: List images for a playlist.
---
# PlaylistImage List
This skill provides instructions for listing YouTube playlist images using the `yutu` CLI.
## Usage
```bash
yutu playlistImage list [flags]
```
## Options
- `--parent`, `-P`: ID of the playlist (required).
- `--maxResults`, `-n`: Maximum number of items to return.
- `--onBehalfOfContentOwner`, `-b`: Content owner ID.
- `--onBehalfOfContentOwnerChannel`, `-B`: Content owner channel ID.
- `--output`, `-o`: Output format (`json`, `yaml`, `table`). Default: `table`.
- `--parts`, `-p`: Comma separated parts (default `[id,kind,snippet]`).
- `--jsonPath`, `-j`: JSONPath expression to filter the output.
## Examples
**List images for a playlist:**
```bash
yutu playlistImage list --parent PLAYLIST_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.