Update channel info (title, description, country, custom URL).
Scanned 2/12/2026
Install to Claude Code
npx -y skills add eat-pray-ai/yutu --skill channel-update --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Channel Update?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/eat-pray-ai-channel-update)More formats (shields.io, HTML) on the badges page.
---
name: channel-update
description: Update channel info (title, description, country, custom URL).
---
# Channel Update
This skill provides instructions for updating YouTube channels using the `yutu` CLI.
## Usage
```bash
yutu channel update [flags]
```
## Options
- `--id`, `-i`: ID of the channel to update.
- `--title`, `-t`: Title of the channel.
- `--description`, `-d`: Description of the channel.
- `--country`, `-c`: Country of the channel.
- `--customUrl`, `-u`: Custom URL of the channel.
- `--defaultLanguage`, `-l`: The language of the channel's default title and description.
- `--output`, `-o`: Output format (`json`, `yaml`, `silent`).
- `--jsonpath`, `-j`: JSONPath expression to filter the output.
## Examples
**Update channel title and description:**
```bash
yutu channel update --id CHANNEL_ID --title "New Title" --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.