Media
video-update - Claude MCP Skill
Update video metadata.
SEO Guide: Enhance your AI agent with the video-update tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to update video metadata.... Download and configure this skill to unlock new capabilities for your AI workflow.
🌟4 stars • 38 forks
📥0 downloads
Documentation
SKILL.md# Video Update This skill provides instructions for updating YouTube videos using the `yutu` CLI. ## Usage ```bash yutu video update [flags] ``` ## Options - `--id`, `-i`: ID of the video to update. - `--title`, `-t`: Title of the video. - `--description`, `-d`: Description of the video. - `--tags`, `-a`: Comma separated tags. - `--categoryId`, `-g`: Category of the video. - `--privacy`, `-p`: Privacy status: `public`, `private`, `unlisted`. - `--thumbnail`, `-u`: Path to the thumbnail file. - `--language`, `-l`: Language of the video. - `--license`, `-L`: `youtube` or `creativeCommon`. - `--embeddable`, `-E`: Whether the video is embeddable. - `--playlistId`, `-y`: Update video's playlist. - `--output`, `-o`: Output format (`json`, `yaml`, `silent`). - `--jsonPath`, `-j`: JSONPath expression to filter the output. ## Examples **Update video title:** ```bash yutu video update --id VIDEO_ID --title "New Title" ```
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!