Update an existing comment (e.g., change text).
Scanned 2/12/2026
Install via CLI
openskills install eat-pray-ai/yutu---
name: comment-update
description: Update an existing comment (e.g., change text).
---
# Comment Update
This skill provides instructions for updating YouTube comments using the `yutu` CLI.
## Usage
```bash
yutu comment update [flags]
```
## Options
- `--id`, `-i`: ID of the comment to update.
- `--textOriginal`, `-t`: New text of the comment.
- `--viewerRating`, `-r`: `none`, `like`, `dislike`.
- `--canRate`, `-R`: Whether the viewer can rate the comment.
- `--output`, `-o`: Output format (`json`, `yaml`, `silent`).
- `--jsonPath`, `-j`: JSONPath expression to filter the output.
## Examples
**Update comment text:**
```bash
yutu comment update --id COMMENT_ID --textOriginal "Updated text."
```
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.