Save to YouTube Knowledge Library
save_to_libraryArchive video summaries or skill notes into a local YouTube knowledge library. Overwrites content of the same type for a video and returns the saved file path.
Instructions
Save a summary or skill note to the local YouTube knowledge library. Overwrites existing content of the same type for the same video. Returns the saved file path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags for categorization and filtering (e.g., ["machine-learning", "tutorial"]) | |
| title | Yes | Video title for library indexing | |
| channel | No | YouTube channel name for library indexing | |
| content | Yes | Content to save: summary, notes, or extracted skill in markdown format | |
| videoId | Yes | YouTube video ID (e.g., dQw4w9WgXcQ) | |
| contentType | No | Type of content: "summary" for video summaries, "skill" for extracted techniques or knowledge | summary |