Update a playlist item (e.g., position, note).
Scanned 2/12/2026
Install via CLI
openskills install eat-pray-ai/yutu---
name: playlistItem-update
description: Update a playlist item (e.g., position, note).
---
# PlaylistItem Update
This skill provides instructions for updating YouTube playlist items using the `yutu` CLI.
## Usage
```bash
yutu playlistItem update [flags]
```
## Options
- `--id`, `-i`: ID of the playlist item to update.
- `--title`, `-t`: Title of the playlist item.
- `--description`, `-d`: Description of the playlist item.
- `--privacy`, `-p`: Privacy status: `public`, `private`, `unlisted`.
- `--onBehalfOfContentOwner`, `-b`: Content owner ID.
- `--output`, `-o`: Output format (`json`, `yaml`, `silent`).
- `--jsonpath`, `-j`: JSONPath expression to filter the output.
## Examples
**Update a playlist item description:**
```bash
yutu playlistItem update --id ITEM_ID --description "New Description"
```
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.