Set moderation status (heldForReview, published, rejected) for comments.
Scanned 2/12/2026
Install to Claude Code
npx -y skills add eat-pray-ai/yutu --skill comment-setModerationStatus --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Comment SetModerationStatus?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/eat-pray-ai-comment-setmoderationstatus)More formats (shields.io, HTML) on the badges page.
---
name: comment-setModerationStatus
description: Set moderation status (heldForReview, published, rejected) for comments.
---
# Comment SetModerationStatus
This skill provides instructions for setting the moderation status of YouTube comments using the `yutu` CLI.
## Usage
```bash
yutu comment setModerationStatus [flags]
```
## Options
- `--ids`, `-i`: IDs of the comments.
- `--moderationStatus`, `-s`: Status: `heldForReview`, `published`, `rejected`.
- `--banAuthor`, `-A`: If set to true, the author of the comment gets added to the ban list.
- `--output`, `-o`: Output format (`json`, `yaml`, `silent`).
- `--jsonpath`, `-j`: JSONPath expression to filter the output.
## Examples
**Publish a held comment:**
```bash
yutu comment setModerationStatus --ids COMMENT_ID --moderationStatus published
```
**Reject a comment and ban author:**
```bash
yutu comment setModerationStatus --ids COMMENT_ID --moderationStatus rejected --banAuthor true
```
No comments yet. Be the first to comment!