General
comment-setModerationStatus - Claude MCP Skill
Set moderation status (heldForReview, published, rejected) for comments.
SEO Guide: Enhance your AI agent with the comment-setModerationStatus tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to set moderation status (heldforreview, published, rejected) for comments.... Download and configure this skill to unlock new capabilities for your AI workflow.
🌟4 stars • 38 forks
📥0 downloads
Documentation
SKILL.md# 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 ```
Signals
Avg rating⭐ 0.0
Reviews0
Favorites0
Information
- Repository
- eat-pray-ai/yutu
- Author
- eat-pray-ai
- Last Sync
- 2/10/2026
- Repo Updated
- 2/9/2026
- Created
- 2/10/2026
Reviews (0)
No reviews yet. Be the first to review this skill!