Create a new playlist.
Scanned 2/12/2026
Install via CLI
openskills install eat-pray-ai/yutu---
name: playlist-insert
description: Create a new playlist.
---
# Playlist Insert
This skill provides instructions for creating YouTube playlists using the `yutu` CLI.
## Usage
```bash
yutu playlist insert [flags]
```
## Options
- `--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.
- `--channelId`, `-c`: Channel ID (to create on behalf of).
- `--output`, `-o`: Output format (`json`, `yaml`, `silent`).
- `--jsonPath`, `-j`: JSONPath expression to filter the output.
## Examples
**Create a public playlist:**
```bash
yutu playlist insert --title "My Playlist" --privacy public
```
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.