Upload and insert a new banner image for a channel.
Scanned 2/10/2026
Install via CLI
openskills install eat-pray-ai/yutu---
name: channelBanner-insert
description: Upload and insert a new banner image for a channel.
---
# ChannelBanner Insert
This skill provides instructions for inserting a YouTube channel banner using the `yutu` CLI.
## Usage
```bash
yutu channelBanner insert [flags]
```
## Options
- `--channelId`, `-c`: ID of the channel to insert the banner for.
- `--file`, `-f`: Path to the banner image file.
- `--onBehalfOfContentOwner`, `-b`: Content owner ID.
- `--onBehalfOfContentOwnerChannel`, `-B`: Content owner channel ID.
- `--output`, `-o`: Output format (`json`, `yaml`, `silent`).
- `--jsonpath`, `-j`: JSONPath expression to filter the output.
## Examples
**Upload a channel banner:**
```bash
yutu channelBanner insert --channelId CHANNEL_ID --file banner.png
```
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.