agentskills.codes

(Kitchen Sink) Process a YouTube video with all features (summary, Q&A, infographic, audio, and video).

Install

mkdir -p .claude/skills/ks-doit-artificial-intelligence && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15410" && unzip -o skill.zip -d .claude/skills/ks-doit-artificial-intelligence && rm skill.zip

Installs to .claude/skills/ks-doit-artificial-intelligence

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

(Kitchen Sink) Process a YouTube video with all features (summary, Q&A, infographic, audio, and video).
103 charsno explicit “when” trigger

About this skill

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.1-flash-lite-{lang}' (e.g. gemini-3.1-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.

Search skills

Search the agent skills registry