| name: | youtube-transcript | |||||
|---|---|---|---|---|---|---|
| description: | Use when the user provides a YouTube URL or video ID and wants the transcript, a summary grounded in the transcript, quotes/timestamps, caption-language inspection, or analysis of what was said. | |||||
| triggers: |
|
watch?v=..., youtu.be/..., and /shorts/... URLs; Shorts use the same underlying caption/transcript model once normalized.captions.download: it generally requires authorization to edit the video.Show transcript UI. This is closest to the user's normal YouTube session and requires no separate transcript service.youtube-transcript-api is a useful free implementation when the execution environment can run it, especially locally, but cloud IP blocking/429s make it unsuitable as the only production path. Do not repeatedly retry 429s.