Update an existing playlist.
Scanned 2/12/2026
Install via CLI
openskills install eat-pray-ai/yutu---
name: playlist-update
description: Update an existing playlist.
---
# Playlist Update
This skill provides instructions for updating YouTube playlists using the `yutu` CLI.
## Usage
```bash
yutu playlist update [flags]
```
## Options
- `--id`, `-i`: ID of the playlist to update.
- `--title`, `-t`: Title of the playlist.
- `--description`, `-d`: Description of the playlist.
- `--privacy`, `-p`: Privacy status: `public`, `private`, `unlisted`.
- `--tags`, `-a`: Comma separated tags.
- `--language`, `-l`: Language of the playlist.
- `--output`, `-o`: Output format (`json`, `yaml`, `silent`).
- `--jsonPath`, `-j`: JSONPath expression to filter the output.
## Examples
**Update playlist title:**
```bash
yutu playlist update --id PLAYLIST_ID --title "New Title"
```
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.