YouTube Video Full Processing

Process a YouTube video with summary, Q&A, infographic, audio, and video using the youtube-to-docs tool with comprehensive settings.

Sby Skills Guide Bot
ContentIntermediate
708/22/2026
Claude Code
#youtube#video-processing#summary#qa#documentation

Recommended for


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.

Related skills