Generate a Knowledge Pack from a YouTube video
vozclara_generate_packUse this when the user asks for a summary, key ideas, or study material from a YouTube video. Returns a structured Knowledge Pack: title, short summary, key ideas, and a link to the full pack on vozclara.app. Pass format="obsidian" to get vault-ready Markdown with YAML frontmatter the user can save to their second brain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public YouTube video URL (youtube.com/watch?v=… or youtu.be/… short form). | |
| depth | No | Depth of the generated pack. `short` = one-paragraph summary. `standard` = summary + 3-5 key ideas. `deep` = summary + key ideas + glossary + quiz. | standard |
| format | No | Output format. `standard` = plain prose for chat. `obsidian` = Markdown with YAML frontmatter (source, videoId, languages, tags) ready to write straight into an Obsidian vault or any Markdown knowledge base. Use `obsidian` when the user asks to save the pack to their vault / second brain / notes. | standard |
| language | Yes | Output language for the Knowledge Pack: es (Spanish), pt (Portuguese), de (German), en (English). |