(Kitchen Sink) Process a YouTube video with all features (summary, Q&A, infographic, audio, and video).
Scanned 9/12/2026
Install to Claude Code
npx -y skills add DoIT-Artificial-Intelligence/youtube-to-docs --skill ks --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Ks?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/doit-artificial-intelligence-youtube-to-docs-youtube-to-docs)More formats (shields.io, HTML) on the badges page.
---
description: "(Kitchen Sink) Process a YouTube video with all features (summary, Q&A, infographic, audio, and video)."
---
Please process the YouTube video at $ARGUMENTS using the `youtube-to-docs:process_video` tool with the most comprehensive settings.
- Identify the YouTube URL or ID from the arguments.
- Check for model keywords:
- If "gemini flash" or "flash" is mentioned, set `all_suite='gemini-flash'`.
- If "gemini pro" or "pro" is mentioned (or if no model is specified), set `all_suite='gemini-pro'`.
- If "gcp" is mentioned, set `all_suite='gcp-pro'`.
- Check for language keywords (combine with translate provider below):
- If "spanish" or "es" is mentioned, use language code `es`.
- If "french" or "fr" is mentioned, use language code `fr`.
- If no language is specified, omit `translate` (defaults to English only).
- Check for translate provider keywords (only relevant when a language is specified):
- If "aws translate" or "aws-translate" is mentioned, set `translate='aws-translate-{lang}'` (e.g. `aws-translate-es`).
- If "gcp translate" or "gcp-translate" is mentioned, set `translate='gcp-translate-{lang}'` (e.g. `gcp-translate-es`).
- Otherwise default to `translate='gemini-3.5-flash-lite-{lang}'` (e.g. `gemini-3.5-flash-lite-es`).
- Set the following additional parameters:
- `verbose=True`
- `combine_infographic_audio=True`
Execute the `youtube-to-docs:process_video` tool with these parameters. Do not ask for confirmation.
Is this your skill, or is something wrong with this listing? . Author removals are honored within 72 hours.
No comments yet. Be the first to comment!