List items in a playlist.
Scanned 2/12/2026
Install to Claude Code
npx -y skills add eat-pray-ai/yutu --skill playlistItem-list --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of PlaylistItem List?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/eat-pray-ai-playlistitem-list)More formats (shields.io, HTML) on the badges page.
---
name: playlistItem-list
description: List items in a playlist.
---
# PlaylistItem List
This skill provides instructions for listing YouTube playlist items using the `yutu` CLI.
## Usage
```bash
yutu playlistItem list [flags]
```
## Options
- `--playlistId`, `-y`: Return items within the given playlist.
- `--videoId`, `-v`: Return items associated with the given video ID.
- `--ids`, `-i`: Return items with the given IDs.
- `--maxResults`, `-n`: Maximum number of items to return (default 5).
- `--onBehalfOfContentOwner`, `-b`: Content owner ID.
- `--output`, `-o`: Output format (`json`, `yaml`, `table`). Default: `table`.
- `--parts`, `-p`: Comma separated parts (default `[id,snippet,status]`).
- `--jsonpath`, `-j`: JSONPath expression to filter the output.
## Examples
**List items in a playlist:**
```bash
yutu playlistItem list --playlistId 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.