AgentSkillsCN

caption-delete

通过 ID 删除视频的字幕。当用户希望移除特定字幕轨道时,可使用此技能。

SKILL.md
--- frontmatter
name: caption-delete
description: Delete captions of a video by ids. Use this when the user wants to remove specific caption tracks.

Caption Delete

This skill provides instructions for deleting YouTube captions using the yutu CLI.

Usage

bash
yutu caption delete [flags]

Options

  • --ids, -i: IDs of the captions to delete (comma-separated strings).
  • --onBehalfOf, -b: Content owner ID.
  • --onBehalfOfContentOwner, -B: Content owner ID.

Examples

Delete a single caption:

bash
yutu caption delete --ids CAPTION_ID

Delete multiple captions:

bash
yutu caption delete --ids "ID1,ID2"