Set a channel watermark.
Scanned 2/12/2026
Install via CLI
openskills install eat-pray-ai/yutu---
name: watermark-set
description: Set a channel watermark.
---
# Watermark Set
This skill provides instructions for setting a YouTube channel watermark using the `yutu` CLI.
## Usage
```bash
yutu watermark set [flags]
```
## Options
- `--channelId`, `-c`: ID of the channel.
- `--file`, `-f`: Path to the watermark file.
- `--inVideoPosition`, `-p`: `topLeft`, `topRight`, `bottomLeft`, `bottomRight`.
- `--offsetType`, `-t`: `offsetFromStart`, `offsetFromEnd`.
- `--offsetMs`, `-m`: Offset in milliseconds.
- `--durationMs`, `-d`: Duration in milliseconds.
- `--onBehalfOfContentOwner`, `-b`: Content owner ID.
## Examples
**Set channel watermark:**
```bash
yutu watermark set --channelId CHANNEL_ID --file watermark.png --inVideoPosition bottomRight
```
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.